I am writing my own IRequestCodingStrategy that will be returned by
getRequestCodingStrategy() in a subclass of DefaultWebRequestCycleProcessor.
I use my IRequestCodingStrategy to translate a URL like
"index.jsp?content_id=17" into "/press/articles/this_is_my_headline.html"
using decode() and encode() methods. It works pretty nice so far. However, I
have a problem with Button or Link events that worked before. I mean these
Buttons or Links, that have their onSubmit or onClick method overwritten.
When I hover over these elements in the Browser, I see that the URL is still
in the default Wicket style like "Component::bla::[0]". When I trigger the
action, nothing works really. Obviously my IRequestCodingStrategy and the
way event methods are invoked, is not coupled together yet. How would I
implement that? Is there a good tutorial maybe? 
-- 
View this message in context: 
http://www.nabble.com/Handling-click-events-in-your-custom-IRequestCodingStrategy-tp17595141p17595141.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to