But then that means that my tabbed JSP would have code for all the tabs 
..How does it identify which tab code to open ??




WongTseng <[EMAIL PROTECTED]> 
06/29/2007 05:28 PM
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
"Struts Users Mailing List" <user@struts.apache.org>
cc

Subject
Re: How to make tabs in JSP






The action which is mapped to the url status.do should forward to the jsp 
in
which you have used the JSPTagControl. In this way several actions can 
share
a single tabbed jsp. So don't put the content of the a tab in a separate
jsp.

2007/6/29, Kavita Mehta <[EMAIL PROTECTED]>:
>
> Hi Angelo,
> thanks for your help . I am using the JSPTagControl in my JSP as:
>
> <jsptabcontrol:tabControl name="PERSONNE_TABCONTROL"
>                               width="800px"
>                               height="100%">
>       <jsptabcontrol:tabPage name="IDENTITY_TABPAGE"
>                              title="BSSMAP Stats"
>                              width="100px" >
>            BSSMAP Stats ...follows...
>       </jsptabcontrol:tabPage>
>       <jsptabcontrol:tabPage name="ADRESS_TABPAGE"
>                              title="Call Control Stats"
>                              href="/status.do" >
>       </jsptabcontrol:tabPage>
>
>     </jsptabcontrol:tabControl>
>
> My problem is that when I click the second tab, the page corresponding 
to
> /status.do  is displayed as a full page JSP and not as a part of tabbed
> JSP page. Please help.
>
> Regards,
> Kavita
>



-- 
Wong Tseng
王曾






*****************************************************DISCLAIMER*****************************************************

This message and/or attachment(s) contained here are confidential, proprietary 
to HUGHES SYSTIQUE and its customers. 
Contents may be privileged or otherwise protected by law. The information is 
solely intended for the entity it is 
addressed to. If you are not the intended recipient of this message, it is 
strictly prohibited to read, forward, 
print, retain, copy or disseminate this message or any part of it. If you have 
received this e-mail in error, 
please notify the sender immediately and delete the message.

********************************************************************************************************************

Reply via email to