Re: struts2 filter-mapping url-pattern

2009-09-01 Thread Rajeev Sharma
*.action works fine for me too. -Original Message- From: Peter Phillips Reply-to: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: struts2 filter-mapping url-pattern Date: Wed, 2 Sep 2009 06:57:02 +0100 Using *.action and /struts/* works fine for our projects. I

Re: [SOLVED]: Need to disable session interceptor

2009-09-01 Thread Rajeev Sharma
o will not use sessions, rather shall store userid in cookie and fetch users data from memcache from cache machine based on the cookie. -- Rajeev Sharma Sr. Software Engineer Yahoo! Inc -Original Message- From: Dave Newton Reply-to: "Struts Users Mailing List" To: Struts Users M

[SOLVED]: Need to disable session interceptor

2009-09-01 Thread Rajeev Sharma
t have sessions created any more. Are you sure i18n interceptor in 2.1.7 creates the session for every client? Should 2.1.6 and 2.1.7 have differences like this? it should be a minor release with no major changes. That's just my guess and interested to know your opinion. -- Rajeev Sharma Sr. S

RE: Need to disable session interceptor

2009-09-01 Thread Rajeev Sharma
rFAQ#head-114aca8407cf0eaff55b7ae5955eda46b1e2cecb > > Nils-H > > On Tue, Sep 1, 2009 at 1:15 PM, Dave Newton wrote: > > Rajeev Sharma wrote: > >> > >> I am new to struts2 (I mean struts). I am developing an application which > >> does not need to use s

Need to disable session interceptor

2009-09-01 Thread Rajeev Sharma
Hi, I am new to struts2 (I mean struts). I am developing an application which does not need to use sessions at all. When I tested my application with jmeter, I got 18000 sessions created (tomcat showed me this). Looks like for every individual request there is one session created. How can

Re: problem in file upload

2008-04-09 Thread Rajeev Sharma
urning the error code and message which says the file is too large. How would I create the error message and code dynamically depending on the actual error? Rajeev On Wed, 2008-04-09 at 22:22 +1000, Jeromy Evans wrote: > Rajeev Sharma wrote: > > > > When I try to upload a file whi

problem in file upload

2008-04-08 Thread Rajeev Sharma
elp me out. Regards, Rajeev Sharma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]