hi,
i need to get the data which is entered in text field..i had written the query in java..but i m unable to get the values..can you help me out..here is the query.
browseRequest.getTags()--from here i m getting the tag names
Hi,
When the code gets executed,it goes to default constructor i.e. it goes to Line 5 there 'this' is called it means it goes to corresponding super class.
hi,
in my application..i need to select either 'true' or 'false'..i need is to get validated..but unable to do validation..here is my code
and jsp page is
1) if jsp page is opened and if submit button is pressed then it is asking 'Select any one'
2) if i selected any one value and submit button is pressed..eventhough it is asking 'Select any one' and default it is taking 'False' can any one help me out..>
hi,
i used validations in Struts 2 using <validators> im facing problem with the 'Integer' type value here is the code
if i run the application..
1) if i leave 'Width' textbox empty it is showing 'Width is required' it is working fine
2) if i enter string values i.e., 'abc' is should not take and populate the error as 'Width is number'...but im getting as 'Width is required'
Can any one help me out...in this