Re: validator question

2005-08-04 Thread Dewitte Rémi
Le Mardi 2 Août 2005 20:14, Dewitte Rémi a écrit : > Hi ! > In a wizard, I have some "required" checks with struts-validator assigned > to pages (with page=). > There is sometimes a "jump" in the wizard so that a property is null. When > validating the p

validator question

2005-08-02 Thread Dewitte Rémi
Hi ! In a wizard, I have some "required" checks with struts-validator assigned to pages (with page=). There is sometimes a "jump" in the wizard so that a property is null. When validating the page after the jump, the server-side validation failed as if validator checked all previous pages. For e

Re: tiles problem

2005-07-25 Thread Dewitte Rémi
Or simply : Rémi Le Dimanche 24 Juillet 2005 05:59, Laurie Harper a écrit : > Your global forward needs to point to an action, not directly to a tiles > definition. Change your struts-config.xml as follows: > >... > > > > > type="org.apache.struts.act

Re: saving a DynaForm

2005-07-19 Thread Dewitte Rémi
me),Array.getLength(value)); for(int i =0 ; i Bonjour Remi > Am glad that satisfies your requirement.. > Bon Chance, > Martin- > - Original Message - > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Tuesday, J

Re: saving a DynaForm

2005-07-19 Thread Dewitte Rémi
n,map) BeanUtilsBean.copyProperties(bean,bean) So even i must maintain an other class, this is propably the best way. Thanks Martin and Laurie. Le Lundi 18 Juillet 2005 19:07, Laurie Harper a écrit : > Dewitte Rémi wrote: > > Hello ! > > I uses LazyDynaForm to gather user results.

saving a DynaForm

2005-07-18 Thread Dewitte Rémi
Hello ! I uses LazyDynaForm to gather user results. Now I'd like to save those results. All persisence framework are for POJO, do you know a common solution ? May I create a POJO to make the transition/link ? Thanks - To unsubsc

Re: Tiles

2005-07-11 Thread Dewitte Rémi
included another page > (or tile) yor aren't allowed to flush. At least in tomcat. > > Regards > Leon > > > -----Ursprüngliche Nachricht- > > Von: Dewitte Rémi [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 11. Juli 2005 13:59 > > An: Struts Use

Re: Tiles

2005-07-11 Thread Dewitte Rémi
nately you can't get rid of the <%=question%>, but it would be the > only java code in the page. > > Regards > leon > > > -Ursprüngliche Nachricht- > > Von: Dewitte Rémi [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 11. Juli 2005 13:33 > > An: St

Re: Tiles

2005-07-11 Thread Dewitte Rémi
va code like this. Rémi Le Lundi 11 Juillet 2005 13:20, Dewitte Rémi a écrit : > Hi ! > I make a definition in which i put a list of tiles to include but I can't > achieve to do t

Tiles

2005-07-11 Thread Dewitte Rémi
Hi ! I make a definition in which i put a list of tiles to include but I can't achieve to do this eg : in my tiles-defs.xml : And in my template, i don't know how to iterate in listQuestions in

Re: howto with validator

2005-07-05 Thread Dewitte Rémi
be timely, secure, error or virus-free as information could be intercepted, > corrupted, lost, destroyed, arrive late or incomplete. > > To know more about Cordiant Technologies, please visit > http://www.cordiant.com > _ > > > -Original Me

Re: howto with validator

2005-07-05 Thread Dewitte Rémi
ve late or incomplete. > > To know more about Cordiant Technologies, please visit > http://www.cordiant.com > _ > > > -Original Message- > From: Dewitte Rémi [mailto:[EMAIL PROTECTED] > Sent: Monday, July 04, 2005 9:21 PM > To: Struts Users Maili

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
I have no error but it doesn't work. Thanks for your answer anyway. Le Lundi 4 Juillet 2005 17:30, Ivan Rodriguez a écrit : > So if it doesnt work for you, try > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
That's it ! Thanks ! Le Lundi 4 Juillet 2005 17:03, Wendy Smoak a écrit : > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > > > Hum, I tried : > > Unable to find a value for "sex" in object of class > > "org.apache.struts.validator.Laz

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
Hum, I tried : Unable to find a value for "sex" in object of class "org.apache.struts.validator.LazyValidatorForm" using operator "." (null) Indeed, it's a DynaBean. Have an idea ? Le Lundi 4 Juillet 2005 16:43, Ivan Rodriguez a écrit : > > > Dewitte

swith to struts-el

2005-07-04 Thread Dewitte Rémi
I'd like to switch all my callic struts tags to struts-el in order to not mix all tags. How do you switch logic.equal to c:if ? For example : Thanks again... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

howto with validator

2005-07-04 Thread Dewitte Rémi
Hello everybody ! I have some howto questions related to validator. I'd like to do some checks on my form : 1) in a multibox question, i'd like to check at least 2 are checked and at most 4. 2) I have a mapped property, I'd like to check every mymap(key) is answered. 3) I have a form property o

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
--- Original Message ----- > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Friday, July 01, 2005 11:36 AM > Subject: Re: deal with nested properties > > > Thanks a lot. More precisely, i must do this to get it work ! > &

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
Thanks a lot. More precisely, i must do this to get it work ! because gives me $ind} Le Vendredi 1 Juillet 2005 14:01, Wendy Smoak a écrit : > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > > > In my jsp, I try do do this : > > > > >

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
; > > > HTH > Nitesh > > > -Original Message- > From: Dewitte Rémi [mailto:[EMAIL PROTECTED] > Sent: Friday, July 01, 2005 5:54 PM > To: Struts Users Mailing List > Subject: deal with nested properties > > Hi all ! > I have another prob

deal with nested properties

2005-07-01 Thread Dewitte Rémi
Hi all ! I have another problem to submit : Here is my bean where Personne is a class of two attributes {name,age} with their getters and setters. In my jsp, I try do do this : And i get this error : No getter method for property children[0].name

iterate on a value

2005-06-30 Thread Dewitte Rémi
Hello ! In my form , i ask the number of children. On the next page, i'd like to display as many textboxes as children to get their name. provides iteration on array or collection, how can i iterate on the number of children ? Thanks ! ---

Re: use a plugin property

2005-06-30 Thread Dewitte Rémi
ristopher Marsh-Bourdon > www.marsh-bourdon.com > > > -Original Message- > From: Dewitte Rémi [mailto:[EMAIL PROTECTED] > Sent: 29 June 2005 12:27 > To: user@struts.apache.org > Subject: use a plugin property > > Hello ! I'd like to use the pathname property of

use a plugin property

2005-06-29 Thread Dewitte Rémi
Hello ! I'd like to use the pathname property of my plugin configuration in my page. How can I do this with bean:define ? Thanks Rémi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: iterate on properties of a DynaActionForm

2005-06-28 Thread Dewitte Rémi
elp, what you gave me works just fine. Rémi Le Lundi 27 Juin 2005 22:23, Wendy Smoak a écrit : > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > > > I'm quite new in struts and i'd like to print all properties of my form > > with > > > their correspond

iterate on properties of a DynaActionForm

2005-06-27 Thread Dewitte Rémi
Hi ! I'm quite new in struts and i'd like to print all properties of my form with their corresponding value. I don't manage to do this with iterate. Could you please suggest me a solution ? my bean name is QuestionnaireForm defined in struts-config: