hi

I'm having problems with the actions that are in the panelGroups inside a 
panelGrid

this is the code

  | <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:commandLink id="actionLink" value="ir a la solicitud >>"        
    
  |                   action="#{gotoPage.selected}" />
  |    </h:panelGroup>
  |        
  | </h:panelGrid>
  | 
  | 
  | 

this is a componet of a main page
if I do it whitin a table, it works

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957567
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to