Thanks Geoff,

It worked :)

Best Regards,

On 1/18/08, Geoff Callender <[EMAIL PROTECTED]> wrote:
> Off  the top of my head, try this (untested):
>
>        <a id="comment" t:type="ActionLink" zone="myZone">$
> {message:comment.add}</a>
>        <t:zone t:id="myZone" visible="${prop:myZoneVisible}">
>
> And some java:
>
>        private boolean _myZoneVisible = false;
>
>        @Component
>        private Zone _myZone;
>
>        Object onActionFromComment() {
>                _myZoneVisible = !_myZoneVisible;
>                return _myZone;
>        }
>
>        public boolean getMyZoneVisible() {
>                return _myZoneVisible;
>        }
-- 
I'm a coder not a drag-n-dropper

Blog: http://joshuajava.wordpress.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to