how to create a search field in struts.with code
Answer Posted / shally
<html:submit property="searchField" name="SearchFormBean"
onclick="javascropt:search()"
where searchField is the name fo the field as defined in
SearchFormBean.java
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is struts-default package and what are it’s benefits?
how does request processor relates to action mapping?
What is the purpose of @emailvalidator annotation?
What is http forward?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of @conversion annotation annotation?
Which servlet does the struts framework use?
Are struts still used?
What is the difference between struts and spring?
What is the role of a handler in mvc based applications?
What is struts framework in java?
How can we group related actions in one group in Struts?
Give the details of xml files used in validator framework?
Why we use struts in java?
Explain the necessity of empty tag?