RE: Struts2 Validation

2008-01-24 Thread Jeff Hill (RR)
Kevin, You didn't mention what page has the form you're submitting, but let me call that page0. Let's say it has two buttons: Button1 for Action1, and Button2 for Action2. I'm assuming that you entered data and hit Button2, and this worked fine until you added the validation descriptor for

RE: Type converters: please help!!! :(

2008-01-24 Thread Jeff Hill (RR)
Ravi, From my understanding of OGNL, it *should* use the model object's conversion descriptor. It's probably more surprising that it called convertFromString without it. Are you using defaultStack? I believe providing the model object's descriptor is the correct approach, and you indicate that

Missing/broken links for prior releases

2008-01-23 Thread Jeff Hill (RR)
Note sure if this is the right mailing list for this, but on the download page (http://struts.apache.org/downloads.html), there are links for prior releases such as 2.0.9. They all take you to the same page (download.cgi), with local references (struts#209), but those local anchors have apparently

Where's dojo?

2008-01-23 Thread Jeff Hill (RR)
I've seen references all over the place to the struts dojo plugin, but I can't find a jar by that name in any of the 2.x distributions I've checked (2.09 and later). Is the jar called something else? Or is it not actually part of the distribution as the docs say? Also, I understand the Ajax