Named actions added to the global action dictionary must be unique - however you can create any number of action instances you like and assign them to member or page variables. Does that help?
On Mar 26, 2010, at 1:24 PM, Mike Smorul wrote: >> I believe you are referring to WTKX IDs, not action names. If so, this >> behavior has been corrected for Pivot 1.5: >> http://issues.apache.org/jira/browse/PIVOT-428 >> In previous versions, includes would inherit the namespace of the parent >> WTKX file if the include was not given its own wtkx:id. This wasn't very >> intuitive. We now define an "inline" attribute for the <wtkx:include> >> element. If true, the include inherits the parent's namespace; otherwise, it >> defines its own. The default value is false. > > Sorry, wrong wording, I did mean to say action rather than id. Cool > feature on the include, that will make it much easier to break up wtkx > files that are logically in the same namespace. > > Would it be possible to have actions reside within a namespace or have > some scoping rather than being global? I know this may not be possible > since all actions have to be defined prior to loading a resource. > > Thanks, > -Mike
