Re: Use the Source, Luke!

2007-12-12 Thread Antonio Petrelli
2007/12/11, Frank W. Zammetti [EMAIL PROTECTED]: Hi Antonio... I see the ticket hasn't been updated, and at least as of last night, with latest updates, the failure is still present. do you have any idea when you might get to this? Just so I know whether I should hack the code somehow to

RE: In regards to Struts 2 Validation.

2007-12-12 Thread Bob Tiernay
Fair enough. But HV still doesn't have a full set of validation features in my opinion. Perhaps we should discuss what is wrong with our current validation support, and what we want to accomplish. I believe all we need are some simple changes to take us most of the way there. My personal

Re: In regards to Struts 2 Validation.

2007-12-12 Thread Ted Husted
A good place to start might be with a set of use cases that demonstrate various validation scenarios. We could then try to implement the use cases using the XW validation, Commons validator, and Hibernate Validator, and compare the outcome. -- HTH, Ted * http://www.StrutsMentor.com/ On Dec 12,

Re: Use the Source, Luke!

2007-12-12 Thread Frank W. Zammetti
It's possible I didn't get that one... I'll try tonight when I get home and let you know. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of Practical Ajax Projects With Java Technology

Re: In regards to Struts 2 Validation.

2007-12-12 Thread Tom Schneider
I have plenty of examples from our application. The first is a case where the user must enter at least one phone number and if the type of phone is selected, then the user must enter a phone number. The validation code is as follows: if(!hasFieldErrors(exampleData.phoneNumber1)

Re: Use the Source, Luke!

2007-12-12 Thread Paul Benedict
What's that famous developer line? Well it works for me :D On Dec 12, 2007 9:11 AM, Frank W. Zammetti [EMAIL PROTECTED] wrote: It's possible I didn't get that one... I'll try tonight when I get home and let you know. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: Use the Source, Luke!

2007-12-12 Thread Antonio Petrelli
2007/12/12, Frank W. Zammetti [EMAIL PROTECTED]: It's possible I didn't get that one... I'll try tonight when I get home and let you know. I tested compiling using j2sdk 1.4.2_16 (Kubuntu 7.10) and it worked. Ciao Antonio -

Re: Use the Source, Luke!

2007-12-12 Thread Frank W. Zammetti
Good news: I was in fact missing some updates, and sure enough it's working now. Thanks guys, I can get to work now :) Frank Antonio Petrelli wrote: 2007/12/12, Frank W. Zammetti [EMAIL PROTECTED]: It's possible I didn't get that one... I'll try tonight when I get home and let you know. I

Result types for S1

2007-12-12 Thread Frank W. Zammetti
So, now that I've gotten my build problems sorted out, I was able to make some quick progress on what I wanted to work on, enough that I want to run this by everyone before I spit, polish and submit patches. Ted and I were discussing some ideas at The Ajax Experience back in October,