I finally solved the problem using the  x:saveState
and a request-scope bean. Thanks a lot for all your
help.




--- Mike Kienenberger <[EMAIL PROTECTED]> wrote:

> I've also never seen an h:form inside a dataTable.  
> I'm not sure if
> that'd cause a problem or not, but if your issue is
> not a
> request-scoped backing bean problem, that might be
> something else to
> investigate.
> 
> On 11/23/05, Rafael Nami <[EMAIL PROTECTED]> wrote:
> > Is the corporateController a request-scoped bean?
> If so, you'll have to
> >  provide or a t:saveState or to a List that is an
> attribute to back the
> >  datamodel or the datamodel.getWrappedData(), or
> use session scope
> >  to the corporateController.
> >  I had several problems with this, these are the
> most common
> >  workarounds with this problem.
> >
> >  Hope that it help you
> >
> >  Rafael Mauricio Nami
> >
> > 2005/11/23, rosalba bochicchio
> <[EMAIL PROTECTED]>:
> > > Hi,
> > > does anybody know why my commandlink is not
> working in
> > > put in the coloumn of a dataTable? Is there
> anything
> > > wrong in the code below?
> > >
> > >
> > > <h:dataTable
> > > value="#{corporateController.corporateItemList
> }"
> > > var="groupslist" border="1">
> > >
> > >                       <h:column>
> > >                         <h:form>
> > >                           <h:commandLink
> > > action="#{corporateController.deleteGroup }"
> > >
>
onclick="frmUpdate('../common-pages/navigation.jsf');"
> > > >
> > >                             <h:graphicImage
> > > url="images/delete_22.png"/>
> > >                             <f:param 
> name="groupName"
> > > value="#{groupslist.corporateName}"/>
> > >                           </h:commandLink>
> > >                         </h:form>
> > >                         </h:column>
> > >
> > >                     </h:dataTable>
> > >
> > > Thanks
> > >
> > >
> > >
> > > __________________________________
> > > Start your day with Yahoo! - Make it your home
> page!
> > > http://www.yahoo.com/r/hs
> > >
> >
> >
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Reply via email to