Re: Problem with scriptaculous in wicket 1.3 beta3

2007-10-31 Thread Ernesto Reinaldo Barreiro
Probably your are missing a HeaderContributor adding the actual effects.js and prototype.js to your page? Just guessing... SantiagoA wrote: Hi, i try to use the Effect class of the scriptaculous jar in a testApp. My Code: Java: import org.wicketstuff.scriptaculous.effect.Effect; ... final

Re: Problem with scriptaculous in wicket 1.3 beta3

2007-10-31 Thread Ryan Sonnek
Yep, you need to also do: add(AbstractScriptaculousBehavior.newJavascriptBinding()); On 10/31/07, Ernesto Reinaldo Barreiro [EMAIL PROTECTED] wrote: Probably your are missing a HeaderContributor adding the actual effects.js and prototype.js to your page? Just guessing... SantiagoA wrote:

Re: Problem with scriptaculous in wicket 1.3 beta3

2007-10-31 Thread SantiagoA
Excuse me the HTML should look like: ... lt;a href=# wicket:id=clickImggt; lt;divgt; lt;img wicket:id=fehler src=/pics/fehler_404_gross.jpeg border=none /gt; lt;/divgt; lt;/agt; -- View this message in context:

Re: Problem with scriptaculous in wicket 1.3 beta3

2007-10-31 Thread SantiagoA
Thanks a lot, that was the solution! -- View this message in context: http://www.nabble.com/Problem-with-scriptaculous-in-wicket-1.3-beta3-tf4725430.html#a13511725 Sent from the Wicket - User mailing list archive at Nabble.com.