Re: Session invalidate question

2007-04-26 Thread Peter Stavrinides
This is great Matt! thanks. Matt Larson wrote: Peter, I have encountered a similar problem, and I think that the problem was not in my code, but in where I was doing the session.invalidate(). In trying to remove a cookie on logout, I found that I needed to do the invalidation in an

Conditional properties in EditBean component

2007-04-26 Thread Borut BolĨina
Hello, I want one of the properties of the bean which is passed to EditBean component to be conditionally entered/provided. The condition is set by a user by clicking on a checkbox which is rendered by EditBean component. The selected checkbox should render (async) another tr with an input box

Re: Web stats

2007-04-26 Thread Robin Ericsson
On 4/26/07, Malin Ljungh [EMAIL PROTECTED] wrote: Hi, I have Tap app on an external host. I can get web stats genereated by Webalizer - but stat says I have 100 % traffic to a single page - /app This is true of course but not very exciting reading for me... Is there anything I can do about

RE: InjectSpring and NullPointerException

2007-04-26 Thread Alex Fishlock
I am T5 sorry -Original Message- From: mateamargo [mailto:[EMAIL PROTECTED] Sent: 25 April 2007 19:16 To: users@tapestry.apache.org Subject: Re: InjectSpring and NullPointerException Alex Fishlock wrote: I use this with good results: @Inject(spring:somebean) private SomeBean

Re: InjectSpring and NullPointerException

2007-04-26 Thread Alejandro Scandroli
Hi Matecito ;-) I'm using Tapestry 4.0.2, but @InjectSpring and @InjectObject annotations are not from Tapestry 4.0.2 core, they are from tapestry-spring module. Anyway, if when you change something you get a bean error it means that the problem is in other place. Are you sure that the NPE isn't

Re: InjectSpring and NullPointerException

2007-04-26 Thread mateamargo
Alejandro Scandroli wrote: Hi Matecito ;-) I'm using Tapestry 4.0.2, but @InjectSpring and @InjectObject annotations are not from Tapestry 4.0.2 core, they are from tapestry-spring module. Anyway, if when you change something you get a bean error it means that the problem is in other

Re: T5: Block override for BeanEditForm

2007-04-26 Thread Howard Lewis Ship
This is something I want to address, via a contribution, in 5.0.5. We need a way to say for this editor type, use this block on this page. On 4/25/07, Ki Alam [EMAIL PROTECTED] wrote: I've implemented my own BeanModel/PropertyModel to allow my pre-tapestry data model to interact with the

continue from same point after log in

2007-04-26 Thread Paul Stanton
Hi All, I've just got something to work which is pretty fundamental to my app, but I've had to hack a little to get it working. I'd appreciate feedback/opinions on tidier alternatives if there are any. Basically, a user can browse the whole application except for small segments without

Sample T5 Applications

2007-04-26 Thread Allen, Mark C.
I'm a newbie to Tapestry looking for any sample applications. I have seen all the screen casts (which are cool) but I am looking for an example that is a little more involved. Does anyone have or know of any good T5 sample applications? I am looking for something that digs deeper into