freemarker.core.InvalidReferenceException

2009-10-26 Thread pankaj semwal
Hi, When i checked my log files i got the following exception. Java backtrace for programmers: -- freemarker.core.InvalidReferenceException: Expression error is undefined on line 35, column 4 in template/simple/actionerror.ftl. at freemarker.core.TemplateObject.assertNonNull(Te

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
Intermittent session problems come when our application runs on proxy servers. Even i put the cache remove tags in jsp. Still same problem i am facing. Thanks

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
In my LoginAction i am setting the session as private boolean isUserExist() { Connection con = null; boolean result = false; // MD5Util MD5=new MD5Util(); try { con = ConnectionFactory.getConnection(); String sqlQ = "SELECT * FROM USER_MASTER WHERE LOGIN_ID=?"

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
Hi, I used SessionAware interface .Still i am facing the same problem.

Intermittent Session Problems in Strut2.

2009-08-22 Thread pankaj semwal
Hi List, I am facing a problem of session intermittent in Strut2.In Distributed environment when user A login and at the same time when user B login .The information are sharing .I tried but did not find the solution. Even the session Id are creating different for e