hi all
I am trying to a use a link inside a grid and it gives error in running why?
<h:panelGrid border=”1″ columns=”2″>
<h:outputText value=”here is working”></h:outputText>
<h:outputText value=”here is not working
<h:commandLink action=”page2″>
<h:outputText value=”page2″ />
</h:commandLink>
“>
</h:outputText>
</h:panelGrid>
anyone knows how to use alternative for a layout and using a commandlink in jsf
cheers
Amir