<form>
<input id="test" type="file" onchange="
document.getElementById('secondBox').value =
document.getElementById('test').value;
"></input>
<input id="secondBox" type="text" />
</form>On Tue, Feb 9, 2010 at 3:22 AM, dpmihai <[email protected]> wrote: > > What I really want is that after file selection automatically set the text > of > another TextField (inside my form) with a string derived from selected file > name. > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > View this message in context: > http://old.nabble.com/FileUploadField-selection-event-tp27512780p27513776.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- ---- Anantha Kumaran
