help with getClientId
843842Dec 4 2006 — edited Dec 6 2006Hi
I want to collect ClientId of another Component in the renderer of another.
index.jsp
---
<Custom component :tabbedpane>
<td>
<include navigation.jsp>
</td>
<Custom component :/tabbedpane>
------
navigation.jsp
----
<custom component :link>
</custom component :link>///here while rendering this component i need the clienId of TabbedPane.
-----