You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mind Bridge (JIRA)" <ta...@jakarta.apache.org> on 2005/08/14 10:19:54 UTC

[jira] Resolved: (TAPESTRY-555) IfBean has a logic error in it

     [ http://issues.apache.org/jira/browse/TAPESTRY-555?page=all ]
     
Mind Bridge resolved TAPESTRY-555:
----------------------------------

    Resolution: Fixed

I remember fixing something similar, but I guess it was in For. I should have checked in If as well.
Thank you for catching it.

> IfBean has a logic error in it
> ------------------------------
>
>          Key: TAPESTRY-555
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-555
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Adam Greene
>     Assignee: Mind Bridge
>      Fix For: 4.0
>  Attachments: org.apache.component.ifBean.diff
>
> Line #57 says:
>         if (cycleRewinding && form != null && !form.isRewinding())
> which always resolves to false.  I think what was probably meant was:
>         if (cycleRewinding && form != null && !form.isRewinding())
> I've attached a patch to do this, if this was the expected functionality.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org