Re: Passing values of components to javascript function

2005-09-15 Thread Ivano
Hi, are you sure that tapestry is not overwriting the components "id" attributes, thus breaking your javascript conditionals? Try checking the live output html produced by tapestry. Ivano. Ananya Goswami wrote: Hi all!!! I have a uploadmedia html page where I am uploading files . .I

Passing values of components to javascript function

2005-09-15 Thread Ananya Goswami
Hi all!!! I have a uploadmedia html page where I am uploading files . .I have a browse button and a filename text field .as soon as a file is browsed and included, the filename field should be automatically populated with the name of the file. I tried using javascript which works fine wit