int validator stopped working after upgrade to 2.1.8 from 2.1.6

2009-12-27 Thread Parm Lehal
Hello my int validator stopped working after upgrade to 2.1.8 from 2.1.6. Can someone please, provide some insight? My validators are defined like this and they used to work fine before. Now string validators are working but not the int ones.

how to access struts2 propery from jsp or vice versa

2009-12-24 Thread Parm Lehal
Hello, I am stuck in trying to access some variables from value stack in jsp page. Is there anyway to do it easily? Is there anyway to communicate with a bean defined in jsp with jsp:useBean tag from struts2? I can access values in struts but not from jsp side. ..Basically I am trying to do

Re: Problem with Date fields in struts2.1.8.1

2009-12-17 Thread Parm Lehal
I migrated from struts2.1.6 to 2.1.8.1 and all of a sudden my date fields don't get saved any more. Has anyone else faced this issue? Please, help. I am using plain text field for date and using getter and setter methods in the model class to format the date. the form has s:textfield