Fileupload field

View: New views
2 Messages — Rating Filter:   Alert me  

Fileupload field

by Jan Mikkelsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

Thank you for this fine framework!

Are FileUploadFields in any way supported? If not, is the only option to handcode the entire form or can I somehow get away with only handling this particular field manually?

/Jan

Re: Fileupload field

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Sorry for the delay in reply, I just came back from holiday..

But to answer your question: there is no support for FileUploadFields as of yet, as I have yet to think of a use case where it could be useful in the way Wicket RAD works (maybe you have one?).

For now, it's probably best to handcode in "plain" Wicket, which is pretty easy in itself, although if you have a good case for inclusion in Wicket RAD, do tell me (or if you want to contribute a patch yourself).

Jan Mikkelsen wrote:
Hi

Thank you for this fine framework!

Are FileUploadFields in any way supported? If not, is the only option to handcode the entire form or can I somehow get away with only handling this particular field manually?

/Jan