you can get it and built it yourself from svn right now

it is in branches/wicket-1.2.x

as far as release date, martijn would know better. was supposed to be last
weekend?

-igor


On 2/7/07, Robert ... <[EMAIL PROTECTED]> wrote:

Thanks for the information.
That would be the second bug I encounter when trying the examples from the
book.
Is there any estimate on a release date for the next version?


On 2/7/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> This is most likely due a bug in 1.2.4, which should be solved for
> 1.2.5 and 1.3.x
>
> Eelco
>
>
> On 2/7/07, Robert ... <[EMAIL PROTECTED]> wrote:
> > On page 232 of Pro Wicket javascript is dynamically added in the head
> > element.
> > The following method is used in the ConfirmDeleteBehavior:
> >     public void bind(final Component component)
> >     {
> >         this.component = component;
> >         component.setOutputMarkupId(true);
> >
> > component.add(TextTemplateHeaderContributor.forJavaScript(getClass(),
> >
> >       "confirmdelete.js ",
> >
> >       variablesModel));
> >     }
> >
> > The first time the page is renderer I can see the javascript being
> added,
> > however the second time the javascript is nowhere to be found. which
> of
> > course results in a javascript error when clicking a button that has
> an
> > onclick added by the same behavior.
> >
> > How can I fix this?
> >
> > Robert
> >
> >
> >
> -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services,
> security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to