Re: RequestCycle().urlFor not work

2009-09-12 Thread Dima Rzhevskiy
absoluteUrl through container hierarchy). -- Rzhevskiy Dmitry 2009/9/12 Johan Compagner jcompag...@gmail.com Which version of wicket do you use? Why do you need absoluut urls? On 11/09/2009, Dima Rzhevskiy d...@rzhevskiy.info wrote: Sorry, yes, urlFor return correct result. toAbsolutePath

RequestCycle().urlFor not work

2009-09-11 Thread Dima Rzhevskiy
Hi ! I create simple page X1 with AjaxLink : .. new AjaxLink(message){ @Override public void onClick(AjaxRequestTarget ajaxRequestTarget) { CharSequence url = getRequestCycle().urlFor(X1.class, new PageParameters());

Re: RequestCycle().urlFor not work

2009-09-11 Thread Dima Rzhevskiy
11, 2009 at 10:14 AM, Dima Rzhevskiy d...@rzhevskiy.info wrote: Hi ! I create simple page X1 with AjaxLink : .. new AjaxLink(message){ @Override public void onClick(AjaxRequestTarget ajaxRequestTarget) { CharSequence url

where I can find soures for wicketstuff-rome

2009-06-02 Thread Dima Rzhevskiy
Hi. I have problems with wicketstuff-rome: wrong encoding of rss in production server. encoding is correct on my ubuntu development computer.. I don't find source code (nor in maven repo nor in svn) or issue tracker Where I can find soures for wicketstuff-rome ? How to fix problem with encoding?

@SpringBean instead @Resource

2008-07-07 Thread Dima Rzhevskiy
Why wicket framework used it's own annotation @SpringBean instead standard annotation @Resource? (I want configure other web framework to use anotation for bean injecting) Dmitry.

Re: @SpringBean instead @Resource

2008-07-07 Thread Dima Rzhevskiy
AM, Dima Rzhevskiy [EMAIL PROTECTED] wrote: Why wicket framework used it's own annotation @SpringBean instead standard annotation @Resource? (I want configure other web framework to use anotation for bean injecting) Dmitry