On 6/6/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> Its a pitty that we cant do this in FormComponentPanel:
>
>
>     /**
>      * @see
> org.apache.wicket.markup.html.form.FormComponent#getConvertedInput()
>      */
>     public abstract Object getConvertedInput();
>
>
> then we force everybody to think about it..
> But you can't do then super.getConvertedInput() :( (because the compiler
> thinks it is abstract which is not really the case..)
>
> updateModel is more for modifying again the convertedinput to the model.
> (like merging list)
> Do we have more components that we should check? Like MultiFileUploadField?

Dunno. Basically, everything that extends FormComponentPanel.

Eelco

-------------------------------------------------------------------------
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

Reply via email to