You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Vimal Kumar Gupta (JIRA)" <de...@myfaces.apache.org> on 2008/05/28 14:17:45 UTC

[jira] Created: (TRINIDAD-1098) update tag doc on usewindow and action attribute of command Components

update tag doc on usewindow and action attribute of command Components
----------------------------------------------------------------------

                 Key: TRINIDAD-1098
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1098
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Documentation
         Environment: Generic
            Reporter: Vimal Kumar Gupta
            Priority: Minor


Currently tag doc says:
Indicates whether processes launched by this command should be launched in a secondary
dialog window. 

Modify to:
Indicates whether processes launched by this command should be launched in a secondary
browser dialog window. 'useWindow' requires that the "action" attribute start
with "dialog:". Set useWindow to 'false' for the outcome of the action to be
targeted to the existing window.

Also update "action" attribute from
" a reference to an action method sent by the command component, or the
static outcome of an action"
to
" a reference to an action method sent by the command component, or the
static outcome of an action. If the action starts with "dialog:", useWindow
attribute must be set to true".

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


[jira] Updated: (TRINIDAD-1098) update tag doc on usewindow and action attribute of command Components

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

Matthias Weßendorf updated TRINIDAD-1098:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.9-core
                   1.0.9-core
           Status: Resolved  (was: Patch Available)

> update tag doc on usewindow and action attribute of command Components
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1098
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1098
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Documentation
>         Environment: Generic
>            Reporter: Vimal Kumar Gupta
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.0.9-core, 1.2.9-core
>
>         Attachments: TRINIDAD-1098.patch, trinidad1.2.x.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Currently tag doc says:
> Indicates whether processes launched by this command should be launched in a secondary
> dialog window. 
> Modify to:
> Indicates whether processes launched by this command should be launched in a secondary
> browser dialog window. 'useWindow' requires that the "action" attribute start
> with "dialog:". Set useWindow to 'false' for the outcome of the action to be
> targeted to the existing window.
> Also update "action" attribute from
> " a reference to an action method sent by the command component, or the
> static outcome of an action"
> to
> " a reference to an action method sent by the command component, or the
> static outcome of an action. If the action starts with "dialog:", useWindow
> attribute must be set to true".

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


[jira] Updated: (TRINIDAD-1098) update tag doc on usewindow and action attribute of command Components

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

Vimal Kumar Gupta updated TRINIDAD-1098:
----------------------------------------

    Status: Patch Available  (was: Open)

> update tag doc on usewindow and action attribute of command Components
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1098
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1098
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Documentation
>         Environment: Generic
>            Reporter: Vimal Kumar Gupta
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Currently tag doc says:
> Indicates whether processes launched by this command should be launched in a secondary
> dialog window. 
> Modify to:
> Indicates whether processes launched by this command should be launched in a secondary
> browser dialog window. 'useWindow' requires that the "action" attribute start
> with "dialog:". Set useWindow to 'false' for the outcome of the action to be
> targeted to the existing window.
> Also update "action" attribute from
> " a reference to an action method sent by the command component, or the
> static outcome of an action"
> to
> " a reference to an action method sent by the command component, or the
> static outcome of an action. If the action starts with "dialog:", useWindow
> attribute must be set to true".

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