John Schmidt wrote: > Hi! > > > > Have a quick question concerning the access of GET data within an action. >
> > then in action 'ListArticles' i should be able to access 'post_id' within > > executeRead() via the AgaviRequestDataHolder, no? > All correct but you have to remember that validation rules apply to these parameters as well, and by default the strict validation mode removes all unvalidated data. So, set up a validator for that post_id and you'll be able to use it in the action just like you were about to. -veikko -- Veikko Mäkinen [email protected] 044 5910 413 http://blog.veikko.fi _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
