Re: Pls suggest

2004-03-03 Thread Alexander Craen
why not use both at once? with struts those checks are provided server side and client side at once... you only have to write your checks once you just have to implement the struts validator plugin and configure your checks - Original Message - From: sougata [EMAIL PROTECTED] To: Struts

Re: Struts logic combined with the struts validator

2004-03-03 Thread Alexander Craen
is there anyone on this list who writes his own validators ? - Original Message - From: Alexander Craen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 11:41 PM Subject: Re: Struts logic combined with the struts validator I`ve been

Re: logic flow question (more or less)

2004-03-03 Thread Alexander Craen
what about radio buttons? - Original Message - From: Max Kovalenkov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 7:40 PM Subject: logic flow question (more or less) Hi, New to Struts, so pretty much just learning by example for now; however I couldn't

Re: ActionMapping problem: upgrading struts1.0 to struts1.1 question

2004-03-03 Thread Alexander Craen
where are you trying to access your actionmapping? - Original Message - From: Averbukh Stella [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 6:13 PM Subject: ActionMapping problem: upgrading struts1.0 to struts1.1 question In the

Struts logic combined with the struts validato

2004-03-02 Thread Alexander Craen
on the jsp? Or are their validators that are used for that purpose? What would be the best solution to tackle this problem? Tnx in advance Alexander Craen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
validator requiredifpresent ? or could I use the requiredif together with some logic based on values in other beans ? - Original Message - From: Alexander Craen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 11:25 AM Subject: Struts logic combined with the struts

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
Well , I thought about this as well.. however I cannot put bogus information in the fields because their 'NULL' value matters to the registration process I would have to filter on the bogus information... which I would not like to do tnx Alexander Craen - Original Message - From

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
from your request scope or session scope? tnx for your time :) Alexander Craen - Original Message - From: Alexander Craen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 3:38 PM Subject: Re: Struts logic combined with the struts

Re: BODY onLoad Workaround

2004-03-02 Thread Alexander Craen
Alexander Craen - Original Message - From: Richard Yee [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 11:44 PM Subject: Re: BODY onLoad Workaround Alan, I don't see any problem with using the BODY onLoad event handler. I also searched