Re: Wizard (multipage flow) with Struts 2

2012-02-13 Thread rees
Try this out for a multipage struts2 flow: http://code.google.com/p/struts2-conversation/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: One of link is not working in Core Developers Guide

2012-02-13 Thread Dave Newton
Define "not working", for me it brings up a web page about type conversion. Dave On Mon, Feb 13, 2012 at 12:31 PM, mohan rao wrote: > the following link is not working please fix it > struts.apache.org/2.x/docs/type-conversion.html > > -- > View this message in context: > http://struts.1045723.

One of link is not working in Core Developers Guide

2012-02-13 Thread mohan rao
the following link is not working please fix it struts.apache.org/2.x/docs/type-conversion.html -- View this message in context: http://struts.1045723.n5.nabble.com/One-of-link-is-not-working-in-Core-Developers-Guide-tp5479933p5479933.html Sent from the Struts - User mailing list archive at Nabbl

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

2012-02-13 Thread Dave Newton
I believe JSP will work when in JSP pages. Dave On Mon, Feb 13, 2012 at 9:56 AM, umamaheswara rao wrote: > 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

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: Renderi

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

2012-02-13 Thread Dave Newton
You're not understanding what I'm saying. If you render custom tags in the body, they're not going to be interpreted as custom tags. For custom tags to be rendered, they need to go through the JSP compilation process, like they would if they were in a JSP file. Dave On Mon, Feb 13, 2012 at 9:49

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
Please excuse me if I'm mistaken..    I'm not using any custom tags..The following is the tag library reference that I'm using for the form submission tags.  taglibprefix="s"uri="/struts-tags">"  From: Dave Newton To: Struts Users Mailing List Sent: Friday, F

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

2012-02-13 Thread Dave Newton
What's this, then? > content1+=""; Dave On Mon, Feb 13, 2012 at 9:42 AM, umamaheswara rao wrote: > Please excuse me if I'm mistaken.. > > I'm not using any custom tags..The following is the tag library reference > that I'm using for the form submission tags. > <%@> > > > Best Regards, > Umama

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

2012-02-13 Thread umamaheswara rao
Please excuse me if I'm mistaken..    I'm not using any custom tags..The following is the tag library reference that I'm using for the form submission tags.  <%@>     Best Regards, Umamaheswara Kagitha. From: Dave Newton To: Struts Users Mailing List Sent: Frid