RE: Separate Java Bean Class for Getter/Setter method.

2011-05-31 Thread arin_12
sbVal.append(paramVal[i]); } return sbVal.toString(); } -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4442897.html Sent from the Struts - User mailing l

RE: Separate Java Bean Class for Getter/Setter method.

2011-05-19 Thread Chris Pratt
t; class. > > Any better solution ? > > -- > View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4408881.html > Sent from the Struts - User mailing list archive at Nabble.com. > > ---

RE: Separate Java Bean Class for Getter/Setter method.

2011-05-19 Thread arin_12
s gives me the exact value. This extra code I am writing in every action class. Any better solution ? -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4408881.html Sent from the Struts - User mailing list archive at

RE: Separate Java Bean Class for Getter/Setter method.

2011-05-18 Thread Biesbrock, Kevin
org > Subject: Re: Separate Java Bean Class for Getter/Setter method. > > Now the URL looks like, No extra amp; > http://localhost:8080/Samvidh_CIS/doEditAllergy.action?alId=2&; > alDescription=algy_full_desc&alName=algy_short_desc > > Now the New problem is that, I am not abl

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-18 Thread arin_12
e = [Ljava.lang.String;@b4b0a4 Key = alName, Value = [Ljava.lang.String;@5bcd91 Help Please... -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4407093.html Sent from the Struts - User

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-17 Thread arin_12
http://localhost:8080/Samvidh_CIS/doEditAllergy.action?alId=2&alDescription=algy_full_desc&alName=algy_short_desc This the URL that is generating. It is al not all. -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Sette

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-12 Thread Dave Newton
On Thu, May 12, 2011 at 11:59 AM, arin_12 wrote: > I am passing three parameters via URL from one page to another. > I only see one available on the second page; don't know why. > > Page one > > > >     >     > > > Page two > > value="%{#parameters.alDescription}"/> > > > > Any feed bac

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-12 Thread arin_12
this Allergy ? Any feed back ? -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4390648.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-11 Thread arin_12
value in action controller so that I can query the DB to read the necessary data. -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4387786.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Separate Java Bean Class for Getter/Setter method.

2011-05-11 Thread foramp
ont want to use viewname.elementname style. This create a issue in the > javascript validation. As JS is not able to recognize the "." dot. > > > > > Thanks, > -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Sette

Separate Java Bean Class for Getter/Setter method.

2011-05-10 Thread arin_12
not able to recognize the "." dot. Thanks, -- View this message in context: http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4385274.html Sent from the Struts - User mailing list archive at