A Conditional component produces different results
at render and rewind time when the condition isn't
persistent and the condition is set like this:

...
PageWithCondition nextPage = (PageWithCondition) cycle.getPage
      ("PageWithCondition");
nextPage.setCondition(true);
cycle.setPage(nextPage);
return;


This behaviour is really confusing when such a Conditional
(with a non persistent condition) wraps a ValidField in a Form.

Then the ValidField gets rendered, but the rewind drops it, the
property of the ValidField is not set and a StaleLinkException is thrown.


Michael



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to