You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:41:22 UTC

[jira] Updated: (ADFFACES-297) inputText required fields conflict with navigation

     [ https://issues.apache.org/jira/browse/ADFFACES-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-297:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> inputText required fields conflict with navigation
> --------------------------------------------------
>
>                 Key: ADFFACES-297
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-297
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         Environment: Windows XP Professional / JBoss 4.0.4 GA
>            Reporter: David Sanders
>
> inputText with required="true" causes either popup or field message saying that the field is required when trying to navigate to another page using commandNavigationItem in panelPage/navigationPane/nodeStamp facet.  I have tried using immediate="true" combinations on both inputText and commandNavigationItem to no avail.  This bug could be related to the fact that the menuModel does not work right now for this combination (clicking on a menu brings me back to the current page).  A code snippet is given below:
> ...
> <f:facet name="navigation3">
>         <tr:navigationPane
>                 id="navigation3"
>                 var="node"
>                 value="#{navigationModel.model}"
>                 level="2"
>                 hint="list">
>                 <f:facet name="nodeStamp">
>                         <tr:commandNavigationItem
>                                 text="#{node.label}"
>                                 immediate="true"
>                         action="#{node.getOutcome}"/>
>                 </f:facet>
>         </tr:navigationPane>
> </f:facet>
> ...
> <tr:panelFormLayout labelWidth="40%" rows="6">
>         <tr:inputText label="#{bundle['userAdmin.username']}:" value="#{userActions.username}" required="true"/>
>         ...
>         <tr:spacer height="15"/>
>         <f:facet name="footer">
>                 <tr:panelButtonBar>
>                        <tr:commandButton text="#{bundle['addUser.addUser']}" action="#{userActions.addUser}"/>
>                 </tr:panelButtonBar>
>     </f:facet>
> </tr:panelFormLayout>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.