hi group,
i'm wondering that it seems not possible to submit a form with a
panelNavigation2-Item. I'm using a snapshot of tomahawk 1.1.4 :
this is my test-case :
<h:form>
<t:panelNavigation2>
<t:commandNavigation2 value="submit" action="#{form.submit}" />
</t:panelNavigation2>
<t:div>
<h:panelGrid columns="3">
<t:outputText value="your text goes here : "/>
<t:inputText id="yourText" value="#{form.yourText}"/>
<h:panelGroup/>
</h:panelGrid>
</t:div>
</h:form>
the action-method is called and navigation works, but the setter-method
'setYourText(String)' is never called.
if i use a simple commandButton instead everything works fine.
can someone confirm or comment this behaviour ?
regards
ronald
--