@VisitorFieldValidator on String[]

2011-05-11 Thread newbee7
Hi there, i wanted to validate array of string in my action snap: MyAction entends { String[] data; } how i can do this throw annotation, thanks. -- View this message in context: http://struts.1045723.n5.nabble.com/VisitorFieldValidator-on-String-tp4388050p4388050.html Sent from the St

Struts2 validation on List of String data

2011-05-01 Thread newbee7
How do i use any validation of struts on List of string inputs(instead of single String)? For an instance My action having name field as MyAction extends ... { String[] names; // OR ArrayList names; } i want to validate RequiredStringValidator validator on these names. -- View this message i

refresh table every 5 sec

2011-04-30 Thread newbee7
I am new into struts2, I wanted to create a page having two section(upper, lower) . In upper screen i wanted to display list of users and this list needs to be refresh in every 5 sec and keeping records that was selected . and at lower section have submit button(which i don't want to refresh) . on

refresh table every 5 sec

2011-04-30 Thread newbee7
I am new into struts5, I wanted to create a page having two section(upper, lower) . In upper screen i wanted to display list of users and this list needs to be refresh in every 5 sec and keeping records that was selected . and at lower section have submit button(which i don't want to refresh) . on