Erro de handle em button

Srs.,

Extou desenvolvendo uma aplicacao e comecei utilizando o notepad, segu o codigo. Estava funcionando bem, porem, quando passei a utilizar o Eclipse com o IDE4Laszlo apareceu o erro.

		<button height="20">
			Proximo
			<handler name="onclick">
				Debug.write("enviando");
			</handler>
		</button>

Cliente.lzx:85:29: element “handler” not allowed in this context. Check whether it is spelled correctly, and whether a class with this name exists.

Grato,
Helder

opa beleza?

cara não use o handler, que ainda está funcionando ±
use a tag method

para esse seu caso seria:

<method event="onclick"> <![CDATA[ seu codigo ]]> </method>

:wink:

[]'s