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
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
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
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
4 matches
Mail list logo