Re: Transaction tokens

2004-01-14 Thread Dominique de Waleffe
isTokenValid and handle the form only if the token is valid. The first step is to call saveToken inside an action. To do this, you have to make sure an action is called before the JSP page loads. Thanks for this info. I'll try it today. D. -- Dominique de Waleffe Email: [EMAIL PROTECTED] [No HTML

Transaction tokens

2004-01-13 Thread Dominique de Waleffe
(not having tokens sent)? Thanks for any hint or example. -- Dominique de Waleffe Email: [EMAIL PROTECTED] [No HTML please] Mission Critical, Drève Richelle 161 Bât N, B-1410 Waterloo, Belgium Phone: +32 2 757 10 15 Fax: +32 2 759 27 60 ICQ: 289-306-495

ActionErrors problem...

2003-11-18 Thread Dominique de Waleffe
something obvious... Thanks for any hint... D. -- Dominique de Waleffe Email: [EMAIL PROTECTED] [No HTML please] Mission Critical, Drève Richelle 161 Bât N, B-1410 Waterloo, Belgium Phone: +32 2 757 10 15 Fax: +32 2 759 27 60

Re: ActionErrors problem...

2003-11-18 Thread Dominique de Waleffe
in the message. The {0} to {2} are swallowed... D. -- Dominique de Waleffe Email: [EMAIL PROTECTED] [No HTML please] Mission Critical, Drève Richelle 161 Bât N, B-1410 Waterloo, Belgium Phone: +32 2 757 10 15 Fax: +32 2 759 27 60

Re: ActionErrors problem...

2003-11-18 Thread Dominique de Waleffe
Susan Bradeen wrote: On 11/18/2003 07:29:41 AM Dominique de Waleffe wrote: I have this in my code: errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(error.key.invalid-value.dummy,keyname,value,expected); Are keyname, value, expected evaluated or literal values? Do you mean to have

Re: ActionErrors problem...

2003-11-18 Thread Dominique de Waleffe
look in the HTML source of your document, i think you'll see what you were expecting. to output , use lt; Of course. Completely missed that one... I was really looking for something else..l Thanks a lot, D. -- Dominique de Waleffe Email: [EMAIL PROTECTED] [No HTML please] Mission Critical

Re: IPlanet 6 SP2 and Struts 1.1 with templates TLD

2003-07-24 Thread Dominique de Waleffe
Philippe == Philippe Van Der Gucht [EMAIL PROTECTED] writes: Philippe It would seem that the problem is classpath related. Philippe I can't seem to make struts find the application resources files... Philippe I get this when I'm trying to write a message: Philippe ???en_US.test??? I have

Re: IPlanet 6 SP2 and Struts 1.1 with templates TLD

2003-07-24 Thread Dominique de Waleffe
Philippe == Philippe Van Der Gucht [EMAIL PROTECTED] writes: Philippe Dominique de Waleffe wrote: I have the same problem with jdk 1.4.2, Tomcat 4.1, Struts 1.1. Tried many combinations (locale=true/false, moving properties around) already to no avail. Always get ???en_US.key??? even

Re: IPlanet 6 SP2 and Struts 1.1 with templates TLD

2003-07-24 Thread Dominique de Waleffe
Dominique == Dominique de Waleffe [EMAIL PROTECTED] writes: Philippe You prolly already checked it but... did you define the message resources in Philippe struts-config.xml? Dominique I did... there, in web.xml, at both places to no avail. Stupid me... file was being moved to incorrect