RE: Struts 2 onchange event to get values from databases

2008-08-23 Thread Priyanka.dandekar
Johnson nickel wrote: > > Thanks for your quick response. > I have created Jsp and action and struts.xml. you are mistaken > me(imlazy), i'm not > asking the code for my requirement. > > I want to display the userdetails, at the time of Onchange > event. I don't want >

Re: IS struts 2 websphere compatible?

2008-09-10 Thread Priyanka.dandekar
YES, you can backport struts 2 core and dependancy jar files to JDK 1.4 and use them. Here are the details of backporting http://struts-2-developers.blogspot.com/2008/08/backporting-struts-2-to-jdk14-using.html Backporting Struts 2 to JDK 1.4 Regards, Priya Praveen, Galagali (IE10) wrote:

Re: Custom validation with Struts2

2008-09-10 Thread Priyanka.dandekar
If Integer Range Validator does not work for you then you shoud consider regular expression validation for same, its can be done by restricting number of digits and allowing only numeric characters. Here is an example of similar problem http://struts-2-developers.blogspot.com/2008/08/struts-2-in