RE: What is the best way to pass a parameter to a forward?

2004-03-16 Thread Jay Glanville
It's funny that you say that it will not work, because it does for me, and without throwing any exceptions. That being said, your point about modifying an action mappings forwards is a good one. It is unfortunate that the ActionForward class doesn't have a copy constructor -- Jay Glanville

RE: What is the best way to pass a parameter to a forward?

2004-03-16 Thread Jay Glanville
Latest stable release: 1.1 -- Jay Glanville -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Cooper Sent: Tuesday, March 16, 2004 1:33 PM To: [EMAIL PROTECTED] Subject: Re: What is the best way to pass a parameter to a forward? Jay Glanville [EMAIL

RE: internationalizing html:option tag, force to lookup resource file

2004-03-08 Thread Jay Glanville
property=searchListValue styleClass=drpdwn logic:iterate id=item name=SearchFormBean property=searchList.list html:option key=${item.labelKey} value=${item.labelKey} / /logic:iterate /html:select -- Jay Glanville -Original Message- From: Keith Hyland [mailto:[EMAIL

RE: [OT]jsp and version control

2004-02-26 Thread Jay Glanville
JDG -- Jay Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Automatic generation of class diagrams

2004-02-25 Thread Jay Glanville
I believe doxygen can produce class inheritance (in both text and graphics formats) diagrams. It might be worth looking into. JDG -- Jay Glanville -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 10:36 PM To: [EMAIL PROTECTED

RE: can I use resource keys in html:optionsCollection?

2004-02-19 Thread Jay Glanville
use my solution. JDG -- Jay Glanville Web Developer [EMAIL PROTECTED] (613) 725-2030 x393 http://www.naturalconvergence.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How do I combine tiles and pre-populated forms?

2003-12-04 Thread Jay Glanville
Thanks to both Greg and Jonathan. I love it when multiple answers concur! ;-) JDG -Original Message- From: Fullam, Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 11:13 AM To: 'Struts Users Mailing List' Subject: RE: How do I combine tiles and pre-populated