Hi,

I was wondering if there is a way to mount components or Ajax events like pages in wicket. For example I execute a simple Ajax link I get this URL:
http://localhost:8012/Cart?0-1.IBehaviorListener.0-shoppingCart-form-view-shoppingCart-shoppingCart-shoppingCart.entries-0-shoppingCart.entry-delete-link
Is there a way to render these URL like the following example?
http://localhost:8012/Cart/entry/1/delete

I tried to write my own IRequestHandler and IRequestMapper to handle it at Component:urlFor but that wasn’t successful.

Cheers Fred.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to