Em Fri, 31 Jul 2009 18:53:16 -0300, b...@umd <bben...@umd.edu> escreveu:
input t:type="upload" t:id="uploaded" value="uploadedValue" />
@Property
private UploadedFile uploaded;
@Property
private String UploadedValue;
Try input t:type="upload" t:id="uploaded" value="uploaded" />
Upload's value parameter should be bound to an UploadedFile value and you
code was binding it to a String.
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org