SimpleSearchForm

This is the search action form to use when you want to create a simple search.

Struts config
<form-bean
  name="simpleSearchForm"
  type="com.escenic.search.SimpleSearchForm"/>
Action Error

This are the errors returned by the validate method found on this action form.

errors.required

(On the searchString property.) when a value is missing for this property

SimpleSearchForm inherits properties from:

  • com.escenic.search.ArticleSearchForm

It also has the following properties of its own:

searchString
String

the string used when searching