Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-31 Thread Jean-Baptiste Quenot
* Florian Hehlen:

> I  have   just  found  that   if  a  form  contains   an   type="text"/> and the corresponding pojo contains myForm.add(new
> TextAre(...)) then wicket  fails to load data into  the form but
> it will correctly read the data onSubmit.
>
> is this a known  bug it sure took me a  long time to resolve
> it.

I just fixed it by adding  a check for the "textarea" tag.  Please
open an issue in JIRA when you encounter that kind of problems.
-- 
 Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-24 Thread Johan Compagner
dont we have a check for this in onComponetTag?

On 5/24/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> This is not a bug. You need to add TextField to form if you want to
> use , not TextArea. TextArea is for the  tag.
>
> -Matej
>
> On 5/23/07, Florian Hehlen <[EMAIL PROTECTED]> wrote:
> >
> >  hi,
> >
> >  I have just found that if a form contains an  and the
> > corresponding pojo contains myForm.add(new TextAre(...)) then wicket fails
> > to load data into the form but it will correctly read the data onSubmit.
> >
> >  is this a known bug it sure took me a long time to resolve it.
> >
> >  regards,
> >  Florian.
> >
> >
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-24 Thread Matej Knopp
This is not a bug. You need to add TextField to form if you want to
use , not TextArea. TextArea is for the  wrote:
>
>  hi,
>
>  I have just found that if a form contains an  and the
> corresponding pojo contains myForm.add(new TextAre(...)) then wicket fails
> to load data into the form but it will correctly read the data onSubmit.
>
>  is this a known bug it sure took me a long time to resolve it.
>
>  regards,
>  Florian.
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-24 Thread RĂ¼diger Schulz
Hello Florian,

could you provide a quickstart showing this problem? What version of
Wicket are you using?

With these information, the developers might find and fix the bug.


.rue

2007/5/23, Florian Hehlen <[EMAIL PROTECTED]>:
>
>  hi,
>
>  I have just found that if a form contains an  and the
> corresponding pojo contains myForm.add(new TextAre(...)) then wicket fails
> to load data into the form but it will correctly read the data onSubmit.
>
>  is this a known bug it sure took me a long time to resolve it.
>
>  regards,
>  Florian.
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>


-- 
greetings from Berlin,

RĂ¼diger Schulz

www.2rue.de

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user