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:53:45 UTC

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

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