Re: Form beans and JAXB........

2002-01-14 Thread sradford
Or Castor (www.exolab.org) - The only one out of the 4 data binding frameworks that works for my schemas (albeit complicated interconnected schemas). Sean Incze Lajos [EMAIL PROTECTED] 12/01/2002 15:52 Please respond to Struts Developers List To: Struts Developers List

Re: Client/Server Side Validation for Struts 1.1

2001-06-20 Thread SRadford
If any 'assumptions' were made during conversion then you could (via a settable option) return the user to the orignal page with a message asking them to check the converted values. An obvious example is with dates: User enters: 1/6/75 System converts to : 01/06/1975 User is shown this, and

Re: Re[2]: Client/Server Side Validation for Struts 1.1

2001-06-14 Thread SRadford
I'm copying a posting I made to the user list (before I knew about the dev-list) as I think it has many similarities to the current discussions: The code I wrote has gone on hold due to outside circumstances and whilst I look at the Struts Validator. I'll also be thinking of a way of generating

Re: Resetting a bean

2001-06-06 Thread SRadford
Ah! I was missing out the: scope=request attribute for the action mapping in struts-config. Sean Ted Husted

Resetting a bean

2001-06-05 Thread SRadford
All, What's the best way to call the reset() method on a Form Bean? (so that all the values on a form are always the default ones) Is there a tag to do so? Regards, Sean