I don't know if it suits to your case, but you could use ComponentEventLinkEncoder to decode the request path... This will return you an object from which you can extract activation context values.
Hope that helps 2010/9/5 Markus Feindler <[email protected]> > Need it for portlet implementation. > > Hi >> >> What is the purpose ? I guess you are dealing with some kind of dynamic >> stuff, please can you give more details ? >> >> 2010/9/5 Markus Feindler<[email protected]> >> >> Hey folks, >>> >>> I need to access page field values annotated with >>> ActivationRequestParameters in order to retrieve the values. Reflection >>> doesnt work, because the fields are private and a >>> java.lang.IllegalAccessException is thrown. Whats the right way to >>> retrieve >>> the values / activation request parameters? >>> >>> Regards >>> Markus >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Christophe Cordenier. Committer on Apache Tapestry 5 Co-creator of wooki @wookicentral.com
