On 1/12/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
> hi there
> the short description URL
> http://www.jroller.com/page/javadujour/20060110
> does not work, give 403 error

This is weird. Works for me. Would you try once again? Just in case, I
attached the content of that page with this email.

> Just one more question, i can i programmatically
> decide which tab is to be displayed, for example, user
> clicks a button on tab1 , can i open tab 2 and load
> information and show it to user

Of course. The tab component works like any other component created
with the library. It has two phases: input (accept) and output
(render). On render phase you can check whatever conditions/objects
you need, and activate this or that tab. On input phase you handle an
event that comes from the tab and you can decide how to update your
domain model. If interested, please download the sample war file and
see the page source code:
https://sourceforge.net/project/showfiles.php?group_id=154342

Michael.

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

Reply via email to