You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by armandoxxx <ar...@dropchop.com> on 2013/08/02 12:08:35 UTC

Wicket consumig ajax request of other plugin

Hey ... 

Is there a way to let wicket know that some requests must be ignored ? 
(using wicket 6.9)

I use highcharts charts and export chart method creates post request to
server which should be handled by export servlet .. instead wicket processes
the request and ofc throws error ... 

Any help appreciated 

regards

Armando



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-consumig-ajax-request-of-other-plugin-tp4660649.html
Sent from the Users forum 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: Wicket consumig ajax request of other plugin

Posted by Martin Grigorov <mg...@apache.org>.
Great!

On Fri, Aug 2, 2013 at 1:14 PM, armandoxxx <ar...@dropchop.com> wrote:

> Fixed it
>

Next time please share your solution so other users can benefit too.
Thanks!


>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-consumig-ajax-request-of-other-plugin-tp4660649p4660652.html
> Sent from the Users forum 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: Wicket consumig ajax request of other plugin

Posted by armandoxxx <ar...@dropchop.com>.
Fixed it 





--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-consumig-ajax-request-of-other-plugin-tp4660649p4660652.html
Sent from the Users forum 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: Wicket consumig ajax request of other plugin

Posted by armandoxxx <ar...@dropchop.com>.
and !? 

sorry cant understand what you're saying ... 

my wicket app filter is on /

and my urls I want to ignore are on /service .. 

is there a way to do it or ?? 

regards

Armando



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-consumig-ajax-request-of-other-plugin-tp4660649p4660651.html
Sent from the Users forum 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: Wicket consumig ajax request of other plugin

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

See <filter-mapping> and <servlet-mapping> in web.xml


On Fri, Aug 2, 2013 at 12:08 PM, armandoxxx <ar...@dropchop.com>wrote:

> Hey ...
>
> Is there a way to let wicket know that some requests must be ignored ?
> (using wicket 6.9)
>
> I use highcharts charts and export chart method creates post request to
> server which should be handled by export servlet .. instead wicket
> processes
> the request and ofc throws error ...
>
> Any help appreciated
>
> regards
>
> Armando
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-consumig-ajax-request-of-other-plugin-tp4660649.html
> Sent from the Users forum 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
>
>