Re: Regarding Service layer getting called twice

2008-04-03 Thread Prajapati Manish Narandas
happening at the > action level first, then work backwards from there. > > L. > > Prajapati Manish Narandas wrote: > > > Hi all, > > i am using spring object factory action itself,service layer and Dao > > layer. > > Here, service layer method is getting c

Regarding Service layer getting called twice

2008-04-02 Thread Prajapati Manish Narandas
Hi all, i am using spring object factory action itself,service layer and Dao layer. Here, service layer method is getting called twice and due to that dao layer method is also called twice. Can any body tell me what can be the reason of it? This not happening service layer of all action. Like i hav

Re: Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Prajapati Manish Narandas
age collected. static data member or what? thanx in advance, Manish On Thu, Mar 27, 2008 at 2:46 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Prajapati Manish Narandas wrote: > > Hi All, > > I am using struts2 with spring object factory. > > Here, spring is cre

Struts2 Action instances are not getting garbage collected

2008-03-26 Thread Prajapati Manish Narandas
Hi All, I am using struts2 with spring object factory. Here, spring is creating action class objects with request scope and injecting service layer dependency and service layer objects are singleton scope. here, even i have given request scope it doesnt ensure 100 % garbage collection of my all a

Re: customization

2008-03-19 Thread Prajapati Manish Narandas
Hi Niral, Go through following url it will be useful for creating ur own templates for errors. http://www.vitarara.org/cms/struts_2_cookbook/creating_a_theme Read it thoroughly it would turn out useful for u. *Manish* On 3/20/08, Niral Trivedi <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am succ

Re: Every action is getting called twice

2008-02-11 Thread Prajapati Manish
HI, Charbel In your problem, please make sure that your deployed application context is loaded only once. Because here,the problem might be related with it. Try it first and see what happens. Manish - Original Message - From: "Charbel Abdul-Massih" <[EMAIL PROTECTED]> To: Sent: Tue

Re: Using Interceptors, Plz help

2008-01-08 Thread Prajapati Manish Narandas
On 1/9/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- styl9090 <[EMAIL PROTECTED]> wrote: > > > > > > /pages/assign_user.jsp > > > > The above configuration means that *only* the "log2000" interceptor will > run. > > You need to either (a) include the "defaultStack" intercept

Re: Can i by pass FilterDispatcher for specific request

2008-01-08 Thread Prajapati Manish Narandas
used struts uploading facility. Regards Manish On 1/9/08, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Prajapati Manish Narandas wrote: > > Hi, > > > > I want to bypass FilterDispatcher for specific request. > > Actually i use uploadFilter and here whenever i su

Re: learning struts/spring?

2008-01-07 Thread Prajapati Manish Narandas
want. Wish you all the best. Regards, Prajapati Manish On 1/8/08, mah bub <[EMAIL PROTECTED]> wrote: > > hi everyone, > > hope you are doing well. > > i'm a new comer to the world of web based system development. > > I would like to know should i learn s

Can i by pass FilterDispatcher for specific request

2008-01-06 Thread Prajapati Manish Narandas
Hi, I want to bypass FilterDispatcher for specific request. Actually i use uploadFilter and here whenever i submit file upload reqeust first time the inputStream of the given request is consumed first time might be by filterDipatcher so first time i can not upload file. so can any body tell me the