Action methods stopped working

2007-05-22 Thread Michal Glowacki
Hi, I have a very big problem, that I can't solve myself. Recently, action methods from links and buttons has stopped working. And not only from one componenty family, but 2 (Sun Web UI and Ajax4JSF). I don't know what caused the problem, I've only add an attribute URIEncoding=UTF-8 to

Re: Action methods stopped working

2007-05-22 Thread Michal Glowacki
working Michal Glowacki wrote: I don't know what caused the problem, I've only add an attribute URIEncoding=UTF-8 to Connector Does removing this fix the problem? Mark - To start a new topic, e-mail: users

Cannot re-set component value

2007-03-06 Thread Michal Glowacki
Hi I've written about this problem already, but still I didn't find solution. The problem is that my components on the pages somehow are saving values that are assigned to them for the first time. So, when I am first time at page A and set hidden field value to 3, then go to B, and then

Re: page remembers data

2007-03-01 Thread Michal Glowacki
Yes, for sure. I've flushed browser cache and didn't help. Checked in FF and IE. Regards, Michal - Original Message - From: Pid [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 01, 2007 8:47 AM Subject: Re: page remembers data Michal Glowacki

Re: page remembers data

2007-03-01 Thread Michal Glowacki
the code of the beans to log what happens when they're changed or called? p Michal Glowacki wrote: Yes, for sure. I've flushed browser cache and didn't help. Checked in FF and IE. Regards, Michal - Original Message - From: Pid [EMAIL PROTECTED] To: Tomcat Users List users

page remembers data

2007-02-28 Thread Michal Glowacki
Hi I'm not sure if it's the problem of Tomcat, but I've spotted it after upgrading to JBoss 4.0.5 (Tomcat 5.5.20). This not the problem of session scoped beans as I'm using request ones. When I enter some data, submit them and return back to that page, the data remains there. I've no clue why

Re: Performance problem with Tomcat?

2007-02-16 Thread Michal Glowacki
access. Please let us know if it is just the first visit or if the problem happens on every access. Zack Michal Glowacki wrote: Thank you for your fast response! Which version of EJB. Local EJB of remote EJB? With or without security? EJBs have the bad reputation to be slow

PermGen space

2007-02-16 Thread Michal Glowacki
Hi After upgrading to Tomcat 5.5.20 (in jboss 4.0.5ga) I keep getting OutOfMemoryException: PermGen space every hour (more or less) during deployment. I can't solve this problem, I had changed GC interval from 1 hours to 15mins, but didn't help. JVM Memory settings are as follows:

Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
Hi I'm quite new to Jboss/Tomcat, so please forgive me if my questions are without sense... I have created a JSF application that uses EJB. It deploys successfully, but the thing that concerns me is: When I go to any page (locally, e.g. localhost:8080/Test/faces/Page1.jsp) I can see in

Re: Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
Thank you for your fast response! Which version of EJB. Local EJB of remote EJB? With or without security? EJBs have the bad reputation to be slow, and cubersome to develop (probably improved in version 3, this was an aim at sun) It's EJB 2.1 (JBoss 4). I'm using remote interfaces everywhere,

Re: Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
. Please let us know if it is just the first visit or if the problem happens on every access. Zack Michal Glowacki wrote: Thank you for your fast response! Which version of EJB. Local EJB of remote EJB? With or without security? EJBs have the bad reputation to be slow, and cubersome to develop