Re: Label is driving me a *little* crazy

2008-01-27 Thread Andy Czerwonka
Did something change in 1.3? http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.FormPage This simple example doesn't work for me either. I get a 1. [MarkupContainer [Component id = feedback, page = ca.arcticpenguin.mff.NewListingPage, path =

Re: Label is driving me a *little* crazy

2008-01-27 Thread Igor Vaynberg
why does it work for everyone else and not you? could you paste the entire stack trace? -igor On Jan 27, 2008 5:31 AM, Andy Czerwonka [EMAIL PROTECTED] wrote: Did something change in 1.3?

Re: Label is driving me a *little* crazy

2008-01-27 Thread Andy Czerwonka
Igor Vaynberg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] why does it work for everyone else and not you? could you paste the entire stack trace? -igor Because I'm an idiot. Sorry group - my Eclipse environment was messed up and it wasn't building properly.

Label is driving me a *little* crazy

2008-01-26 Thread Andy Czerwonka
I found this thread: http://www.mail-archive.com/users@wicket.apache.org/msg04400.html I have written similair code, but I'm getting an exception. Clearly my markup is wrong, but I can't for the life of me unnderstand why? When I inspect the code, the page contains the right things. I'm a

Re: Label is driving me a *little* crazy

2008-01-26 Thread Erik van Oosten
Try removing the id attributes from the markup. Wicket likes to generate this for itself. You'll also need to add a FormLabel (or something named like that) to the for element. Regards, Erik. Andy Czerwonka wrote: I found this thread: