-
struts and bookmarks
Hello,
Is there a way in struts to add a bookmark to tile?
I mean, that jsp page, which is defined in tiles-defs.xml will be called something like this:
<definition name=".settingsBmk" extends=".mainArea">
<put name="main" value="/pages/settings.jsp#mybmk" />
</definition>
With such method I receive this message:
"The requested resource (/myapp/pages/settings.jsp#mybmk) is not available".
I also tried some other methods, but it didn't help.
Looking in books and google didn't help either.
Struts is version 1.29.
Any suggestion?
Thanks in advance!