Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Don Brown
I haven't really been following closely, but what is wrong with using struts.sf.net for distributing struts-related extensions? I've been using that site for years with good results. Some ideas became struts subprojects and others didn't go anywhere. We've been very accepting of new projects

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Dakota Jack
The below is a continuing problem. At this stage, Struts is pretty mature and if you are not a committer able to make decisions, there really is not too much you can do of interest with Struts other than applications, although I will probably write my own branch this summer for my own use with IoC

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
Martin Cooper wrote: I'm not sure what you're proposing here. If you're looking for feedback on something that might become a Struts extension, for example as part of the Struts SourceForge project, then I would say knock yourself out. ;-) However, if you're proposing this as a future Struts subpro

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Martin Cooper
I'm not sure what you're proposing here. If you're looking for feedback on something that might become a Struts extension, for example as part of the Struts SourceForge project, then I would say knock yourself out. ;-) However, if you're proposing this as a future Struts subproject here at the ASF,

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
Well, I'm certainly open to that... I didn't view it as anything but adding to the existing library so my first thought was not a new subproject. As I mentioned in the post, it doesn't alter any existing code written against the taglib as it exists today, and in my mind that makes it not a new

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Ted Husted
Frank, I believe this initiative would be framed as a separate subproject, would it not? Which is to say, the original taglib product would remain the same. This product would extend and build on the original taglibs, to create a separate distribution, yes? -Ted.

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
I'm not quite sure what you mean Jack... When you say the "code one must load", do you mean on the pages returned to the client, or in memory on the server, or something else entirely? If you don't don't use the Ajax functionality but were to just update the BaseTagHandler in struts.jar (and th

[Struts Wiki] Update of "StrutsTutorials" by NiallPemberton

2005-04-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsTutorials -- Tut

[Struts Wiki] Update of "StrutsMessageResourcesDoc" by NiallPemberton

2005-04-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/struts/StrutsMessageResourcesDoc --

DO NOT REPLY [Bug 33064] - Struts tags must check attribute values using isEmpty(), not against nulls

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34337] - Tiles Plugin requires Controller be instance of TilesRequestProcessor

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33230] - please improve your code in the tags

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15023] - Use attribute 'id' instead of 'name' in html:form-Tag

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33941] - Be able to define locale specific images path in html:* tags

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34337] - Tiles Plugin requires Controller be instance of TilesRequestProcessor

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r160347 - in struts/sandbox/trunk/overdrive: Agility/Core/ Nexus/ Nexus/Core/ Nexus/Test/ PhoneBook/Core/ PhoneBook/Test/ PhoneBook/Test/Commands/

2005-04-06 Thread husted
Author: husted Date: Wed Apr 6 17:07:01 2005 New Revision: 160347 URL: http://svn.apache.org/viewcvs?view=rev&rev=160347 Log: OVR-5 OVR-7 OVR-8 * Add Interfaces and base classes sufficient to build first failing tests. * Tests will not pass yet. Still bootstrapping. Added: struts/sandbox/t

svn commit: r160346 - struts/sandbox/trunk/overdrive/Nexus

2005-04-06 Thread husted
Author: husted Date: Wed Apr 6 17:00:36 2005 New Revision: 160346 URL: http://svn.apache.org/viewcvs?view=rev&rev=160346 Log: Initial checkin of Nexus solution. Added: struts/sandbox/trunk/overdrive/Nexus/ - To unsubscribe

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Dakota Jack
Frank, Does this increase the code one must load whether one uses Ajax or not? Thanks! On Apr 6, 2005 3:16 PM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I think I'm leaning with you Allen. I didn't like the idea of requiring > something that is essentially outside the taglib at first, bu

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
I think I'm leaning with you Allen. I didn't like the idea of requiring something that is essentially outside the taglib at first, but as I think about it more I think it just makes sense. Besides, I guess one could argue that the extra config file is already something required outside the ta

RE: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Fogleson, Allen
Personally I don't see where putting the code inline or forcing the use of a .js file through a switch really brings value. If the switch bought some value, say advanced features or something then it might make sense. Power users could turn on the switch and access these wonderful extra features th

DO NOT REPLY [Bug 34337] New: - Tiles Plugin requires Controller be instance of TilesRequestProcessor

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
I think the other benefit, although a more subjective one, is that a big long string of Javascript inline in a tag is kind of ugly. I've certainly done it many times, as I'm sure others have, so it isn't the end of the world, it's just aesthetically not very pleasing to me. I like your idea ab

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Andres Paz Sampedro
The difference between inline and an external js file is only performance. To reduce the size of the HTML,and in general as a good practice, the best is to include the links as part of the . I would suggest the following: add a setting in the ajax config file to decide whether or not to include th

Re: RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
One quick comment... You'll notice that a rather large chunk of code is inserted inline for the event handlers... this is, I would think, not the final answer. My first thought was "is it possible to insert into the of a document from within a tag class?" I assumed not. My other thought was "s

RFC: Struts HTML Ajax-Aware Tags

2005-04-06 Thread Frank W. Zammetti
Afternoon all, Please reference the code at: http://www.omnytex.com/ajaxtags.zip I wanted to put something out there in front of you all and get some feedback on it before I go that extra mile and finish it out. This came out of some ideas I tossed at Ted a few days ago. The basic idea is to t

[Struts Wiki] Trivial Update of "StrutsCatalogLazyList" by maestroQC

2005-04-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by maestroQC: http://wiki.apache.org/struts/StrutsCatalogLazyList -- Fo

DO NOT REPLY [Bug 32584] - MessageResources - 'escape' function blocks possiblity of escaping quotes and parameters

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ActionResources_ja.properties

2005-04-06 Thread Dakota Jack
That's what I do, Hubert. Less is usually more! I you can leave a space for the translators, which is a lot easier to see. Then, with any decent editing tool, like TextPad, you can easily catch what it is that is missing by putting two documents/files side-by-side. That is how we do it anyway.

Re: DO NOT REPLY [Bug 34305] - import attribute in in

2005-04-06 Thread Niall Pemberton
- Original Message - From: "Riyaz Mansoor" <[EMAIL PROTECTED]> Sent: Wednesday, April 06, 2005 12:07 PM > > It was done in validator about a year ago - but just hasn't been released > > yet. > > hi. u mean that no final release has been made after the patch was > submitted? Yes > is th

Re: DO NOT REPLY [Bug 34305] - import attribute in in

2005-04-06 Thread Riyaz Mansoor
> It was done in validator about a year ago - but just hasn't been released > yet. hi. u mean that no final release has been made after the patch was submitted? or was the patch never inserted to validator? is there a nightly build or something available with it? riyaz -

Re: DO NOT REPLY [Bug 34305] - import attribute in in

2005-04-06 Thread Niall Pemberton
It was done in validator about a year ago - but just hasn't been released yet. http://issues.apache.org/bugzilla/show_bug.cgi?id=27870 Niall - Original Message - From: "Riyaz Mansoor" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Wednesday, April 06, 2005 11:04 AM Subject: Re:

Re: DO NOT REPLY [Bug 34305] - import attribute in in

2005-04-06 Thread Riyaz Mansoor
> You're in luck! This feature has just been added and is available in the > latest > nightly builds found on > http://svn.apache.org/builds/struts/maven/trunk/nightly/struts-core/ > > Instead of "import", we use "extends": oh great!!! i had actually written the code to do it with RuleSet SetPr

[GUMP@brutus]: Project struts-taglib-from-packages (in module struts) failed

2005-04-06 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-04-06 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

DO NOT REPLY [Bug 32778] - HTML link tag does not work with a JSTL loop tag when the indexed property is set to true

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21603] - Automatic readonly/disabled settings in struts-html

2005-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r160263 - in struts/el/branches/STRUTS_1_2_BRANCH: doc/userGuide/struts-html-el.xml src/share/org/apache/strutsel/taglib/html/ELFormTag.java src/share/org/apache/strutsel/taglib/html/ELFormTagBeanInfo.java

2005-04-06 Thread niallp
Author: niallp Date: Wed Apr 6 00:44:55 2005 New Revision: 160263 URL: http://svn.apache.org/viewcvs?view=rev&rev=160263 Log: Port to 1.2.x branch - Bug 21603 Automatic readonly/disabled settings in struts-html reported by Shai Berger. Modified: struts/el/branches/STRUTS_1_2_BRANCH/doc/user

svn commit: r160262 - in struts/core/branches/STRUTS_1_2_BRANCH: doc/userGuide/ src/share/org/apache/struts/taglib/html/

2005-04-06 Thread niallp
Author: niallp Date: Wed Apr 6 00:44:25 2005 New Revision: 160262 URL: http://svn.apache.org/viewcvs?view=rev&rev=160262 Log: Port to 1.2.x branch - Bug 21603 Automatic readonly/disabled settings in struts-html reported by Shai Berger. Modified: struts/core/branches/STRUTS_1_2_BRANCH/doc/us