You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Henne (JIRA)" <de...@myfaces.apache.org> on 2007/04/02 16:12:32 UTC

[jira] Created: (TOBAGO-344) No progressbar when using defaultCommand

No progressbar when using defaultCommand
----------------------------------------

                 Key: TOBAGO-344
                 URL: https://issues.apache.org/jira/browse/TOBAGO-344
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.10
         Environment: tobago 1.0.10 
IE 6.x
            Reporter: Adam Henne


submitting actions with defaultCommand=true the progressbar isn't shown.

<tc:button action="#{myForm.doSearch}" label="Search"  /></tc:button>  => progressbar
<tc:button action="#{myForm.doSearch}" label="Search" defaultCommand="true" /></tc:button>  => NO progressbar

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


[jira] Resolved: (TOBAGO-344) No progressbar when using defaultCommand

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

Volker Weber resolved TOBAGO-344.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.0.11

> No progressbar when using defaultCommand
> ----------------------------------------
>
>                 Key: TOBAGO-344
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-344
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.10
>         Environment: tobago 1.0.10 
> IE 6.x
>            Reporter: Adam Henne
>             Fix For: 1.0.11
>
>
> submitting actions with defaultCommand=true the progressbar isn't shown.
> <tc:button action="#{myForm.doSearch}" label="Search"  /></tc:button>  => progressbar
> <tc:button action="#{myForm.doSearch}" label="Search" defaultCommand="true" /></tc:button>  => NO progressbar

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