STRUTS 2.0.9 File tag

2008-02-10 Thread Srikanth Muthyala
Hi, Can anybody tell me how to disable the manual typing of file name for File tag, only allow 'Browse button. Thanks. Regards,   Srikanth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: STRUTS 2.0.9 File tag

2008-02-10 Thread Jeromy Evans
Srikanth Muthyala wrote: Can anybody tell me how to disable the manual typing of file name for File tag, only allow 'Browse button. Thanks. Unfortunately you don't have much control over it. Perhaps you could add an onkeypress event listener that blocks typed input. See here: