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:08:29 UTC

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

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


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" exits - 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.


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

Posted by "Erik Finnman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Open  (was: Patch Available)

> 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.


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

Posted by "Erik Finnman (JIRA)" <de...@myfaces.apache.org>.
     [ 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.