Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
- Can you please provide a sample of LoadableDetachModel? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/pageablelistview-is-giving-out-of-memory-exception-while-loading-more-than-7-records-wicket-exame-tp4631614p4631794.html Sent from the Users forum mailing list

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
Sorry that I didn't give the proper information, actually we are showing 10 records per page and the size of the list is 7 which we are passing to PageableListview..It seems listview is loading all 7 items at once..and each request it probably might iterating the List..so I think loading wh

Re: call onsubmit automatically

2012-04-30 Thread raju.ch
Thnx for the reply sebastian, but I didn't get the solution what you suggested..Can you please explain it with an example? thanks in advance -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/call-onsubmit-automatically-tp4597765p4597836.html Sent from the Users forum ma

call onsubmit automatically

2012-04-30 Thread raju.ch
Hi, I want to POST some data to a URL which internally redirects to a Page based on the POSTed params, for this I'm trying to do auto form submission but how to do it in wicket 1.4 or if you know other way which suits my requirement please let me know. In javascript, we can do like this , but how

Re: Auto refresh a WebPage

2011-12-16 Thread raju.ch
I mean while debugging I'm not at all getting the request to the class again -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Auto-refresh-a-WebPage-tp4203984p4204205.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: How to add Javascript function in wicket 1.4 Page

2011-12-07 Thread raju.ch
Hi Dan, Thank you for your reply, I had resolved it by writing the below code get("body").add(new AjaxEventBehavior("onload") { /** * */ private static final long seria

How to open multiple infowindows or multiple markers using GMAP2

2011-12-07 Thread raju.ch
Hi, Fairly new to the Google Maps Api. I've got an array of data that I want to cycle through and plot on a map. Seems fairly simple, but all the multi-marker tutorials I have found are quite complex. Lets use the data array from google's site for an example: ['Bondi Beach', -33.890542, 151.27

Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
Thank you for your Martin,I'm able to integrate with the Google Maps from the application.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4168418.html Sent from the Users forum mailing list archive at Nabb

Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
Thank you Martin Grigorov-4, that has worked well (I mean no exception is coming but Map is not getting displayed) and Can I get a sample documentation on it? i.e how to start with GMAP and all?or Can I get examples? the war i've downloaded from her http://wicketstuff.org/maven/repository/org/wicke

Re: Integrating Google maps with wicket web application

2011-12-07 Thread raju.ch
I'm using wicket 1.4-rc1 and I've downloaded gmap2-1.4-SNAPSHOT.jar but the still got the below exception..I know this the problem with unsupported gmap2 but how to get the corresponding JAR?please help me. java.lang.NoSuchMethodError: org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJ

Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
Thank you very much josh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167944.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
The URL https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-core/gmap2-parent is not working it seems -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167883.html Sent from the Users forum

Re: Integrating Google maps with wicket web application

2011-12-06 Thread raju.ch
where can i find this JAR or Can you share me the url? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-Google-maps-with-wicket-web-application-tp4167839p4167880.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Difference b/w SetoutputMarkupId(true) and SetOutputMarkupHolderTag(true?)

2011-11-21 Thread raju.ch
Thank you very much -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Difference-b-w-SetoutputMarkupId-true-and-SetOutputMarkupHolderTag-true-tp4091035p4091183.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Difference b/w SetoutputMarkupId(true) and SetOutputMarkupHolderTag(true?)

2011-11-21 Thread raju.ch
Thank you very much -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Difference-b-w-SetoutputMarkupId-true-and-SetOutputMarkupHolderTag-true-tp4091035p4091182.html Sent from the Users forum mailing list archive at Nabble.com. ---

Difference b/w SetoutputMarkupId(true) and SetOutputMarkupHolderTag(true?)

2011-11-21 Thread raju.ch
Can anyone tell me the difference b/w SetoutputMarkupId(true) and SetOutputMarkupHolderTag(true)? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Difference-b-w-SetoutputMarkupId-true-and-SetOutputMarkupHolderTag-true-tp4091035p4091035.html Sent from the Users forum ma

Re: What is the difference between Model , PropertyModel,CompoundPropertyModel?

2011-11-10 Thread raju.ch
yeah..thats very good material...I've understood it..thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/What-is-the-difference-between-Model-PropertyModel-CompoundPropertyModel-tp4030452p4030480.html Sent from the Users forum mailing list archive at Nabble.com. --

changing the background color of link on performing onclick event

2011-07-22 Thread raju.ch
Hi, I'm using wicket 1.4 and my site contains one Template which header,footer,hor.menu and it is common to all the pages now, my req is onclicking the hor menu item, i want to show the active link with some background.. I tried with a:active but it is not working as it is a common template to all