Re: IRequestCycleProvider and ComponentRenderer

2014-04-29 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5574 Thanks for reporting! Martin Grigorov Wicket Training and Consulting On Tue, Apr 29, 2014 at 7:08 PM, Sven Ludwig wrote: > Hi, > > I noticed that ComponentRenderer is directly instantiating a concrete > RequestCycle while in the Application the

IRequestCycleProvider and ComponentRenderer

2014-04-29 Thread Sven Ludwig
Hi, I noticed that ComponentRenderer is directly instantiating a concrete RequestCycle while in the Application there is an abstract factory mechanism based on IRequestCycleProvider. Could the flexibility of having a custom RequestCycle be provided for ComponentRenderer as well? Kind Regards,

Re: How can i avoid that urls in src attributes are handled by wicket?

2014-04-29 Thread Ernesto Reinaldo Barreiro
https://issues.apache.org/jira/browse/WICKET-5288 On Tue, Apr 29, 2014 at 3:49 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > There was a patch a few releases ago that made wicket scan inside > tags for for components. Try putting the body inside a CDATA section. > > > On Tue, Apr

Re: How can i avoid that urls in src attributes are handled by wicket?

2014-04-29 Thread Ernesto Reinaldo Barreiro
There was a patch a few releases ago that made wicket scan inside tags for for components. Try putting the body inside a CDATA section. On Tue, Apr 29, 2014 at 3:44 PM, Per Newgro wrote: > Hi *, > > we have a page which contains markup like this > > ... >