How does LookupDispatchAction lookup.

2002-12-20 Thread ROSSEL Olivier
I want to use LookupDispatchAction. Reading one of Ted's tips, it seems that the value returned by my submit buttons MUST be stored in a .properties file, and looked up inside my JSP: html:submit property=submit bean:message key=button.add/ /html:submit There's no way to have a hard-coded

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread Wendy Smoak
I want to use LookupDispatchAction. Reading one of Ted's tips, it seems that the value returned by my submit buttons MUST be stored in a .properties file, and looked up inside my JSP: html:submit property=submit bean:message key=button.add/ /html:submit There's no way to have a hard-coded

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread James Mitchell
to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg. - Bjarne Stroustrup -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 9:28 AM To: '[EMAIL PROTECTED]' Subject: How does LookupDispatchAction

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread Alvarado, Juan (c)
take a look at this posting. It explains to you how it works. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg51209.html -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 9:28 AM To: '[EMAIL PROTECTED]' Subject: How does

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread ROSSEL Olivier
I think you are missing the point of what LookupDispatchAction is about. It solves a specific problem with i18n'd button labels. It sounds like you might be more interested in DispatchAction. Ted says that JavaScript is needed with Dispatch Action. My problem with DispatchAction is that

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread Alvarado, Juan (c)
in conjunction with LookupDispatchAction. I like the LookupDispatchAction because I avoid having to use javascript on my client. -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 10:45 AM To: 'Struts Users Mailing List' Subject: RE: How does

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread James Mitchell
, it blows away your whole leg. - Bjarne Stroustrup -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 10:57 AM To: 'Struts Users Mailing List' Subject: RE: How does LookupDispatchAction lookup. I have had the same issues you

[FRIDAY] a javascript a day keeps the server away... [WAS: RE: How does LookupDispatchAction lookup.]

2002-12-20 Thread Andrew Hill
for a tree widget to use for my navigation: http://dhtmlnirvana.com/landoftrees/ -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 23:57 To: 'Struts Users Mailing List' Subject: RE: How does LookupDispatchAction lookup. I have had the same