Configurable Resource's url (use CDN or not)

2011-10-12 Thread Fabio Cechinel Veronez
wicket application (or even if it is minified or not). And i was thinking about exposing those ResourceReferences instances using JMX or something like that so I could change it with no need to restart my application. What would be the best solution for that? Thanks in advance. -- Fabio Cechinel

Wicket Spring and JSR 330

2011-09-20 Thread Fabio Cechinel Veronez
Hello all, Up until now I have been using SpringBean annotation to inject spring beans at my page instance. By I would like to know if it possible to use JSR 330 annotations like Inject and Qualifier to indicate to Spring what bean should be injected. Thanks in advance. -- Fabio Cechinel

Re: Wicket Spring and JSR 330

2011-09-20 Thread Fabio Cechinel Veronez
Is there some issue we could follow? On Tue, Sep 20, 2011 at 10:00 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: currently it is not, but we are looking into it... -igor On Tue, Sep 20, 2011 at 5:08 PM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: Hello all, Up until now I

Re: Can't properly override getConverter on FormComponent subclasses

2011-09-05 Thread Fabio Cechinel Veronez
or there is something wrong in code.. also i think its very late for 1.5 at least .. thank you ! On Mon, Sep 5, 2011 at 6:48 AM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: do you mean something like ( in FormComponent class or one subclass ) :                /**         * subclasses

Re: Can't properly override getConverter on FormComponent subclasses

2011-09-04 Thread Fabio Cechinel Veronez
already told you the way,currently casting appears to be the only way.. On Mon, Aug 15, 2011 at 5:35 PM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: Sorry for previews post, wrong combinations of pressed keys =/ I, will continue: Hello everybody, I'm using wicket 1.5-RC5.1 and I'm

Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread Fabio Cechinel Veronez
-- Fabio Cechinel Veronez - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread Fabio Cechinel Veronez
way to overwrite getConverter method? On Mon, Aug 15, 2011 at 8:57 AM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: Hello everybody, I'm using wicket 1.5-RC5.1 and I'm having problem to override getConverter method of in a FormCompont subclass. Well, lets say I have a TextFieldDate

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread Fabio Cechinel Veronez
: See how we do it at: http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/datetime/markup/html/form/DateTextField.java?view=markup On Mon, Aug 15, 2011 at 2:57 PM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: Hello everybody, I'm using wicket 1.5

Re: Can't properly override getConverter on FormComponent subclasses

2011-08-15 Thread Fabio Cechinel Veronez
find better solution please send it back to us :-) On Mon, Aug 15, 2011 at 3:14 PM, Fabio Cechinel Veronez fabio.vero...@gmail.com wrote: Hello Martin, thanks for you prompt response.. I had saw that solution but it uses an unchecked cast that was exactly what I was trying to avoid. I guess

PageParameters, IIndexedParameters, INamedParameters hierarchy on wicket 1.5

2011-07-13 Thread Fabio Cechinel Veronez
) { //... return this; } //... } Thanks in advance. -- Fabio Cechinel Veronez - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org