2011/08/24 19:18, Wechsung, Wulf:
ð  Result is that the<if>  will apparently not reevaluate the nullness of the reference after clicking the action 
link. Zone update will happen but it will still show the action link. If I test on a method "isShowEditor" that 
does a simply "return object != null" it works and the editor is shown after clicking the action link. The 
weirdest part is that with method "getObject" a log statements will prove that the method is called and returns 
a non-null value after the action has completed (ie on zone re-render) and still the<if>  does not display the 
appropriate block.

I guess your if component is outside of the zone and therefore isn't updated.

Also some code would help to find your problem.

--
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to