On 11/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > If I were going to send arguments to a normal servlet from a hyperlink I > would have the following: > http://servlet_name?employeeId=xxxxxx&account=xxxxxx > > I want to do the same thing for a struts application and then populate the > form bean with those arguments but I can't think of how to do it.
Same thing. Use action name instead of servlet name. Don't forget to define a form and the properties, corresponding to request parameters. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]