[xwiki-users] How I can refresh wikipage or load another page through velocity?
Sorry for the stupid question, but I am good programmer ... I have some velocity script. It makes some changes on current page, copies some other page, etc. How I can load created page (shows for the user) at the end of the script? Or other possibility - I need simply reload content of a current page ... I searched XWiki API but didn't find something proper function ... Thanks beforehand! Eugen -- View this message in context: http://xwiki.475771.n2.nabble.com/How-I-can-refresh-wikipage-or-load-another... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 05/02/2010 11:43 AM, Colesnicov Eugen wrote:
Sorry for the stupid question, but I am good programmer ...
I have some velocity script. It makes some changes on current page, copies some other page, etc. How I can load created page (shows for the user) at the end of the script? Or other possibility - I need simply reload content of a current page ... I searched XWiki API but didn't find something proper function ...
Somthing like $response.sendRedirect()? http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse...
Thanks beforehand! Eugen
-- Sergiu Dumitriu http://purl.org/net/sergiu/
yes! That it is! Thanks Sergiu! -- View this message in context: http://xwiki.475771.n2.nabble.com/How-I-can-refresh-wikipage-or-load-another... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Colesnicov Eugen -
Sergiu Dumitriu