Re: Create tabs using struts

2006-01-12 Thread Michael Jouravlev
The download page: https://sourceforge.net/project/showfiles.php?group_id=154342 The project homepage: http://jspcontrols.sourceforge.net/ Michael. On 1/12/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > Hi > Where can i download it and test it, also the URL for > short desciption does not wor

Re: Create tabs using struts

2006-01-12 Thread Ashish Kulkarni
Hi Where can i download it and test it, also the URL for short desciption does not work --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Will something like this work: > http://www.superinterface.com/jspcontrols/tabcontrol/ > Here is a short description how to customize it: > http://www.jroller

Re: Create tabs using struts- URL does not work

2006-01-12 Thread Michael Jouravlev
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.

Re: Create tabs using struts- URL does not work

2006-01-12 Thread Ashish Kulkarni
hi there the short description URL http://www.jroller.com/page/javadujour/20060110 does not work, give 403 error 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 use

Re: Create tabs using struts

2006-01-12 Thread Wendy Smoak
On 1/12/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > But nothing prevents me from putting this markup inside a Tab tag. I > think I will do that, and I will add "role" attribute as well, just > like you have in Struts Menu. Or do you want to have it in a different > way? I am all ears :-) A

Re: Create tabs using struts

2006-01-12 Thread Michael Jouravlev
On 1/12/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 1/12/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > Oops, bad URL for live demo. Here is the proper one: > > http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp > > Nice. :) How would you you conditionally display each tab

Re: Create tabs using struts

2006-01-12 Thread Wendy Smoak
On 1/12/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Oops, bad URL for live demo. Here is the proper one: > http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp Nice. :) How would you you conditionally display each tab based on user role(s)? Thanks, -- Wendy ---

Fwd: Create tabs using struts

2006-01-12 Thread Michael Jouravlev
Oops, bad URL for live demo. Here is the proper one: http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp A short description how to customize it: http://www.jroller.com/page/javadujour/20060110 Works in both Ajax and non-Ajax mode. Michael. On 1/12/06, Ashish Kulkarni <[EMAIL PROTECT

Re: Create tabs using struts

2006-01-12 Thread Michael Jouravlev
Will something like this work: http://www.superinterface.com/jspcontrols/tabcontrol/ Here is a short description how to customize it: http://www.jroller.com/page/javadujour/20060110 Works in both Ajax and non-Ajax mode. Michael. On 1/12/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > Is th

Re: Create tabs using struts

2006-01-12 Thread Sony Thomas
Hi Ashish, If you get any way around in this problem please let me know. I am also facing the same problem sony Ashish Kulkarni wrote: Hi Is there a any facility to create tabs in struts? I want to create a jsp page where user can click on link in one tab and the selected link will ope

Create tabs using struts

2006-01-12 Thread Ashish Kulkarni
Hi Is there a any facility to create tabs in struts? I want to create a jsp page where user can click on link in one tab and the selected link will open more details in other tab, that way i dont have to reload all the page each time user click on link, i am planning to use AJAX to update other ta