[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1866) Seam 2Beta - Examples - Todo Example - button attribute

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Aug 27 12:41:18 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1866?page=all ]

Pete Muir updated JBSEAM-1866:
------------------------------

       Issue Type: Bug  (was: Task)
      Component/s: Examples
                   JSF
                       (was: Documentation)
    Fix Version/s: 2.0.0.CR1
                       (was: 2.0.0.GA)
         Assignee: Pete Muir
         Priority: Minor  (was: Trivial)

> Seam 2Beta - Examples - Todo Example - button attribute
> -------------------------------------------------------
>
>                 Key: JBSEAM-1866
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1866
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF, Examples
>    Affects Versions: 2.0.0.BETA1
>         Environment: Ubuntu Linux, JBoss AS 4.2.1
>            Reporter: Tomas Cerny
>         Assigned To: Pete Muir
>            Priority: Minor
>             Fix For: 2.0.0.CR1
>
>
> I was browsing Seam 2 examples and the third one had minor problem
> it is in JSP so it took longer time :)
> To finish task is in documentation
> ----------------------------------------------------
> <h:column>
> <s:button value="Done" action="#{todoList.done}" taskInstance="#{task}"/>
> </h:column>
> ----------------------------------------------------
> but server cried.
> this works
> ----------------------------------------------------
> <s:button action="#{todoList.done}" value="Done">
> <s:taskId name="taskInstance" value="#{task}"></s:taskId>
> </s:button>
> ----------------------------------------------------
> Hopefully will help
> How should I put it into JIRA system I was looking for duplicity but I did not find it?
> Tomas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list