Re: Error using tiles-el

2003-12-20 Thread David M. Karr
>>>>> "Sunitha" == Sunitha Narayanan writes: Sunitha> Hello, Sunitha> I am using Struts 1.2 (nightly build as of 17 Dec 2003) and am trying out using the tiles-el. When I replace my tiles taglib with tiles-el, I am getting this error Sunitha> /WE

RE: Error using tiles-el

2003-12-19 Thread Karr, David
Yup, you're correct. Could you please file a bug in Bugzilla for this? I may get to this this weekend. -Original Message- From: Narayanan, Sunitha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: Error using tiles-el Hello,

Error using tiles-el

2003-12-17 Thread Narayanan, Sunitha
Hello, I am using Struts 1.2 (nightly build as of 17 Dec 2003) and am trying out using the tiles-el. When I replace my tiles taglib with tiles-el, I am getting this error /WEB-INF/tiles/layout/main_layout.jsp(4): Error in using tag library uri='/WEB-INF/taglib/struts-tiles-el.tld&#x

Re: tiles-el

2003-12-12 Thread Adam Hardy
On 12/12/2003 03:53 PM Wendy Smoak wrote: Okay I've just had a sniff around the stuff in cvs, has any one used tiles-el without any bleeding edge issues? Well... I use JSTL and Struts-EL (in that order of preference) and I've never run into a need for what I'd think of as Tile

RE: tiles-el

2003-12-12 Thread Wendy Smoak
> Okay I've just had a sniff around the stuff in cvs, has any one used > tiles-el without any bleeding edge issues? Well... I use JSTL and Struts-EL (in that order of preference) and I've never run into a need for what I'd think of as Tiles-EL. The only place I use tiles t

Re: tiles-el

2003-12-12 Thread Brice Ruth
At times in the development of our most recent project (many, many Tiles with quite pervasive use of extension, overriding, etc.), I've thought I really needed tiles-el, but I always managed to get around it. If you want to post what it is you're trying to do, we can probably hel

Re: tiles-el

2003-12-12 Thread Mark Lowe
Okay I've just had a sniff around the stuff in cvs, has any one used tiles-el without any bleeding edge issues? On 12 Dec 2003, at 10:33, Mark Lowe wrote: Am I tree-barking or is there such a thing as tiles-el? I seem to recall some mention of it on the dev list but I cant find

tiles-el

2003-12-12 Thread Mark Lowe
Am I tree-barking or is there such a thing as tiles-el? I seem to recall some mention of it on the dev list but I cant find any reference to it on the struts site.. Anyone know anything? Cheers Mark - To unsubscribe, e-mail

Re: Passing Objects to a Tiles Context, Tiles-EL

2003-11-23 Thread Daniel A. Torrey
Quoting Carl-Eric Menzel <[EMAIL PROTECTED]>: > are the nightlies? Can I use them in a production system? Depends on where you work... :-) -daniel Daniel A. Torrey daniel at datorrey dot net - To unsubscribe, e-mail: [EMAIL P

Passing Objects to a Tiles Context, Tiles-EL

2003-11-23 Thread Carl-Eric Menzel
Hello, I have two questions. First, is it possible to pass an object from one tile to another (with tiles:insert and tiles:put)? So far I have only managed to pass strings, but it would really be useful to pass an object reference that the inserted tile could work on. Second, is there a way to u

Re: Tiles-EL?: can I find documentation somewhere? examples?

2003-10-09 Thread PhilNoon
Sánchez" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>Although I've never heard anything about tiles-el here it goes the > >>explanation of Struts-el > >> > >>Struts-EL is an extension of the Struts tag l

Re: Tiles-EL?: can I find documentation somewhere? examples?

2003-10-09 Thread PhilNoon
el: miércoles, 08 de octubre de 2003 19:38 > > Para: [EMAIL PROTECTED] > > Asunto: Tiles-EL?: can I find documentation somewhere? examples? > > > > > > Thanks very much for that. > > > > Does anyone know where I can find some documentation/examples? > &

Re: Tiles-EL?: can I find documentation somewhere? examples?

2003-10-08 Thread Vic Cekvenich
anyone know where I can find some documentation/examples? "Carlos Sánchez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Although I've never heard anything about tiles-el here it goes the explanation of Struts-el Struts-EL is an extension of the Struts tag

RE: Tiles-EL?: can I find documentation somewhere? examples?

2003-10-08 Thread Carlos Sánchez
http://jakarta.apache.org/struts/userGuide/building_view.html#struts-el > -Mensaje original- > De: PhilNoon [mailto:[EMAIL PROTECTED] > Enviado el: miércoles, 08 de octubre de 2003 19:38 > Para: [EMAIL PROTECTED] > Asunto: Tiles-EL?: can I find documentation some

Tiles-EL?: can I find documentation somewhere? examples?

2003-10-08 Thread PhilNoon
Thanks very much for that. Does anyone know where I can find some documentation/examples? "Carlos Sánchez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Although I've never heard anything about tiles-el here it goes the > explanation of Struts-el >

RE: Tiles-EL?

2003-10-08 Thread Carlos Sánchez
Although I've never heard anything about tiles-el here it goes the explanation of Struts-el Struts-EL is an extension of the Struts tag library that uses the expression evaluation engine in the Jakarta Taglibs implementation of the JSP Standard Tag Library to evaluate attribute values. Thi

Tiles-EL?

2003-10-08 Thread PhilNoon
Thanks for the reply, but I'm sorry I don't understand what you wrote! What is Tiles-EL? Where do I find it? How do I find out what it does? Thanks for your help. "Vic Cekvenich" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you take at a nighl

RE: Tiles-EL ???

2003-08-14 Thread Yann Lebreton
maybe something like: -Original Message- From: Jeff Caddel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 1:14 PM To: Struts Users Mailing List Subject: Tiles-EL ??? Anyone know of a non-scriplet way to do what this jsp snippet is doing? <% String editP

RE: Tiles-EL ???

2003-08-14 Thread Yann Lebreton
i'm assuming no -Original Message- From: K.C. Baltz [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 8:48 PM To: Struts Users Mailing List Subject: Re: Tiles-EL ??? Wouldn't that be beanScope="page" for his example? Or are you assuming that config was alre

Re: Tiles-EL ???

2003-08-11 Thread K.C. Baltz
2003 1:14 PM To: Struts Users Mailing List Subject: Tiles-EL ??? Anyone know of a non-scriplet way to do what this jsp snippet is doing? <% String editPage = (String) pageContext.getAttribute("editPage"); %> -

Tiles-EL ???

2003-08-07 Thread Jeff Caddel
Anyone know of a non-scriplet way to do what this jsp snippet is doing? <% String editPage = (String) pageContext.getAttribute("editPage"); %> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,