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
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Using-JSP-custom-tags-or-expression-langu…
Sent from the XWiki- Dev mailing list archive at
Nabble.com.