You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ej595 <ki...@yahoo.co.uk> on 2008/10/23 07:07:44 UTC

GMAP2 with Wicket AjaxTabbedPanel

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 many path parts, please provide
sufficient number of path parameter names"

Now, ive inspected the URI and noticed that the bookmarkable page link has
some weird googlemap url appended to it, and hence makes the bookmarkable
link seem to have more parameters then the mount statement declares. So ...
URI SHOULD be /V/2/ON/Color/Brown/  But is coming out as
/V/2/ON/Color/Brown/http://www.google.com/jsapi
I have no idea at all why this is occurring. If the same components are
stored outside the tabbedpanel, then its all fine.

Has anyone come across this, or does anyone have a workaround ?
Many thanks in advance.
-- 
View this message in context: http://www.nabble.com/GMAP2-with-Wicket-AjaxTabbedPanel-tp20124469p20124469.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: GMAP2 with Wicket AjaxTabbedPanel

Posted by Martin Funk <ma...@googlemail.com>.
Hi kiks,

could you boil that down to a quickstart. I'll be happy to look into that.

mf

2008/10/23, ej595 <ki...@yahoo.co.uk>:
>
> 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 many path parts, please provide
> sufficient number of path parameter names"
>
> Now, ive inspected the URI and noticed that the bookmarkable page link has
> some weird googlemap url appended to it, and hence makes the bookmarkable
> link seem to have more parameters then the mount statement declares. So ...
> URI SHOULD be /V/2/ON/Color/Brown/  But is coming out as
> /V/2/ON/Color/Brown/http://www.google.com/jsapi
> I have no idea at all why this is occurring. If the same components are
> stored outside the tabbedpanel, then its all fine.
>
> Has anyone come across this, or does anyone have a workaround ?
> Many thanks in advance.
> --
> View this message in context:
> http://www.nabble.com/GMAP2-with-Wicket-AjaxTabbedPanel-tp20124469p20124469.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org