Hi,
I have created a Panel that contains a search form. I can't figure out how
to get the "action" of the Form to submit to the search results page. Any
ideas?
In other words, I was hoping to do something like this:
form.add(new SimpleAttributeModifier("action", SearchResultsPage.class));
Thanks,
Daniel
I have created a Panel that contains a search form. I can't figure out how
to get the "action" of the Form to submit to the search results page. Any
ideas?
In other words, I was hoping to do something like this:
form.add(new SimpleAttributeModifier("action", SearchResultsPage.class));
Thanks,
Daniel