javascript confirm - seems to work fine with link markup but not with button markup

2010-01-20 Thread Steve Whitson
Hi, I'm new to wicket, and am working on my first app. Great alternative to other WebUI frameworks! I've added a link to my panel using this code: Link deleteReportLink = new Link( deletereport ) { @Override public void onClick() {

Re: javascript confirm - seems to work fine with link markup but not with button markup

2010-01-20 Thread Steve Whitson
to replace the existing with the newly prepended content. Thanks much, -Steve Fatih Mehmet Ucar wrote: AttributeAppender should solve your problem. fmu 2010/1/20 Steve Whitson steven.whit...@gmail.com: Hi, I'm new to wicket, and am working on my first app. Great alternative to other WebUI