Hi,

I have a single select menu on my search page.  What is the struts way to
construct this menu such that when the user is redirected to this search
page, the menu is pre-selected with what they selected from the original
search?

Thanks, - Dave

                          <select size="1" name="searchCriteria">
                                <option value="exactMatch">Exactly
Matches</option>
                                        <option
value="contains">Contains</option>
                                        <option value="startsWith">Starts
With</option>
                                        <option value="endsWith">Ends
With</option>
                          </select>
-- 
View this message in context: 
http://www.nabble.com/What-is-the-Struts-way-to-construct-this-menu--tp20797547p20797547.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to