Re: Accessing an application state object from a service

2006-10-12 Thread Hajaansh
= (TransPolSession) stateManager.get (USER_INFORMATION); On 10/11/06, Hajaansh [EMAIL PROTECTED] wrote: I have an application state object whos scope is session and I have a service object whos scope is threaded. Is it possible to inject the application state object into the service object via hivemind

Accessing an application state object from a service

2006-10-11 Thread Hajaansh
I have an application state object whos scope is session and I have a service object whos scope is threaded. Is it possible to inject the application state object into the service object via hivemind? If then how? Cheers, Hajaansh

Re: How do I create a link...

2006-10-10 Thread Hajaansh
This is also how I do it but I thought I read in a previous post that this is not the best way of doing it. Is this correct? On 10/4/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: That depends on what you want to happen when they click on that asset? I've found the ServiceLink component

Re: DatePicker error

2006-09-27 Thread Hajaansh
how you would find out what the official dependencies are. On 9/26/06, Hajaansh [EMAIL PROTECTED] wrote: Ah, so that is the reason that no one answered :-) That might have been a good tip from you though! I have found a Xerces 2.6.2 jar which came with hibernate and I dont really have a clue

Re: DatePicker error

2006-09-27 Thread Hajaansh
that shouldn't be an issue. The saxpath jar may very well be a dependency of one of the other gazillion libraries I'm using :-) I don't know what else to suggest... On 9/27/06, Hajaansh [EMAIL PROTECTED] wrote: Hi again DJ, I am just looking at the versions I have. I am using Hibernate 3.1.3. Are you

Re: DatePicker error

2006-09-26 Thread Hajaansh
No one knows what the problem could be? Each time a restart Tomcat it seems to be fine. Maybe it is so obvious no one is responding? On 9/19/06, Hajaansh [EMAIL PROTECTED] wrote: Sorry, the error message was formatted strangely the last time. This time I hope it is better... Any ideas anyone

Re: DatePicker error

2006-09-26 Thread Hajaansh
around on your classpath, or just a single (wrong) version? These kinds of errors are always hard to debug... On 9/26/06, Hajaansh [EMAIL PROTECTED] wrote: No one knows what the problem could be? Each time a restart Tomcat it seems to be fine. Maybe it is so obvious no one is responding? On 9/19

Re: How to listent for the Request Cycle End

2006-09-20 Thread Hajaansh
I have used a custom engine for displaying images as is described in Enjoy Web development with Tapestry. Is there an alternative (better) way of doing this? Cheers, On 9/20/06, James Carman [EMAIL PROTECTED] wrote: To plug into the WebRequestServicerPipeline, you implement the

DatePicker error

2006-09-19 Thread Hajaansh
Sorry, the error message was formatted strangely the last time. This time I hope it is better... Any ideas anyone? Could it be how I started Tomcat? I started it with: set JAVA_OPTS=-Dorg.apache.tapestry.disable-caching=true set JPDA_ADDRESS=9045 set JPDA_TRANSPORT=dt_socket

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Hajaansh
Perfect! I needed this too! Cheers! On 9/19/06, Stephane Decleire [EMAIL PROTECTED] wrote: Here it is : http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL PROTECTED] - Assuming you are already familiar with the Javamail API, it sounds

DirectArea component in Tapestry 4

2006-09-01 Thread Hajaansh
I was wondering how to make a DirectArea component (getting callbacks on Image Maps) for Tapestry 4 as the implementation for Tapestry 3 does not work in Tapestry 4. And clues? I was looking at using the ILinkRenderer but to be honest I am just getting in a muddle. Cheers, Hajaash

Re: DirectArea component in Tapestry 4

2006-09-01 Thread Hajaansh
Perfect. Where did you find that the name for the engine service was engine-service:direct ? On 9/1/06, Brian Long [EMAIL PROTECTED] wrote: Hajaansh, had the same problem myself when moving from 3 to 4, so here are the updated AreaLink.jwc and AreaLink.java that I use. The main difference

Re: DirectArea component in Tapestry 4

2006-09-01 Thread Hajaansh
- From: Hajaansh [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 7:21 AM To: Tapestry users Subject: Re: DirectArea component in Tapestry 4 Perfect. Where did you find that the name for the engine service was engine-service:direct ? On 9/1/06, Brian Long [EMAIL PROTECTED] wrote