Re: Problem in using Message Store Interceptor

2008-01-09 Thread quinquin2209
Thanks for your reply. It works now. Laurie Harper wrote: > > When you specify interceptors for an individual action, you are > replacing the default set with what you specified. So, with the > configuration you posted below, the default interceptor stack is being > replaced with just the

Re: Problem in using Message Store Interceptor

2008-01-09 Thread Laurie Harper
When you specify interceptors for an individual action, you are replacing the default set with what you specified. So, with the configuration you posted below, the default interceptor stack is being replaced with just the store interceptor. You would need to add a reference to the interceptor s

Re: Problem in using Message Store Interceptor

2008-01-09 Thread quinquin2209
Thanks for reply. I have wrap them in param tags but don't know why it disappear when posting to this forum. The problem persists even if param tag is used. Chris Pratt wrote: > > Try wrapping the STORE and RECEIVE strings in param tags, like: > > > RETRIEVE > > > (*

Re: Problem in using Message Store Interceptor

2008-01-09 Thread Chris Pratt
Try wrapping the STORE and RECEIVE strings in param tags, like: RETRIEVE (*Chris*) On Jan 8, 2008 11:49 PM, quinquin2209 <[EMAIL PROTECTED]> wrote: > > HI All, > > I have originally define some action as follow: > > > > /jsp/main.jsp > > > > /jsp/main.jsp >