Re: Secure and development mode

2014-07-04 Thread Geoff Callender
You're right, so that result is very odd. As an aside... Rather than hard-coding this into your app, can I suggest you set this property at runtime to suit your environment. -Dtapestry.secure-enabled=false That way in your IDE you can set it to true or false as you see fit, and in UAT

Secure and development mode

2014-07-04 Thread squallmat .
Hello, I launch my webapp that I'm developping in development mode, I try to go on my "Login" page taht has "@Secure" annotation. I put this in my development mode configuration : *configuration.add(SymbolConstants.SECURE_ENABLED, false);* But when i go to the login page it redirects me to an htt

Re: [T5.4] context isn't passed to enclosing page during form submit

2014-07-04 Thread Lance Java
Correct, so the bulk of your tapestry code can deal with entities, not ids. On 3 Jul 2014 23:11, "Ilya Obshadko" wrote: > That's Hibernate entity, so I don't think ValueEncoder is necessary with > tapestry-hibernate. > > > On Thu, Jul 3, 2014 at 11:28 PM, Lance Java > wrote: > > > If you contri