Re: good WicketTester info page?

2008-04-16 Thread Steve Thompson
Check out Kent Tong's book, in which he has an excellent chapter on testing Wicket pages/forms/components. On Wed, Apr 16, 2008 at 6:40 AM, Michael Perkonigg < [EMAIL PROTECTED]> wrote: > Hello, > > is there a page explaining what one can do with the WicketTester and how? > And yes, I already rea

Forcing An AjaxTabbedPanel To Refresh...

2008-05-09 Thread Steve Thompson
I've set up a page such that it contains two panels - one with a form for selecting an individual, and the other with an AjaxTabbedPanel to show information on different aspects of a given individual. The hierarchy is roughly like so: Page - Panel ---Form with drop down to select individual - Pan

Extra control needed for PropertyColumn

2008-06-03 Thread Steve Thompson
I'm creating a AjaxFallbackDefaultDataTable, just as shown in the live examples, and things are working great. My only problem though is that I would like to scramble one of the columns of information that I present depending on the user (in this case, the column holds SSN, and I want it to appear

Question About Locale

2008-01-24 Thread Steve Thompson
? Best regards to all, Steve Thompson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question About Locale

2008-01-25 Thread Steve Thompson
On 1/25/08, Michael Sparer <[EMAIL PROTECTED]> wrote: > > steve, > > wicket by default checks the user's locale (i.e. the locale of the session) > and looks for matching files. e.g. if your user accesses Foo.html with the > german locale "de" wicket checks whether there is a Foo_de.html (and/or > F

Wicket -> Servlet -> Wicket

2008-03-05 Thread Steve Thompson
My team is currently working on a web project composed of a entirely of plain old servlets. We are looking at potentially replacing it with Wicket, but we do not have the luxury of rewriting the entire project, and would need to integrate Wicket gradually with the existant functionality. Is there

Custom Text Field...

2008-10-07 Thread Steve Thompson
Hi, I'm attempting to create a custom validator for social security number strings. I've got the following code for this: static Pattern pattern = Pattern.compile("(\\d{3})[ \\-]*(\\d{2})[ \\-]*(\\d{4})"); public final IConverter getConverter(Class type) {

Need some clarification on AjaxBehaviors

2008-10-07 Thread Steve Thompson
I was recently working on creating some Ajax functionality that, when a record was added/updated/deleted in my form would display some informational label that would gradually fade away. While I can get this to work, I would like to refactor this into some type of reusable behavior. Is this possi

Re: Custom Text Field...

2008-10-07 Thread Steve Thompson
oupCount(); index++) result += fit.group(index); return result; } }; } } On 10/7/08, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Tue, 07 Oct 2008, Steve Thompson wrote: >> I'm atte

Feedback panel message

2008-10-20 Thread Steve Thompson
I've got a panel for which I am building a number of DropDownChoices. Each must be selected, and if any one of them is not, a message must be displayed in the corresponding feedback panel. The problem however is that, with my HTML as such: the ${label} is always 'options'

Re: Feedback panel message

2008-10-20 Thread Steve Thompson
ownChoice); > > Hope that helps. > > -Original Message- > From: Steve Thompson [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2008 12:49 PM > To: users@wicket.apache.org > Subject: Feedback panel message > > I've got a panel for which I am building a number o