Re: [Wicket-user] Wicket Annotation Support

2007-07-05 Thread Igor Vaynberg
On 7/5/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: > cant we have something > > @Mount(path="/myurl/") > public class MyPage extends WebPage ... > > and the Wicket Runtime autowires this Who/what would be looking for this annotation during application initialization? Can you elaborate?

Re: [Wicket-user] Wicket Annotation Support

2007-07-05 Thread Jean-Baptiste Quenot
* Ayodeji Aladejebi: > Well, even though the no XML configuration stuff is great, i still think > Wicket can still be even sweeter if there can be more friendly annotation > support for some very common config tasks > > i still really do have issues with Mounting Nice URLs, the code seem much > as