Hi,

There is an example of tabsLayout in tiles-doc.war

Tiles-examples-defs.xml
<definition name="examples.tabs.summaries.body" path="/layouts/tabsLayout.jsp" >
        <put name="selectedIndex"  value="0" />
        <put name="parameterName"  value="selected" />
    <putList name="tabList" >
      <item value="Portal"                      
link="/examples/tiles/portalSummary.jsp" />
      <item value="my Portal"           link="/examples/tiles/myPortalSummary.jsp"/>
    </putList>
  </definition>
It works.

In my application I try to use NestedTabsLayout
(http://www.lifl.fr/~dumoulin/howto/nestedTabsLayout.jsp)
but it does not work I would like to know if someone has already
used this layout and can send me a tiles-def.xml example.
Thanks a lot in advance

-----Original Message-----
From: Eddie Bush [mailto:[EMAIL PROTECTED]
Sent: 26 October 2004 02:24
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: tab UI controls for struts


Have you looked at tiles-documentation.war?

----- Original Message ----- 
From: "kjc" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, October 25, 2004 7:23 PM
Subject: Re: tab UI controls for struts


>I see that struts has a Tabbed Layout. Are there any examples around on 
> how to use it.
> 
> 
> Eddie Bush wrote:
> 
>> Try Tiles.  It has a tabbed-layout, I believe.  If that doesn't suit 
>> your needs, try:
>>
>> Google Query:  Struts +Layout +Tabbed
>>
>> ----- Original Message ----- From: "kjc" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Monday, October 25, 2004 10:36 AM
>> Subject: tab UI controls for struts
>>
>>
>>> looking for a tab UI control for use with struts.
>>
>>
>>
>>
>> ---
>> avast! Antivirus: Outbound message clean.
>> Virus Database (VPS): 0443-3, 10/22/2004
>> Tested on: 10/25/2004 7:04:41 PM
>> avast! - copyright (c) 2000-2004 ALWIL Software.
>> http://www.avast.com
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0443-3, 10/22/2004
Tested on: 10/25/2004 7:24:09 PM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com




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


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

Reply via email to