Using various HTML control with validation

2008-03-06 Thread Yuval Rotem
Hi, In all the Struts 2 validation examples, the form fields are always s:textfield. 1. Can I use other HTML controls with client-side validation? 2. Can I use other HTML controls with Ajax validation? Thanks! Yuval. This message and the information contained herein is

Struts 2.1 sources - can I download them in a zip file?

2008-02-28 Thread Yuval Rotem
Hi, We are trying to figure out how Ajax validation works in Struts 2.1 (If I understand correctly it is very different than 2.0). I know I can browse the sources in http://svn.apache.org/viewvc/struts/struts2/trunk/, but since the SVN web view doesn't include any search option, it's very hard

Does the sx:submit tag (in Struts 2.1) supports non-Ajax submit?

2008-02-21 Thread Yuval Rotem
Hi, Does the sx:submit tag (in Struts 2.1) supports non-Ajax submit? In other words, can it provide the functionality of the non-Ajax s:submit tag? (If I understand correctly it doesn't, just wanted to verify - maybe I'm missing something here). Thanks, Yuval. This message and the

RE: dojo version in struts 2

2008-01-23 Thread Yuval Rotem
Hi, We haven't tried this with Struts 2.1, as suggested below, but I don't think it would work. There have been many changes between Dojo 0.4 and 1.0. One of them is that require(packageName.*) is not supported anymore in Dojo 1.0. (I also know that there have been many changes in the way Dojo