Hi, How doI use a series of links to populate a form bean in Struts?
e.g., in a cgi I could do <a href="next.cgi?param=1">Option1</a> <a href="next.cgi?param=2">Option2</a> <a href="next.cgi?param=3">Option3</a> and I would just have to get the value of 'param' and that would be that. But how do I get the value of param into a form bean, as if I'd done it with a form and used radio buttons. Howard Miller -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

