Not possible to attach 2 (or more) parameters from 2 different beans to an html:link?

2004-07-06 Thread Robert Bowen
Hello listers. I sent an email about a week ago and haven't heard a blip. So I guess this simply isn't possible? If I have a bean "user" and another "module" and want to attach a property from each to an html:link tag, how do I do it? As I understand it if I simply put "paramName" it will inclu

html:link and bean:include with paramters?

2004-06-30 Thread Robert Bowen
Hello all. I am trying to do two different things, but essentially both require sending parameters, one using the Struts html:link tag, and the other using the Struts bean:include tag. I have two beans, user and module. I would like to pass user.idCourse and module.id to both of these tags, dy

How to pass parameters to forward in bean:include?

2004-06-23 Thread Robert Bowen
I would like to do a ... but looking at the Struts API, something I cannot do is pass the forward parameters. If it were an struts html link tag I could do: ... thus calling the forward with parameters. Can I not do this with the forward used in my bean:include? How the heck can I pass pa