How did you determine this?  Did you try adding a debug statement to
the saveEntries method or did you infer this by the fact that id
didn't navigate to where you wanted.  There aren't currently any
issues with commandButton or commandLink AFAIK.

sean

On 5/21/05, Rene G�nther <[EMAIL PROTECTED]> wrote:
> Hello everybody,
> 
> I got a problem with commandButton. I got the following code:
> 
> <h:form id="rlist">
>                 <h:commandButton id="save" value="Speichern"
>                         action="#{UserMgr.saveEntries}" />
>                 <h:dataTable id="tblData" var="entry" border="2">
> <...>
> </h:datatable>
> </h:form>
> 
> I got a managed Bean UserMgr which is already initialized. When I click the 
> button, the method saveEntries (Public String without parameters) is not 
> called. The same happens with commandLink. What could be an approach to solve 
> this?
> 
> Thanks in advance
> Rene
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
>

Reply via email to