Re: Use of Validator in a Wizard Validator

2003-07-15 Thread Ludovic Maitre
Hello, I use do my validations in the brackets. For example i test that a field of the form on the page 1 is valid : //first launch automatic validation ActionErrors errors = super.validate(mapping, request); //second do specific validation. if (page == 1) { //Check page 1 properties

Logging with Struts and Tomcat

2003-07-01 Thread Ludovic Maitre
Hello, I use Struts 1.1 and Tomcat 4.1.24 and i cannot use correctly the logging functionnality of Struts. More exactly i don't know which settings i must set and in which file. It is said in the doc that Struts use the logging facilities of the underlying logging implementation : *

Re: Dates

2003-06-16 Thread Ludovic Maitre
Thanks, i already know the Caldendar classes, it helps but with this solution i must create three new form variables for each date on a page of my form, which is not what i want since my date is attached to another object and i want that each date had her normal property name (for example

Nested taglib and JSTL

2003-06-12 Thread Ludovic Maitre
Hello, Could somebody answer to 2 little questions : 1- why there is no nested-el taglib ? Because i want to do something like : * in one page : nested:iterate property=AccesTelecom jsp:directive.include file=/pages/nests/AccesTelecomNest.jsp/ /nested:iterate * in AccesTelecomNest.jsp :

Dates

2003-06-12 Thread Ludovic Maitre
Hello, I have a question about the Date objects and struts : My users want to have a form for selecting a date with one selector for the date, one for the month, and one for the year. I want to know if there is existing facilities for doing this in struts. Actually i have attempted to use the

Re: [Q] Apache http.conf, Tomcat Struts

2003-03-21 Thread Ludovic Maitre
Hello, I think that you must adress this question to the tomcat mailing list because the answer is not specific to struts AFAIK. Sorry per advance for my (poor) english. I use Apache 1.3.27 with JK 1.2.2 on Windows 2000 with virtual hosts. I have 3 tomcat contexts accessible on my server : -

Re: [Q] Apache http.conf, Tomcat Struts

2003-03-21 Thread Ludovic Maitre
errata : the webapp under www.toto.com is accessible under www.toto.com/toto in the example. -- Ludovic Maître Factory Productions | Tél: (33) 04 93 07 08 00 149, avenue des mimosas | Fax: (33) 04 93 07 04 02 06700 Saint-Laurent-du-Var (France) | Web:

Re: [OT] Escape characters

2003-03-13 Thread Ludovic Maitre
please read the manual : http://jakarta.apache.org/struts/api/org/apache/struts/util/ResponseUtils.html#filter(java.lang.String) Guido wrote: I'm using jsp + struts + oracle. My oracle data contains special characters ', , , etc. that cause the JSP not to be well formed. Where should I escape