need to externalize ability to create urls targetted for behaviors into
requestcycle from abstractajaxbehavior
--------------------------------------------------------------------------------------------------------------
Key: WICKET-236
URL: https://issues.apache.org/jira/browse/WICKET-236
Project: Wicket
Issue Type: Improvement
Affects Versions: 1.3, 2.0
Reporter: Igor Vaynberg
Fix For: 1.3, 2.0
right now the url for behavior creation is only defined in
abstractajaxbehavior, we need a method on request cycle that looks like this:
requestcycle.urlfor(component,behavior,interface)
and on component like this:
component.urlfor(behavior, interface)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.