Matthias,
Upon rereading your post, I think you raise a couple of issues that are
kind of intertwined. First, you seem to be asking if you can display
your own JSP within JSPWiki (rather than being restricted to using only
text-based wikipages). Second (assuming that the answer is 'yes' to the
first question), you ask if you can use the 'specialPage' feature to
link to this new page from an ordinary wikipage (like LeftMenu).
The answer to both questions is 'yes', but there's a small amount of
customizing (to ViewTemplate.jsp) that needs to be done to accomplish
this. But before getting into how this can be done, maybe you can
confirm that you did indeed intend to ask the two above questions I
describe above (or perhaps add some additional clarification).
Terry
Matthias Käppler wrote:
Hi,
I was wondering, there is a "jspwiki.specialPage" property in
jspwiki.properties which is set for a couple of pages. Can I use this to
reference my own JSPs as a plain old wiki page?
My problem is that I have a rather advanced JSP with a lot of scripting
magic going on, and I want to reference it from the LeftMenu, not through a
"raw" link to the JSP.
Can I do this with special pages? If so, how? (of course I tried setting my
page JSP as a special page, but that didn't change anything).
Thanks,
Matthias