the model is only used to set the file contents once an upload happens.
We don't prepopuplate anything currently.

Don't know if we can use the model for this because as i said that is for the file contents.

johan


On 1/17/06, pepone pepone <[EMAIL PROTECTED]> wrote:
sorry i finish problem description here

The problem is that i pase properties object initialize with property
filePath set to sane value but the render uploadField is empty

On 1/17/06, pepone pepone < [EMAIL PROTECTED]> wrote:
> wicket-1.2-20060108
>
> public UploadEditor(String id,ValueMap properties)
> {
>         super(id,properties);
>         add(uploadField=new FileUploadField("uploadField",new
> PropertyModel(properties,"filePath")));
>         }
> --
> play tetris http://pepone.on-rez.com/tetris
>


--
play tetris http://pepone.on-rez.com/tetris


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to