Re: How to make interceptor to be invoked only for HTTP Request not for Response

2013-07-09 Thread umamaheswara rao
As per my understanding, your applciation might have configured the common interceptor stack for action classes, that is why for every action request..it is accessing the interceptor and u see the log msgs.   -Thanks Uma Kagitha. From: Sreekanth S. Nair To: Str

Re: Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-13 Thread umamaheswara rao
Thank you very much for your info. Does it work if i put the content in body.jsp (part of template) ?   Best Regards, Umamaheswara. From: Dave Newton To: Struts Users Mailing List ; umamaheswara rao Sent: Monday, February 13, 2012 9:52 AM Subject: Re

Re: Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-13 Thread umamaheswara rao
Hi,     We have just renamed theme ajax and nothing else.   Best Regards, Umamaheswara Kagitha From: Dave Newton To: Struts Users Mailing List ; umamaheswara rao Sent: Monday, February 13, 2012 9:46 AM Subject: Re: Rendering Struts2 tags from the Action class

Re: Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-13 Thread umamaheswara rao
don brevity and typos, on cell) On Feb 10, 2012 11:44 PM, "umamaheswara rao" wrote: > Hi, > >  I have defined struts tag in myApp_header.jsp. I have tested > that functionality  by placing the tags directly in AssignOffer.jsp and > they are working fine. Since we have

Re: Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-13 Thread umamaheswara rao
typos, on cell) On Feb 10, 2012 11:44 PM, "umamaheswara rao" wrote: > Hi, > >  I have defined struts tag in myApp_header.jsp. I have tested > that functionality  by placing the tags directly in AssignOffer.jsp and > they are working fine. Since we have JSP as a template

Re: Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-10 Thread umamaheswara rao
et me know if you could throw some light...I appreciate your help and time.     Best Regards, Ukagitha. From: Chris Pratt To: Struts Users Mailing List ; umamaheswara rao Sent: Friday, February 10, 2012 4:32 PM Subject: Re: Rendering Struts2 tags from the Action class content for the JSP templa

Rendering Struts2 tags from the Action class content for the JSP template.

2012-02-10 Thread umamaheswara rao
  Hello List subscribers, I'm working on struts2 application to incorporate the Double click submission issue by using Tokens. But I have one issue here..Currently Body content of a JSP is building in the Action class and putting back in JSP template. So, far we are not using any struts spe

Re: synchronizer token - double submit problem

2004-10-18 Thread umamaheswara rao
; > On Thu, 14 Oct 2004 11:30:28 -0700 (PDT), > umamaheswara rao > <[EMAIL PROTECTED]> wrote: > > Hi , > > > > Your help is apprciated. > > > >How do I set a token it to JSP ? do I need to > have > > to set > > the token to the fo

Re: synchronizer token - double submit problem

2004-10-14 Thread umamaheswara rao
> the JSP page for this to work. > > Craig > > > On Thu, 14 Oct 2004 11:30:28 -0700 (PDT), > umamaheswara rao > <[EMAIL PROTECTED]> wrote: > > Hi , > > > > Your help is apprciated. > > > >How do I set a token it to JSP ? do

synchronizer token - double submit problem

2004-10-14 Thread umamaheswara rao
Hi , Your help is apprciated. How do I set a token it to JSP ? do I need to have to set the token to the form bean(form.setToken("value from session with saveToken method")) in the action class which calls saveToken(request) method ? I understand the following process...but I got stu