On 05/29/2013 01:31 PM, chtjfi wrote:
Hello.
Is it possible to use JSP custom tags or JSP Expression Language in XWiki
pages?
For example:
<c:forEach var="myVar" items="myItemList">
${myVar}
</c:forEach>
I ask because we would like some of our pages to pull some small bits of
dynamic content from a web service on another server. We have written a JSP
tag library that enables retrieving this data from the web service either by
a custom tag or a JSP Expression Language function. We were hoping to use
this library on our XWiki pages.
If this is not possible, is there another way for us to pull dynamic content
for our Wiki pages from a remote web service?
Thanks,
John
Not by default, since XWiki doesn't use JSP at all. But if you're really
motivated to do that, I'm sure it's possible to add support for JSP code
macros.
--
Sergiu Dumitriu
http://purl.org/net/sergiu