Re: Action methods stopped working

2007-05-22 Thread Michal Glowacki
No... I forgot to add that the problem is only in IE, anyway I've no validation or javascript errors. Michal - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 22, 2007 1:44 PM Subject: Re: Action met

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" t

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 onc

Re: page remembers data

2007-03-01 Thread Michal Glowacki
Have you stored the bean in a static variable? Can you change 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 - Origi

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" Sent: Thursday, March 01, 2007 8:47 AM Subject: Re: page remembers data

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

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: JAVA_OPTS=%

Re: Performance problem with Tomcat?

2007-02-16 Thread Michal Glowacki
blem with Tomcat? Michal, This is the link to precompiling your JSP files. http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html You might need to live with it while you're developing the application, but when you are ready to put it in to production, it might be wise to precompilin

Re: Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
s. 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 dev

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,

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 jbo