Re: AjaxTabbedPanel - Enable / Disable Individual Tab.

2012-02-12 Thread ej595
Thank You. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxTabbedPanel-Enable-Disable-Individual-Tab-tp4380339p4381444.html Sent from the Users forum mailing list archive at Nabble.com. - To

AjaxTabbedPanel - Enable / Disable Individual Tab.

2012-02-11 Thread ej595
Does anyone know how to enable or disable a Tab from a tabbedpanel. I dont mean visible or invisible. I want to be able to show all tabs, but disable the user from being able to click and view the tab contents until some condition i determine has been met. I can do it for the entire tab group, but

GRIDVIEW refresh -- yes or no.

2009-03-21 Thread ej595
Been spending some time with the Gridview repeater. Im using it for the cols and rows feature, and all seems great. However, it seems the dataprovider is only called once. If you have an ajax checkbox for example in your grid, and as a result of a click you want to update the ENTIRE item list,

Re: GRIDVIEW refresh -- yes or no.

2009-03-21 Thread ej595
webmarkupcontainer(); container.setoutputmarkupid(true); container.add(new mygridview()); ...add(new ajaxlink() { onclick(target) { target.add(container); }}); will repaint the entire gridview via ajax. -igor On Sat, Mar 21, 2009 at 9:25 AM, ej595 kiks...@yahoo.co.uk wrote: Been spending some time

Re: GRIDVIEW refresh -- yes or no.

2009-03-21 Thread ej595
. they should be. -igor On Sat, Mar 21, 2009 at 10:49 AM, ej595 kiks...@yahoo.co.uk wrote: Yes , for sure it definately repaints it, but it seems that it repaints with the same contents or updated contents of the Items loaded from the inital dataprovider call ( iterator(int first, int count

AjaxTabbedPanel and javascript.

2009-03-20 Thread ej595
Im missing something here. I have a AjaxTabbedPanel which happens to contain 3 Tabs. In one of the tabs theres a snippet of script tags info (for google adsense ). When i click on the one the tabs, they switch fine. However, the tab with the javascipt Ad NO longer displays the ad, in fact with

Re: Google Adsense.

2009-02-03 Thread ej595
or not... Xhelas wrote: I have no problem with this using wicket 1.4.rc1. And i never had problem using previous versions. Regards Alexandre ej595 wrote: Hi all, im not sure if anyone else has any experience of using google adsense within your wicket html, but i seem to be finding

Google Adsense.

2009-01-31 Thread ej595
Hi all, im not sure if anyone else has any experience of using google adsense within your wicket html, but i seem to be finding that it interferes with the rendering of the wicket pages. By that i mean, if i include the adsense code in the html, when wicket renders the page i get this

GMAP2 Event Listners.

2008-12-03 Thread ej595
Not sure of the best approach. I have a list of Wicket Items (Dataview) with each plotted on a google map. Each item has a marker point which is number, and ive attached a listener to the GOverlay marker via ... marker.addListener(GEvent.click, new GEventHandler() Once the marker is clicked on

GMAP2 with Wicket AjaxTabbedPanel

2008-10-22 Thread ej595
Im having a most strange problem and im wondering if anyone has a fix at all. I have a series of ajax tabbed panels one of which is supposed to show a gmap2 google map. For some totally bizarre reason, the tab blows up with the following error ... ERROR org.apache.wicket.RequestCycle - Too

GMAP2 Custom InfoWindow (bubble)

2008-08-06 Thread ej595
Hi all, ive started using the GMAP2 Contrib for some google map work. It all seems to work pretty well in fact and im very pleased so far. However, ive not be able to figure out how to create a custom info window for when i click on a marker on the map. The default bubble is kind of ugly, and

PageableListView + AJax and loading DB contents

2008-07-23 Thread ej595
Hi all, im from a JSF background and so far ive been really impressed with what ive seen on the Wicket side of things. Im a little confused on the pagable lists, pagable datatables, ajax navigators etc. It seems that when retrieving records, the 'paging' is more client-side. By that i mean it