Subscribe to the user group and send it an email? Same as the dev
group, but user.
On Tue, Nov 9, 2010 at 12:30 PM, Abhishek Agarwal wrote:
> How to ask this question on user group? Can you throw some light on it?
> Thanks in advance.
>
> On Sun, Nov 7, 2010 at 2:17 PM, Lukasz Lenart
> wrote:
>
>
How to ask this question on user group? Can you throw some light on it?
Thanks in advance.
On Sun, Nov 7, 2010 at 2:17 PM, Lukasz Lenart
wrote:
> Could you ask this question on user group? And please post the whole
> stack trace with configuration and source code.
>
>
> Regars
> --
> Łukasz
> + 4
Could you ask this question on user group? And please post the whole
stack trace with configuration and source code.
Regars
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia 2010 http://javarsovia.pl
-
To
No, I have already done this, but that didn't work at all.
On Sat, Nov 6, 2010 at 4:36 PM, naveen jagotra <
naveen.jago...@vinculumgroup.com> wrote:
> Hi Abhishek ,
>
>
>
> Try the same by making Person class serializable .
>
> Hope that will work.
>
>
>
>
> *with Thanks and Regards*
>
> *Naveen
Hi Abhishek ,
Try the same by making Person class serializable .
Hope that will work.
*with Thanks and Regards*
*Naveen Jagotra*
*
Vinculum Solutions Private Limited*
Email ID :naveen.jago...@vinculumgroup.com
Mobile: +91 989 955 3638
India office : +91 (0) 120 2440045
Yup, I am using the struts html tag library and thus the html:form tag has
been used.
Yes the Person class exposes attributes through getters and setters. I am
here quoting the Person class and NameForm:
public class NameForm extends ActionForm
{
private Person p;
public void setP(Person p) {
Are you using the Struts form tag? Does the Person class expose its
attributes through getters and setters?
Dave
On Nov 5, 2010 12:42 PM, "Abhishek Agarwal" wrote:
> It's killing me.
>
> I am unable to use a pojo(simple java class akin Employee or Person)
> in my struts 1.3 ActionForm as a formbe