G
GuyBrush Treepwood
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?
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?