how to create a search field in struts.with code

Answers were Sorted based on User's Feedback



how to create a search field in struts.with code ..

Answer / shally

<html:submit property="searchField" name="SearchFormBean"
onclick="javascript:search()"/>

search() {
document.getElementById('searchField').value='Search';

}

Then in action class...do the search logic after
checking "Search" action .

Is This Answer Correct ?    8 Yes 0 No

how to create a search field in struts.with code ..

Answer / qwer

plaease give tha answer

Is This Answer Correct ?    6 Yes 2 No

how to create a search field in struts.with code ..

Answer / 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

More Struts Interview Questions

Which file is used by controller to get mapping information for request routing?

0 Answers  


How to combine the struts with velocity template?

0 Answers  


What is the difference between validation.xml and validator-rules.xml files in struts?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


What is the use of struts?

0 Answers  






What is the purpose of execute method of action class?

0 Answers  


If the framework doesn’t do what I want, can I request that a feature be added?

0 Answers  


what happen if the private constructor is written in a claass

6 Answers  


How can we integrate log4j in Struts2 application?

0 Answers  


How many struts config file in a struts application?

0 Answers  


What is meant by custom tags?

0 Answers  


How does struts work?

0 Answers  


Categories