[xwiki-users] Encoding problem with external database

2009-04-17 Thread Zik23
Hi, I am using XWiki with external database with my own data. I am using SQL plugin. When I run this simple script: #set ($mydb=$xwiki.sql.getDatabase(jdbc/xwiki_conference)) $mydb.executeUpdate(UPDATE table SET title =

Re: [xwiki-users] Include a groovy script into another groovy script

2009-03-30 Thread Zik23
work for you because in page one it's just the groovy class without the % % around it Ludovic Zik23 a écrit : Hi, I have two classes in separated pages and I want one of them to extend the other. How should I include the parent class? I tried: Page 1: -- % public class

Re: [xwiki-users] Using parseGroovyFromPage on inherited class

2009-03-25 Thread Zik23
Please, anyone knows? Is it possible at all? I need to know... -- View this message in context: http://n2.nabble.com/Using-session-inside-a-class-tp2502340p2531499.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing

Re: [xwiki-users] Using parseGroovyFromPage on inherited class

2009-03-24 Thread Zik23
Hi, that doesn't work. xwiki.parseGroovyFromPage(ParentObject) returns an object of the class. I only need to include the class, so that UserClass can extend it. Hi I think you'll need in your User class to use $xwiki.parseGroovyFromPage(ParentObject) Before that you need to pass $xwiki