Output localized sentence text containing wicket link

2011-02-18 Thread Watter
I am trying to generate something like the following output: This is a sentence with something some text that is linked. The text of the sentence needs to be localized. The link needs to be normal wicket Link. I think that if we were using the localization approach where the pages

Issue Javascript command from Wicket

2010-09-09 Thread Watter
I'm sure this is probably rather simple, but what would be the best way to issue a javascript command from a wicket action? That's vague so here's a more specific example. I have an existing app that has a button. When that button is clicked, the event is handled by Wicket to perform some action

Re: Issue Javascript command from Wicket

2010-09-09 Thread Watter
Michael O'Cleirigh wrote: You can use the AjaxRequestTarget to emit javascript back to the browser like this: target.prependJavascript(alert('sent from the server');); Typically you would have placed the javascript method definitions into the page so they would exist already in

Re: Totally new to Wicket and planning on using Wicket 1.4

2008-07-15 Thread Watter
Alastair Maw wrote: 2008/7/12 Kent Larsson [EMAIL PROTECTED]: Don't wait for an updated book. Firstly there's no point. Secondly you'll probably be waiting a little while - the first edition of WIA has only recently come off the presses. It's off the presses? Was that stated somewhere

wicket-security and inner classes

2007-11-20 Thread Watter
I'm using the wicket-security project from Wicketstuff and I'm having a bit of trouble figuring out how to reference inner classes in my Hive files. So normally you can reference a class with something like: permission ${ComponentPermission} com.my.company.web.pages.Administration, inherit,

Re: wicket-security and inner classes

2007-11-20 Thread Watter
It turns out I was doing something else wrong. The $ notation for an inner class does indeed work exactly as one would expect. Matt Watter wrote: I'm using the wicket-security project from Wicketstuff and I'm having a bit of trouble figuring out how to reference inner classes in my Hive

Page and compoenent level feedback are mixing together

2007-08-22 Thread Watter
I've searched for and read a number of threads on using multiple feedback panels on one page. I'm struggling with the same thing, but I haven't seen a response that is directly on point to my problem. We want to have a feedback component on our main page that most of the other pages in the