Ticket #19 (assigned task)

Opened 5 years ago

Last modified 5 years ago

add context support to actions

Reported by: asaddi Assigned to: asaddi (accepted)
Priority: critical Milestone: nice-to-have
Component: render engine Version: svn-trunk
Keywords: Cc:

Description

Add support for contexts (arbitrary parameters) to actions.

    <t:comp id="mylink" type="Link" context="foo">Some Link</t:comp>

Would result in the action URL:

/SomePage.do/mylink/foo

Somehow support an arbitrary number of contexts. Event handlers listening on "mylink" may optionally be passed the context value.

This follows Tapestry 5 Component Events.

Change History

11/30/06 15:05:46 changed by asaddi

Support context parsing for page requests too?

12/01/06 14:25:22 changed by asaddi

  • version changed from 0.5 to svn-trunk.

12/17/06 11:08:40 changed by asaddi

  • priority changed from major to critical.
  • status changed from new to assigned.