Hi list,

I wonder if I'm doing something really wrong here, this is what I want to do:

<html:link page="/membership.do?id=<bean:write name='formBean' 
property='id'/>">Membership</html:link>

Struts ignores the <bean:write> tag altogether. 
I have to use a normal <a href> tag for example:

<a href"/context/membership.do?id=<bean:write name='formBean' 
property='id'/>">Membership</a>

to get this to work. Now the obvious problem is using the <a href> tag
I have to include the context. Very annoying.

Did I do something really wrong here?

Regards,

-- 
Victor Hadianto
---------------
Remember, in 2039, MOUSSE & PASTA will be available ONLY by prescription!!

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to