Display different JSP using tab layout

Hi,I need to display different JSP using tab layout. So, the user selects any tab it will show different JSP depending on his selects.Can anybody post any sample for this? Any custom tag or something like that?
[231 byte] By [Pankita] at [2007-11-27 6:43:23]
# 1
cud u give 2 me codez?
filestreama at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 2
hi, i didn't understand what u r asking for. plz clarify again. thanks.
Pankita at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 3

> Hi,

>

> I need to display different JSP using tab layout. So,

> the user selects any tab it will show different JSP

> depending on his selects.

>

> Can anybody post any sample for this? Any custom tag

> or something like that?

1. Start firefox

2. Load URL for first JSP.

3. Type Ctrl-T or select the menu File->New Tab.

4. Load URL for second JSP.

5. If there are more tabs to load, GOTO 3.

That's what you meant, right?

kevjavaa at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 4

Hi Kevjava...thanks for your response.

I would give you another simple example as I couldn't understand clearly the steps that you mentioned.

When we right click on My Computer icon on our Windows desktop & select properties option, it displays different tabs like General, Computer Name, Advanced etc. (My Computer -> Properties).

I need to implement the same type of thing in JSP using custom tag, struts etc. Tabs in horizontal order. Each tab has different content to display.

I hope now you got it what I meant. Thanks...

Pankita at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 5

> Hi Kevjava...thanks for your response.

Sure thing.

> I would give you another simple example as I couldn't

> understand clearly the steps that you mentioned.

It was a cheeky non-response intended to communicate the fact that I thought your requirements were quite fuzzy.

> When we right click on My Computer icon on our

> Windows desktop & select properties option, it

> displays different tabs like General, Computer Name,

> Advanced etc. (My Computer -> Properties).

That's completely normal as far as I know, but it has nothing to do with Java. I'm confused.

> I need to implement the same type of thing in JSP

> using custom tag, struts etc. Tabs in horizontal

> order. Each tab has different content to display.

Sun JSP Custom Tags tutorial:

http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html

As far as I know, this is an HTML issue, really. JSP just happens to be involved.

> I hope now you got it what I meant. Thanks...

Yeah, I get it, sorta. The requirements are still fuzzy. Read the tutorial and come back if you have any more specific questions.

kevjavaa at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 6
> hi, i didn't understand what u r asking for. plz> clarify again. thanks.i m wnting codez for 1 tabs. pls snd 2 me.
filestreama at 2007-7-12 18:14:07 > top of Java-index,Java Essentials,Java Programming...
# 7
Hi Kevjava...In this tutorial, can you tell me where I can find the custom tag for this tab layout?
Pankita at 2007-7-12 18:14:08 > top of Java-index,Java Essentials,Java Programming...
# 8
Hi filestream...I don't have any code right now. I am searching for the solution for implementing it...i hope i have understood ur reply...get back if i m misunderstanding u...thanks...
Pankita at 2007-7-12 18:14:08 > top of Java-index,Java Essentials,Java Programming...
# 9
> Hi Kevjava...> > In this tutorial, can you tell me where I can find> the custom tag for this tab layout?You realize that "custom" means you write it yourself... right?
kevjavaa at 2007-7-12 18:14:08 > top of Java-index,Java Essentials,Java Programming...
# 10
Hi Kevjava...I cetainly understand that custom tag means the self-written tags.And I am asking for it. If you have developed this menu thing in your application, then plz provide me the sample code etc...Thanks
Pankita at 2007-7-12 18:14:08 > top of Java-index,Java Essentials,Java Programming...