If you don't want to use a bean, omit the name, but you will need a path to map to the HTML form.
Mark -----Original Message----- From: Marcelo Vanzin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 5:09 PM To: Struts Users Mailing List Subject: Re: *.do ---- Proof of Concepts Robert wrote: > <action name="searchCustomer" path="/searchCustomer" > forward="/searchCustomer.jsp" /> > > where the url would be searchCustomer.do and there are no actions and > no formbeans for the resulting page (searchCustomer.jsp). Interesting, I did not know this. But, you say that no form beans are created. Is that so? What about the "name" attribute? The original poster wanted this to be able to use the Struts tags without going through an action. But, if using this the form bean is not created, many tags will not work. (BTW, I just checked the DTD, and it says no action is instantiated, but says nothing about form beans). -- []'s Marcelo Vanzin Touch Tecnologia [EMAIL PROTECTED] "Life is too short to drink cheap beer" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>