You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Erik Finnman (JIRA)" <de...@myfaces.apache.org> on 2009/12/26 18:12:29 UTC

[jira] Updated: (TRINIDAD-1667) Wrong component tags used in Developers Guide on Dialogs

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

Erik Finnman updated TRINIDAD-1667:
-----------------------------------

    Status: Patch Available  (was: Open)

> Wrong component tags used in Developers Guide on Dialogs
> --------------------------------------------------------
>
>                 Key: TRINIDAD-1667
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1667
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Erik Finnman
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the page detailing how to work with the dialog framework on http://myfaces.apache.org/trinidad/devguide/dialogs.html, the example dialog page uses tags that do not exists:
> ...
>          <tr:panelForm>
>            <tr:inputText label="Number 1:" value="#{chooseInteger.value1}"
>                          required="true" />
>            <tr:inputText label="Number 2:" value="#{chooseInteger.value2}"
>                          required="true" />
>          </tr:panelForm>
>          
>          <!-- Two buttons ->
>           <tr:panelGroup layout="horizontal">
>            <tr:commandButton text="Submit" action="#{chooseInteger.select}"/>
>            <tr:commandButton text="Cancel" immediate="true"
>                              action="#{chooseInteger.cancel}"/>
>           </tr:panelGroup>
> ...
> Neither "panelForm" nor "panelGroup" exists - using "panelFormLayout" and "panelGroupLayout" instead made the example work.

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