Re: Nested-EL

2003-10-17 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 for JSP

Re: Nested-EL

2003-10-17 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 off is it from being complete?

EL evaluation performance...

2003-10-17 Thread Arron Bates
Peoples (Dave?), Just curious as to how quickly the EL tag logic identifies that there is in fact stuff to evaluate? Any micro-benchmarks? If there's no real overhead, especially for properties provided without expression, to just use them in the tags as-is. Or at least the nested tags where

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

2003-10-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Using Eclipse to contribute to Struts

2003-10-17 Thread PILGRIM, Peter, FM
But not lot of text to go with it! -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923 -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 06:53 To: Struts Developers List Subject: RE: Using Eclipse to contribute to

Re: Using Eclipse to contribute to Struts

2003-10-17 Thread Hien Q Nguyen
Thank you all for your help. I'm now configured. On Friday, October 17, 2003, at 05:18 AM, PILGRIM, Peter, FM wrote: But not lot of text to go with it! -- Peter Pilgrim, Struts/J2EE Consultant, RBoS FM, Risk IT Tel: +44 (0)207-375-4923 -Original Message- From: Steve Raeburn

RE: Struts-chain Behavior Discussion

2003-10-17 Thread john sessler
Hello, I get the distinct feeling that the committers point of view on the controller component of Struts is quite similar to Henry Fords point of view on the color of his cars. ...The controller component can be based on any arqitecture at all as long as its Command Chains... I realize that

RE: EL evaluation performance...

2003-10-17 Thread Karr, David
-Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED] Peoples (Dave?), Just curious as to how quickly the EL tag logic identifies that there is in fact stuff to evaluate? Any micro-benchmarks? Sorry, I don't know of any benchmarks for this. If there's no real

Using [myIDE] to contribute to Struts

2003-10-17 Thread Hubert Rabago
I'd hate to set off a tree of discussions for all the different IDE's, but I just have to ask: Does anyone here have a similar guide for Intellij IDEA? Maybe we can devote a page for these guides (or links to them) in the Struts Wiki. Hubert -Original Message- From: Steve Raeburn

Re: Struts-chain Behavior Discussion

2003-10-17 Thread Ted Husted
Here is why I believe that the code is of interest to the Struts community: There are many extensions of interest to the Struts community, and we maintain a resource page to help people find them. In practice, when an extension becomes very popular within the community, and it's obvious that

cvs commit: jakarta-struts/doc/resources extensions.xml views.xml

2003-10-17 Thread mrdon
mrdon 2003/10/17 19:45:53 Modified:doc status.xml doc/resources extensions.xml views.xml Log: Updated links to several struts.sf.net projects Revision ChangesPath 1.46 +3 -3 jakarta-struts/doc/status.xml Index: status.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfigMatcher.java

2003-10-17 Thread mrdon
mrdon 2003/10/17 19:48:16 Modified:src/share/org/apache/struts/config ActionConfigMatcher.java Log: Better error checking Revision ChangesPath 1.3 +1 -1 jakarta-struts/src/share/org/apache/struts/config/ActionConfigMatcher.java Index: