Hello,

I tried to save foo and only foo with x:saveState but it's
not working.... the action method is NOT CALLED.

now my jsp looks like that:

<h:column id="columnBrowsTab1" rendered="#{foo.secondBoolean}">         
   <x:saveState id="foo" value="#{foo}"/>
                        
   <h:commandLink action="#{listener.sort}" 
       value="#{listener.browserHeadList[1]}" 
       rendered="#{foo.obid == 'obid'}" >  
     <f:param id="sortBy" name="sortBy"        
         value="#{listener.browserHeadList[1]}"></f:param>
     <f:param id="colNr" name="colNr" value="'1'"></f:param>
   </h:commandLink>                       

   <h:outputText  value="#{foo.secondColumn}" 
       rendered="#{foo.obid != 'obid' and !(foo.obid == listener.obid)}"/>
   <h:outputText  value="#{foo.secondColumn}" 
       rendered="#{(foo.obid == listener.obid)}"
       styleClass="treeNodeSelected"/>
</h:column>

I would be glad if anyone could give me another hint!

Warm Regards,

Christian

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

Reply via email to