[jboss-user] [JBoss Seam] - Re: panelGrid / panelGroup... actions does not work

CptnKirk do-not-reply at jboss.com
Wed Jul 12 19:28:20 EDT 2006


Try putting your commandLink within an <h:form>


  | <h:panelGrid id="panelGridLinkComponent" align="center" 
  |     rendered="#{contextParameters.visible}"
  |     xmlns="http://www.w3.org/1999/xhtml"
  |     xmlns:ui="http://java.sun.com/jsf/facelets"
  |     xmlns:h="http://java.sun.com/jsf/html"
  |     xmlns:f="http://java.sun.com/jsf/core">
  | 	       
  |     <h:panelGroup id="panelGroupLinkComponent" align="center" >
  |          <h:form>
  |          <h:commandLink id="actionLink" value="ir a la solicitud >>"            
  |                   action="#{gotoPage.selected}" />
  |          </h:form>
  |    </h:panelGroup>
  | 	   
  | </h:panelGrid>
  | 

If that doesn't work, you may want to try a JSF mailing list.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957574#3957574

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957574



More information about the jboss-user mailing list