RE: Injecting Service Error

2006-06-15 Thread Deon Visagie
lp. Deon -Original Message----- From: Deon Visagie [mailto:[EMAIL PROTECTED] Sent: 15 June 2006 04:18 PM To: 'Tapestry users' Subject: RE: Injecting Service Error Hi I already had the following at the top of my hivemodule.xml file And even if I change it to: It still doesn't wo

RE: Injecting Service Error

2006-06-15 Thread Deon Visagie
x27;t able to find your ImageService service point and defaults to tapestry.ImageService where it can't be found, too. Try to put something like this in your hivemodule.xml hth Andreas On 15. Jun 2006 - 15:08:56, Deon Visagie wrote: | Hi | | I am trying to inject a service so that I

Injecting Service Error

2006-06-15 Thread Deon Visagie
Hi I am trying to inject a service so that I preview images stored in a blob in the database. I have the following code but it gives me an error that the service can't be found when I view that particular page. hivemodule.xml --

RE: OGNL in javascript

2006-06-06 Thread Deon Visagie
Thanks! It worked. -Original Message- From: Inge Solvoll [mailto:[EMAIL PROTECTED] Sent: 06 June 2006 02:26 PM To: Tapestry users Subject: Re: OGNL in javascript You have to escape the ('userId'), like this probably: (\'userId\') On 6/6/06, Deon Visagie <[

OGNL in javascript

2006-06-06 Thread Deon Visagie
Hi All I want to put an ognl expression in my onclick event of a link e.g: onclick="ognl:'javascript: document.getElementById('userId').value=' + user.Id" but the above doesn't work. I have tried various variations with no success. I know onclick="ognl: user.Id" would print out the id but I need

Error trying to implement Custom Exception Page

2006-05-24 Thread Deon Visagie
Hi All I have implemented a custom engine class extending BaseEngine so that I could override activateExceptionPage in order to have different error pages for development and production purposes. Inside my custom activateExceptionPage function I have the following code: cycle.activate("CustomExc