Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Vangel V. Ajanovski
On 15.09.2009 03:35, Vangel V. Ajanovski wrote: In fact after lot's of debugging it turned out that the problem is again the same as in my other post - bad UTF received from browser after selecting an option. The selection boxes were in fact coded with cyrillic character codes which were receiv

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Thiago H. de Paula Figueiredo
Em Mon, 14 Sep 2009 22:35:32 -0300, Vangel V. Ajanovski escreveu: Never initialize a Tapestry page field. Use some event handler method to do that. This was not the problem because I had several different cases. It could not be the cause of your specific problem now, but initializing fie

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Vangel V. Ajanovski
On 14.09.2009 22:13, Thiago H. de Paula Figueiredo wrote: Em Mon, 14 Sep 2009 17:11:31 -0300, Vangel V. Ajanovski escreveu: private List planList = new ArrayList(); Never initialize a Tapestry page field. Use some event handler method to do that. This was not the problem because I had se

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Thiago H. de Paula Figueiredo
Em Mon, 14 Sep 2009 17:11:31 -0300, Vangel V. Ajanovski escreveu: private List planList = new ArrayList(); Never initialize a Tapestry page field. Use some event handler method to do that. -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor http:

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Vangel V. Ajanovski
On 14.09.2009 14:33, Thiago H. de Paula Figueiredo wrote: Em Mon, 14 Sep 2009 00:02:44 -0300, Vangel V. Ajanovski escreveu: Then it might be related to how the filter works. The object selectedPlan stays to null after selection and refresh. Anyone any ideas? This kind of error is typically caus

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-14 Thread Thiago H. de Paula Figueiredo
Em Mon, 14 Sep 2009 00:02:44 -0300, Vangel V. Ajanovski escreveu: Then it might be related to how the filter works. The object selectedPlan stays to null after selection and refresh. Anyone any ideas? This kind of error is typically cause by lack of proper equals() and hashcode() methods

Re: Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-13 Thread Vangel V. Ajanovski
Just to add, I have the same problem with Jetty setup behind IIS with AJP13. Then it might be related to how the filter works. The object selectedPlan stays to null after selection and refresh. Anyone any ideas? On 12.09.2009 21:25, Vangel V. Ajanovski wrote: Hi, I have a problem with submit

Tapestry5SelectObject problem with Tomcat - selection is not persisted

2009-09-12 Thread Vangel V. Ajanovski
Hi, I have a problem with submitting selection from list box when the application is deployed on Tomcat, while it works correctly in Jetty and Glassfish. The selection lists are implemented like in: http://wiki.apache.org/tapestry/Tapestry5SelectObject Here is the snippet of code: