Re: best search engine framework to use with wicket

2011-07-17 Thread hariharansrc
Thank you, Peter i'll keep your valuable suggestion in mind i am having another clarification i am having many wicket maven projects each one having a particular feature how to integrate them all. -- View this message in context:

Loading wicket components from javascript

2011-07-17 Thread Michael Petritsch
Hi, is there a way to load wicket components from javascript? I tried the https://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html approach. I tried to add a Label but it wasn't visible on the page. I tried to add a Panel but it never replaced the markupPlaceHolder I added for it. All

RE: best search engine framework to use with wicket

2011-07-17 Thread Chris Colman
We just use Nutch and let it crawl the site at the page level then it is completely irrelevant how the data used to produce the pages is stored or retrieved. -Original Message- From: hariharansrc [mailto:hariharan...@gmail.com] Sent: Sunday, 17 July 2011 9:24 PM To:

Re: How to change the em tag proceduced by wicket:link

2011-07-17 Thread mrblobby
I cant get this to work. The maven dir structure is : src/main/java/com/mydomain/myweb/pages So what should I put instead of package1? I have tried: pages/MyPage.html I dont want to have to put: com/mydomain/myweb/pages/MyPage.thml because on the production system, the webapp will be renamed

Re: Loading wicket components from javascript

2011-07-17 Thread Bertrand Guay-Paquet
Hi, Have you seen http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ ? I used this method to add form inputs via ajax. If I understand correctly what you want to do, you should be able to use this for adding labels. Bertrand On 17/07/2011 9:23 AM,

Re: Loading wicket components from javascript

2011-07-17 Thread Michael Petritsch
Thanks, gonna try this. I hope this also works for adding Components with subcomponents (e.g. Tables, Panels etc.) and I don't have to manually Wicket...appendChild() all the subcomponents in js. On Sun, Jul 17, 2011 at 5:38 PM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hi, Have you

Re: Problem with SCRIPT Tag in Ajax-Response in Wicket 1.5 RC5.1

2011-07-17 Thread Sergiy Barlabanov
Done: https://issues.apache.org/jira/browse/WICKET-3912 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-SCRIPT-Tag-in-Ajax-Response-in-Wicket-1-5-RC5-1-tp3667783p3673964.html Sent from the Users forum mailing list archive at Nabble.com.

Re: How to change the em tag proceduced by wicket:link

2011-07-17 Thread Clint Checketts
Mount your page to give it a custom URL. Not sure if you wanted an answer to your email subject since this email isn't related to the email subject(maybe I'm missing some previous messages and context?) -Clint On Sun, Jul 17, 2011 at 9:44 AM, mrblobby simon_ho...@hotmail.com wrote: I cant get

Re: Loading wicket components from javascript

2011-07-17 Thread msj121
I am not sure if it is still true, but if you have the label added, just the visibility is false from the beginning, then in older versions of wicket it would not actually put the component, even the placeholder. I dealt with this before, but I think in newer versions presumably this was