[Seaside] [BUG]generating javascript

Romain Robbes rrobbes at info.unicaen.fr
Wed Jun 2 12:18:06 CEST 2004


	Hi all,

I tried to use the #autofocus: method to focus a form element,
but it didn't seem to work. It seems that the generated code is wrong :
the script looks like :

document.getElementById("985quot;).focus()

where it should be :

document.getElementById("985").focus()

So the #script: method seems to encode quotes in where it shouldn't.


Any ideas of what should be modified ?


Thanks ,
	Romain



More information about the Seaside mailing list