Location of STANDARD file header for Jakarta Struts java files?

2002-09-27 Thread David M. Karr
Ok, this is probably silly, but is there a STANDARD header block that is supposed to be at the top of all Jakarta Struts source files? I just did a casual search, and I noticed that there are quite a few minor variations, sometimes in the Copyright string (even for the same year), and sometimes m

RE: [sub-app] Default Module

2002-09-27 Thread Ditlinger, Steve
Indeed, let them hang themselves! Just to be clear though: such a hanging offense could still be committed with single level sub-app names in combo with multi-level action names. Good job, Eddie. Thanks for working on this and posting the solution. Thanks, Steve -Original Message- F

DO NOT REPLY [Bug 12702] - ActionServlet selects wrong application module from URL

2002-09-27 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://nagoya.apache.org/bugzilla/show_b

Re: [sub-app] Default Module

2002-09-27 Thread Eddie Bush
Ditlinger, Steve wrote: >It does indeed do the trick. And it avoids repeating a variation of the >original bug by starting with the longest possible matchPath and working >toward shorter matchPaths. > >The one possible problem that people could come up with would arise in the >following situat

RE: [sub-app] Default Module

2002-09-27 Thread Ditlinger, Steve
It does indeed do the trick. And it avoids repeating a variation of the original bug by starting with the longest possible matchPath and working toward shorter matchPaths. The one possible problem that people could come up with would arise in the following situations: Let's say I have a modul

Re: please, can me somebody explain strength behaviour of method: Req uestUtils.lookup?

2002-09-27 Thread Antoni Reus
Hi, El Vie 27 Sep 2002 20:29, Juraj Burian escribió: > Hi, > > I have defined a custom tag and I need obtain some bean object instance. > The next code is used: > // trgName have quotes now > trgName = trgName.substring(1, trgName.length() - 1); // remove > quotes > t

cvs commit: jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold RemoveAttributeAction.java ProcessAction.java BaseForm.java BaseAction.java

2002-09-27 Thread husted
husted 2002/09/27 11:59:52 Modified:contrib/scaffold/src/java/org/apache/struts/scaffold RemoveAttributeAction.java ProcessAction.java BaseForm.java BaseAction.java Log: + RemoveAttributeAction: Correct operation. + Migrate to Prope

please, can me somebody explain strength behaviour of method: RequestUtils.lookup?

2002-09-27 Thread Juraj Burian
Hi, I have defined a custom tag and I need obtain some bean object instance. The next code is used: // trgName have quotes now trgName = trgName.substring(1, trgName.length() - 1); // remove quotes trgBean = RequestUtils.lookup(pageContext, trgName, trgScope);

Re: [sub-app] Default Module

2002-09-27 Thread Eddie Bush
That is precisely why I posted it before submitting a patch ;-) I have nothing that uses your scenario. You do :-) Ditlinger, Steve wrote: >Eddie: > >Looks like it will do the trick. Please let me test it out and perhaps add >a refinement. > >Please stand by > >Thanks, >Steve > >-Or

RE: [sub-app] Default Module

2002-09-27 Thread Ditlinger, Steve
Eddie: Looks like it will do the trick. Please let me test it out and perhaps add a refinement. Please stand by Thanks, Steve -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 11:05 PM To: Struts Developers List Cc: Ditlinger, Steve

DO NOT REPLY [Bug 13086] New: - Add new Struts book

2002-09-27 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13075] - select tag doesn't work with multiple selects

2002-09-27 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13075] New: - select tag doesn't work with multiple selects

2002-09-27 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13064] New: - NullPointerException in Option tag

2002-09-27 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://nagoya.apache.org/bugzilla/show_b

Re: Auto Property File Reader?

2002-09-27 Thread Christopher Cheng
But I still have to do this somewhere MessageResources cityMessages = MessageResources.getMessageResources("com.mycompany.locale.city"); servlet.getServletContext().setAttribute("MESSAGE.CITY", cityMessages); in order to use it like this, right? - Original Message - From: "Eddie Bush" <