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: 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
hi mahbub, In IT field, we always need to be ready to undergo new technologies so dont bother about it and as far as tutorials are concerned,i would like to suggest u to go through the website of struts.apache.org because it contains all thing which we need u just need to manage in finding what u

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