Nested-EL

2003-10-14 Thread struts
Back in September, David Karr was threatening to do Tiles-EL and Nested-EL. I see that the Tiles-EL has been committed, sweet. Nested-EL seems to be missing. David, have you started working on Nested-EL? If so, how far off is it from being complete? If not, do you have any tips, because I am

Re: Nested-EL

2003-10-14 Thread David Graham
--- [EMAIL PROTECTED] wrote: > Back in September, David Karr was threatening to do Tiles-EL and > Nested-EL. I > see that the Tiles-EL has been committed, sweet. Nested-EL seems to be > missing. David, have you started working on Nested-EL? If so, how far > off is > it from b

Re: Nested-EL

2003-10-14 Thread struts
David, To give you a technical answer: Kinda. If there was a way for JSTL to reach in and grab the info that the nested tags are holding (IE Pass the contents of ) then I don't think you would need Nested-EL. Or, if all of the nested tags worked like where it assumes you are trying to ge

RE: Nested-EL

2003-10-14 Thread Edgar P Dollin
nning older versions of the servlet container. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2003 8:24 PM > To: Struts Developers List > Subject: Re: Nested-EL > > > --- [EMAIL PROTECTED] wrote: > >

Re: Nested-EL

2003-10-14 Thread Craig R. McClanahan
Edgar P Dollin wrote: Everyone has preferences but in my opinion JSTL doesn't hold a candle to the nested tags, especially customized nested tags. I do agree however that JSTL for nested tags is not that important. It does help in environments where there is ZERO tolerance for JSP expressions

Re: Nested-EL

2003-10-14 Thread struts
Well, even though it isn't important, wanted, needed, etc... would you guys at least take a look at the work that I have done? Should I just attach a zip in a mail to the list? I have created the packages: org.apache.strutsel.taglib.nested org.apache.strutsel.taglib.nested.html I did not impleme

Re: Nested-EL

2003-10-14 Thread David M. Karr
>>>>> "struts" == struts <[EMAIL PROTECTED]> writes: struts> Back in September, David Karr was threatening to do Tiles-EL and Nested-EL. I struts> see that the Tiles-EL has been committed, sweet. Nested-EL seems to be struts> missing. Davi

Re: Nested-EL

2003-10-14 Thread struts
t; <[EMAIL PROTECTED]>: > >>>>> "struts" == struts <[EMAIL PROTECTED]> writes: > > struts> Back in September, David Karr was threatening to do Tiles-EL > and Nested-EL. I > struts> see that the Tiles-EL has been committed, sweet. Nes

Re: Nested-EL

2003-10-14 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Well, even though it isn't important, wanted, needed, etc... would you guys at least take a look at the work that I have done? Should I just attach a zip in a mail to the list? I cannot commit any personal time to this, although I think it definitely makes sense. The

Re: Nested-EL

2003-10-16 Thread Ted Husted
[EMAIL PROTECTED] wrote: Understood. I have all of the classes written. The TLD is looking a little daunting. From my studies it appears that the tld is generated from an xml file that is run through an xsl stylesheet. If you want the classes, I can send them to you. Yes, that's true. But it may

Re: Nested-EL

2003-10-16 Thread Arron Bates
> Edgar P Dollin wrote: > > >Everyone has preferences but in my opinion JSTL doesn't hold a candle to the > >nested tags, especially customized nested tags. > > > >I do agree however that JSTL for nested tags is not that important. It does > >help in environments where there is ZERO tolerance f

Re: Nested-EL

2003-10-16 Thread Arron Bates
> --- [EMAIL PROTECTED] wrote: > > Back in September, David Karr was threatening to do Tiles-EL and > > Nested-EL. I > > see that the Tiles-EL has been committed, sweet. Nested-EL seems to be > > missing. David, have you started working on Nested-EL? If so, how far &

DO NOT REPLY [Bug 23827] - Maked Nested-EL tags

2003-10-14 Thread bugzilla
gzilla/show_bug.cgi?id=23827 Maked Nested-EL tags --- Additional Comments From [EMAIL PROTECTED] 2003-10-15 05:49 --- Created an attachment (id=8578) Implementation of nested-el - To unsubscribe, e-mail: [EMAIL PROTECTE

DO NOT REPLY [Bug 23827] - Make Nested-EL tags

2003-10-14 Thread bugzilla
gzilla/show_bug.cgi?id=23827 Make Nested-EL tags [EMAIL PROTECTED] changed: What|Removed |Added Summary|Maked Nested-EL tags|Make Nested-E

DO NOT REPLY [Bug 23827] - Make Nested-EL tags

2003-10-17 Thread bugzilla
gzilla/show_bug.cgi?id=23827 Make Nested-EL tags --- Additional Comments From [EMAIL PROTECTED] 2003-10-17 07:45 --- To make it clear for me, the EL takes the provided expression and simply translates it. This is then intended to be evaluated into the nested context? My expectation: Takin

DO NOT REPLY [Bug 23827] New: - Maked Nested-EL tags

2003-10-14 Thread bugzilla
gzilla/show_bug.cgi?id=23827 Maked Nested-EL tags Summary: Maked Nested-EL tags Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component:

Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-01 Thread Sgarlata Matt
Speaking of EL, I noticed we don't have EL versions of the Tiles tags. I would be happy to provide the implementations, but I know it will be tedious so I only want to proceed if there's a reasonably good chance they will be added to the Struts distribution. Thoughts anyone? In a private conve

Re: Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-01 Thread David M. Karr
out we are missing the Nested tags, but since Sgarlata> I've never used those before I leave that tedious task to someone else ;) I've been intending to produce at least a "tiles-el" library, and possibly a "nested-el" library, but I've been trying to watch

Re: Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-04 Thread David M. Karr
indicated he would be interested in Sgarlata> these tags. Steve also pointed out we are missing the Nested tags, but since Sgarlata> I've never used those before I leave that tedious task to someone else ;) David> I've been intending to produce at least a "ti

Re: Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-04 Thread Sgarlata Matt
ment of the library let me know. I'll also start looking at the "nested-el" library, just for completeness. That seems like a good idea to me, although I don't use nested-el so I won't be able to help test. Matt ---

RE: Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-04 Thread Edgar P Dollin
Thanks for the update. I'll see if I can work them a little for you. Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]