|
|
|
I find a similar thing happens when the if/else tags are nested within iteration tags. Here's an example.
Lets say the list 'someList' has a 3 objects <webwork:iterator value="someList"> Before ( <webwork:if test="true">Pass</webwork:if> <webwork:else>fail</webwork:else> ) After </webwork:iterator> Here's what the result would be: ) After Before (Pass) After Before (Pass) After Before (Pass Guys -- I'm not having this problem. I'm running on Resin.
I reverted back the original change, so everything should be good now.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
This should display the following with Webwork 2.1:
---
aTest = true
you should see me but you won't
bTest = false
you should see me but you won't
---
But only display the follwing with Webwork 2.1.1
---
aTest = true
bTest = false
---