Re: [Wicket-user] javascript handlers in html - quotes escaping

2006-12-08 Thread Nino Wael
e: [Wicket-user] javascript handlers in html - quotes escaping Nino Wael wrote: >type="submit" value="Generer rapport" wicket:id="wordbutton" > onclick="showContent('uglyfix');showContent('uniquename');" />

Re: [Wicket-user] javascript handlers in html - quotes escaping

2006-12-08 Thread Andrew Klochkov
Nino Wael wrote: >type="submit" value="Generer rapport" wicket:id="wordbutton" > onclick="showContent('uglyfix');showContent('uniquename');" /> > How can you run this example with wicket?? It escapes qoutes in a strange wa so you should have the following code i

Re: [Wicket-user] javascript handlers in html - quotes escaping

2006-12-08 Thread Nino Wael
to:[EMAIL PROTECTED] On Behalf Of Andrew Klochkov Sent: 8. december 2006 11:41 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] javascript handlers in html - quotes escaping After 2 months working with Wicket I'm still quite impressed by this smart framework, but IMHO the most we

[Wicket-user] javascript handlers in html - quotes escaping

2006-12-08 Thread Andrew Klochkov
After 2 months working with Wicket I'm still quite impressed by this smart framework, but IMHO the most weak part of it is client-side scripting. So when you want to place a lot of javascript in html, using handlers like onclick, onkeyup etc, without using server at all (no ajax, no server call