Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
--- Note that the " has to be removed. I took the help of the below link to do so. http://www.coderanch.com/how-to/java/ServletsWebXml hope this helps to others who face the same problem that I was facing. Thank you list for helping me to understand the problem. Now the code

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
Hi, The version of software being used for running the tutorial is below. Tomcat 6.0.33 Java "1.6.0_26" Struts 2.3.1.1 on Linux -- Mahesh On 5 January 2012 16:33, Mahesh wrote: > Hi, > > This is about the topic URL tags in struts2 tutorial available in the >

Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
me understand this. Might help other newbies like me. Thanking you, -- Mahesh - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: [S2] How do I create a client side validator?

2007-06-26 Thread mahesh
unscribe -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 4:35 PM To: Struts Users Mailing List Subject: Re: [S2] How do I create a client side validator? --- Vincent Lin <[EMAIL PROTECTED]> wrote: > Is there any document talking about how to cr

Filter before Action servlet

2007-04-22 Thread Mahesh Parab
Hi All, I am new to struts, my doubt is if i place filter before Action servlet what will be called first Action servlet or filter. Thanks, Mahesh

Re: ajax and struts 2

2007-04-13 Thread Mahesh Parab
Hi David, u can able to read the session variable in javascript, e.g var intId intId='<%=session.getValue("id")%>' ; try this , Thanks, mahesh. On 4/12/07, David Harland <[EMAIL PROTECTED]> wrote: I am new to ajax and have just written my first ajax functio