Re: Prevent request filter invocation when struts action tag is invoked

2009-10-24 Thread Pancham
for request and two times for "s:action". Any ideas on how this could be addressed? Musachy Barroso wrote: > > What REQUEST FILTER is this you are talking about? > > On Sat, Oct 10, 2009 at 10:15 PM, Pancham wrote: >> request filter > > > > -- &

Re: Prevent request filter invocation when struts action tag is invoked

2009-10-10 Thread Pancham
ing" element in web.xml, > like: > > > MyFilter > /* > REQUEST > > > On Fri, Oct 9, 2009 at 10:16 AM, Pancham wrote: >> >> I have a request filter that needs to be executed only once during >> processing >> of a re

Prevent request filter invocation when struts action tag is invoked

2009-10-09 Thread Pancham
I have a request filter that needs to be executed only once during processing of a request. Unfortunately, whenever another action is included within the same request using "action" tag, my request filter is invoked. How can I prevent invocation of request filter when an action is included using

Re: Struts AJAX tags not working in light portal

2007-04-01 Thread Pancham Singh
to get your app running using Dojo directly first (to make sure that everything works), and then start using the AJAX tags, I think you will have the same problems if you try straight Dojo. musachy On 4/1/07, Pancham Singh <[EMAIL PROTECTED]> wrote: > > I am trying to use struts portlet e

Struts AJAX tags not working in light portal

2007-04-01 Thread Pancham Singh
I am trying to use struts portlet example along with light portal, an AJAX based portlet container which uses Rico and Prototype to load contents of individual portlets. The struts ajax tags use dojo, wheare as ligh portal which loads contents of my portlet uses Rico + Prototype. My portlet conten