[ 
https://issues.apache.org/jira/browse/WICKET-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene closed WICKET-5703.
-----------------------------------
    Resolution: Not a Problem

this is a user question, not a bug. Please copy the content of this issue in a 
mail and send it to user list. This will make much more easier for you to get 
help.

> how to use PropertyModel for saving image to database
> -----------------------------------------------------
>
>                 Key: WICKET-5703
>                 URL: https://issues.apache.org/jira/browse/WICKET-5703
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.17.0
>            Reporter: hasan çelik
>              Labels: file_upload, image, propertyModel, wicket
>
> hi,
> i have a file upload process for image.
> fileupload.java
> https://gist.github.com/cortix/9079660
> User1.java
> https://gist.github.com/cortix/f5fbc0a137d6acfa9b40
> fileupload.html
> https://gist.github.com/cortix/9082148
> i got this error
> https://gist.github.com/cortix/9079743
> ...
> final FileUploadField fileUpload = new FileUploadField("fileUpload",new 
> PropertyModel(user1, "photo"));
> form.add(fileUpload);
> ...
> i think i should change my ProperyModel for images to save database because 
> in my pojo class my object type is byte[]... When i use this way, i get 
> error... i am thinking if this PropertyModel change, i can fix this problem 
> but i don't know how can i use this PropertyModel for byte type..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to