I'm building a webapplication using struts and ibatis.
In one of my views I want to have a link like this:
<html:link
page="/service/showTreeLevel.do?currentFolderId=...">Bookmarks</html:link>
At the place of the points, I want the value of a property of another
bean.
Something like placing <bean:write name="accountBean" property="rootId">
instead of the points, but of course this doesn't work.
Any suggestions?

Signature
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken
GuyBrush Treepwood - 10 May 2005 02:48 GMT
> I'm building a webapplication using struts and ibatis.
> In one of my views I want to have a link like this:
[quoted text clipped - 8 lines]
> instead of the points, but of course this doesn't work.
> Any suggestions?
Ok, I found it. I use the paramId, paramName and paramProperty
attributes of the link tag.

Signature
"Don't worry about people stealing your ideas. If your ideas are any good,
you'll have to ram them down people's throats."
-- Howard Aiken