Re: Pass whole action form from JSP to action class

2012-05-28 Thread Dave Newton
On Mon, May 28, 2012 at 5:18 AM, Joby Joseph wrote: > I want a help to pass the whole action form from JSP file to my action > class. I have the action form and it contains the details. In my JSP file, > some of the fileds is not used and I am setting the value to the form at > the > time of form

Re: pass action form

2012-05-28 Thread Joby Joseph
Hi, it is in Struts 1.2 and I posted it in the group also... - Original Message - From: "Łukasz Lenart" To: "Struts Users Mailing List" Sent: Monday, May 28, 2012 1:04 PM Subject: Re: pass action form 2012/5/28 Joby Joseph : I have a form asociated with a JSP. and am setting some

Re: pass action form

2012-05-28 Thread Łukasz Lenart
2012/5/28 Joby Joseph : > I have a form asociated with a JSP. and am setting some values into the form > before loading the page and I am not showing it on the JSP. But I have to > get the value in the Action class. scope of the form is request. > > that meanss, from JSP, have to send the form to a

Re: pass action form

2012-05-28 Thread Łukasz Lenart
2012/5/28 Joby Joseph : > if u can, plz send me the code for this ... it will help me to complete the > work. You mean the patch to improve support of Dynamic Attributes ? Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/

Re: Dynamic Attributes can't be boolean? StrutsUtil.translateVariables exception

2012-05-28 Thread Łukasz Lenart
2012/5/28 Łukasz Lenart : > I've missed that out, need to check the code ... Ok, I was able to reproduce your problem and changed support for Dynamic Attributes in Struts to solve that. Please register an issue for that, but IMHO it's a bad idea to use strict literals, it's better to wrap them wit

pass action form

2012-05-28 Thread Joby Joseph
Hi Łukasz, if u can, plz send me the code for this ... it will help me to complete the work. Regards, - Original Message - From: "Łukasz Lenart" To: "Struts Users Mailing List" Sent: Monday, May 28, 2012 12:02 PM Subject: Re: Dynamic Attributes can't be boolean? StrutsUtil.trans

Pass whole action form from JSP to action class

2012-05-28 Thread Joby Joseph
Hi, I want a help to pass the whole action form from JSP file to my action class. I have the action form and it contains the details. In my JSP file, some of the fileds is not used and I am setting the value to the form at the time of form loading. the form and all is in request scope. I want t

Re: Dynamic Attributes can't be boolean? StrutsUtil.translateVariables exception

2012-05-28 Thread Łukasz Lenart
2012/5/25 : > Method public java.lang.String > org.apache.struts2.util.StrutsUtil.translateVariables(java.lang.String) threw > an exception when invoked on org.apache.struts2.util.StrutsUtil@540948a7 > The problematic instruction: I've missed that out, need to check the code ... Regards -- Ł

Re: Dynamic Attributes can't be boolean? StrutsUtil.translateVariables exception

2012-05-28 Thread Joby Joseph
Hi, I want a help to pass the whole action form from JSP file to my action class. I have the action form and it contains the details. In my JSP file, some of the fileds is not used and I am setting the value to the form at the time of form loading. the form and all is in request scope. I want

Re: conversion error repopulation not working

2012-05-28 Thread Łukasz Lenart
Is it int either Integer ? Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: Dynamic Attributes can't be boolean? StrutsUtil.translateVariables exception

2012-05-28 Thread Łukasz Lenart
2012/5/25 : > From my perspective this represents a regression from 2.3.1.2, where what I > had previously worked fine. > It could be due to FreeMarker change, since I also have this in my log: > > Caused by: freemarker.template.TemplateModelException: Argument type > mismatch; can not unwrap ar