Re: Need good tab control for JSP.

2005-10-25 Thread Laurie Harper
Christian Bollmeyer wrote: Laurie Harper schrieb: Nope. You can't, for it has set rtexprvalue to false :-) Minor Ugh; might still work... thing, you can change that if you grab the tld file from the jar. For resolving the other issues, you have to alter the code. Hm. The source distribution

Re: Need good tab control for JSP.

2005-10-25 Thread Christian Bollmeyer
Laurie Harper schrieb: Nope. You can't, for it has set rtexprvalue to false :-) Minor thing, you can change that if you grab the tld file from the jar. For resolving the other issues, you have to alter the code. Hm. The source distribution doesn't contain the resources, but you can get them from

Re: Need good tab control for JSP.

2005-10-24 Thread Laurie Harper
That one, I think, can be dispelled: tab titles are set with the tabTitle attribute, so you can just pass in a value retrieved from your message resources. Admittedly it'd be nice if it was 'Struts aware' and supported a tabTitleKey attribute, though. L. Christian Bollmeyer wrote: Ah, anothe

Re: Need good tab control for JSP.

2005-10-24 Thread Laurie Harper
Christian Bollmeyer wrote: If you switch off JavaScript, the component is said to still work via 'traditional' links. Unfortunately, at least with Tiles (didn't test without), this ends up in a 404 error, as the component seems to look for the physical JSP 'master' file instead of the Tiles defin

Re: Need good tab control for JSP.

2005-10-24 Thread Christian Bollmeyer
Laurie Harper wrote: Christian Bollmeyer wrote: Hi, This component is quite good, but requires JSP 2.0 (SimpleTag) and has issues with Tiles (switch off JavaScript and see for yourself). Damn, I was thinking this looked pretty promising 'til I read that... Can you expand at all? I only

Re: Need good tab control for JSP.

2005-10-24 Thread Christian Bollmeyer
Ah, another important issue I forgot: the tab titles are 'fixed' and therefore not i18n-capable, neither via resource bundles nor . -- Ch. Laurie Harper schrieb: Christian Bollmeyer wrote: This component is quite good, but requires JSP 2.0 (SimpleTag) and has issues with Tiles (switch off Jav

Re: Need good tab control for JSP.

2005-10-23 Thread Laurie Harper
Christian Bollmeyer wrote: This component is quite good, but requires JSP 2.0 (SimpleTag) and has issues with Tiles (switch off JavaScript and see for yourself). Damn, I was thinking this looked pretty promising 'til I read that... Can you expand at all? I only use Tiles fairly lightly so mayb

Re: Need good tab control for JSP.

2005-10-23 Thread emre akbas
Maybe a pure-javascript solution may work for you: http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm -- Emre Akbas -- Forwarded message -- > From: "Zsolt" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Date: Sun, 23 Oct 2005 17:54:10 +0200 > Subject: Need good t

Re: Need good tab control for JSP.

2005-10-23 Thread Christian Bollmeyer
Zsolt schrieb: Hi, Hi, I need a good tab control for JSP. I have tried struts-layout and http://209.61.157.8:8080/taglibs/?orgDitchnetTabPaneId=overview. This component is quite good, but requires JSP 2.0 (SimpleTag) and has issues with Tiles (switch off JavaScript and see for yourself). Fu

Re: Need good tab control for JSP.

2005-10-23 Thread Wendy Smoak
From: "Zsolt" <[EMAIL PROTECTED]> I need a good tab control for JSP. I have tried struts-layout and http://209.61.157.8:8080/taglibs/?orgDitchnetTabPaneId=overview. Struts-layout doesn't seem to work. Ditchnet seems to be very good however we cannot switch tomcat-5.5 into servlet mode 2.3. Ha