Hi,

No, I am not using FormFile.
I set debug trace on and this is my output log :

[DEBUG] 26:51 (ActionCommandBase.java:execute:46)
Executing org.apache.struts.chain.commands.servlet.PopulateActionForm

[DEBUG] 26:51 (BeanUtilsBean.java:populate:795)
BeanUtils.populate([EMAIL PROTECTED], 
{co.birthNumber=[Ljava.lang.String;@1c63e8c, 
popUpPhone=[Ljava.lang.String;@345b43})

[DEBUG] 26:51 (BeanUtilsBean.java:setProperty:876)
  setProperty([EMAIL PROTECTED], co.birthNumber, [])

[DEBUG] 26:51 (BeanUtilsBean.java:setProperty:891)
    Target bean = null

[DEBUG] 26:51 (BeanUtilsBean.java:setProperty:892)
    Target name = birthNumber

[DEBUG] 26:51 (ExceptionCatcher.java:postprocess:138)
Attempting to handle a thrown exception

[DEBUG] 26:51 (ExceptionCatcher.java:postprocess:157)
Calling exceptionCommand 'servlet-exception'

It seems birthnumber value is null, but I don't know why ?


-----Message d'origine-----
De : Sid [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 30 mai 2007 07:08
À : Struts Users Mailing List
Objet : Re: Go back -> BeanUtils.populate

Hi
Are you using FormFile in your page? This happens when the table that you
are trying to paint is not in the scope of your <html:form>
Make sure you give your <html:form> in the right place

Thanks

On 5/29/07, Jean-Marie Pitre <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
>
> I am facing a problem ;-)  : I am using struts 1.3.5
>
>
>
> My web application is based on several forms and each one corresponds to
> a step of a process.
>
>
>
> For example, If I am in the form 3/5 and I go back to form 2 using back
> button of my browser then I submit the page to go a second time in form
> 3 I have javax.servlet.ServletException: BeanUtils.populate
> Forms are in session scope.
>
> Have you got an idea ?
>
> Thanks,
>
> Regards.
>
>
>
>
>
>
>
>
>
>
>
>
> -------------------
> Email Disclaimer
> http://www.cofidis.be/emaildisclaimer.php
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to