[Seaside] unexpected xhtml output with WARenderCanvas

Joseph Blatter josephblatter62 at yahoo.com
Wed Oct 18 20:52:55 UTC 2006


when trying to set a style using the #rendererClass =
WARenderCanvas and a very simple subclass of
WAComponent which implements:

WAExampleComponent>>renderContentOn: aRenderer

   aRenderer textInput
  	class: 'nothing';
	text: 'hello'.

after setting the entry point, and toggle with the
halos, the code generated is:

<input class="nothing text" value="hello" type="text"
/>

whereas the correct output would be

<input class="nothing" value="hello" type="text" />

i'm missing something? i'm using Seaside 2.7a1-pmm.93

regards



__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 


More information about the Seaside mailing list