Re: Accessing an application state object from a service

2006-10-12 Thread Hajaansh
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 s

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 ind

Re: DatePicker error

2006-09-27 Thread Hajaansh
DK 1.5, so 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 D&J, > > I am just lookin

Re: DatePicker error

2006-09-26 Thread Hajaansh
mpl 2.6.2, XML Parser APIs 2.2.1. Not sure 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 ja

Re: DatePicker error

2006-09-26 Thread Hajaansh
es running 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

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

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 WebRequestS

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

2006-09-20 Thread Hajaansh
By the way is this possible without having a http request (or cycle)? Would you then need to generate a cycle object? 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 PR

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 sound

DatePicker error

2006-09-18 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 C:\Tomcat\apache-to

DatePicker error

2006-09-18 Thread Hajaansh
Hi I was using the DatePicker component and all of a sudden I have the following error. If I restart Tomcat the error goes away for a while but later comes back. Any idea what the problem could be? Cheers, org.apache.hivemind.ApplicationRuntimeException org.apache.xerces.parsers.XML11Configura

Re: DirectArea component in Tapestry 4

2006-09-01 Thread Hajaansh
tProvider.html -----Original Message- 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/0

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. Th

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