Subject: Does this design seem OK From: Owen <[EMAIL PROTECTED]> === I have a search page with a datafield and three combo boxes. The combo boxes will be populated from arrays as there is a dependancy issue between each one so I need to utilise a bit of javascript. The arrays will be populated from a tag library.
Pushing submit will call the Search Results Page. Question 1: For this main page of the Search facility do I only need the ActionServlet and if the Form class is empty what is the best way to represent this. My results are going to be served up using an XML file and displayed using XSLT. Question 2: Any suggestions on the best way to do this. Was considering using a Servlet. The url for the servlet being generated dynamically from the action class for the main search page. Any help, comments or suggestions will be greatly appreciated. Cheers Owen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

