Change textfield focus on zone update

2012-10-02 Thread Thomas Jensen
Hi, I have a page, with two zones, which each have a form. Zone 2 is hidden as default and is only shown, when the form in Zone 1 successfully submits. Zone 2 has two textfields and I would like to change focus from the textfield in zone 1 to the first textfield in zone 2, but I can't figure out h

Tapestry-JPA & Testing environment

2012-10-02 Thread Matías Blasi
Hi everybody, I am trying to set a POC application with Tapestry-JPA. I just have a couple of entities, services, and tests. This is not a webapp (yet), I'm just starting the registry manually from my test, I did it before, but now something is not working, I dont know if something has changed i

Re: Tapestry 5.3 Controlled Package

2012-10-02 Thread Lance Java
You will need to contribute a LibraryMapping to the ComponentClassResolver. See the docs here for creating a reusable component library http://tapestry.apache.org/component-libraries.html. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-Controlled-Package-t

Tapestry 5.3 Controlled Package

2012-10-02 Thread Bramy Audrey
Hi, I have been trying to upgrade from tapestry 5.1.0.5 to tapestry 5.3.5 I work on a generic project and a specific project whose use generic project. When I try to start my web site (specific project) I have an error with the control package : " org.apache.tapestry5.ioc.internal.OperationExcep

Re: Base page action with null session object

2012-10-02 Thread Lance Java
FYI, I suspect that the session id is not being proxied (either via a cookie or via the URL) which causes a user to start a new session rather than re-using their existing session. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Base-page-action-with-null-session-object-t

Re: Base page action with null session object

2012-10-02 Thread Lance Java
Try hitting the servlet container (tomcat/jetty) direct instead of going through the apache proxy. Do you still see the issue? If the issue doesn't occur when hitting direct, you've isolated the problem as an apache proxying issue. It's now time to start inspecting the HTTP traffic in both cases.

Re: Base page action with null session object

2012-10-02 Thread Lance Java
Is your prod environment a cluster? If yes, have you enabled sticky sessions? Is your servlet container behind an apache proxy? Any suspect rules we should be aware of? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Base-page-action-with-null-session-object-tp5716584p571

Base page action with null session object

2012-10-02 Thread captain_rhino
I don't expect the full asnwer just some general pointers to help me investigate... I have a simple base action that extends the majority of my page actions. Intermittently userWorkspace is null after only a few minutes of activity for users (session timeout set to 30 mins). Can anyone suggest a