thanks a lot, that was it! cheers,
john -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Veikko Mäkinen Sent: Mittwoch, 28. Januar 2009 19:20 To: Agavi Users Mailing List Subject: Re: [Agavi-Users] GET access problem in action 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 _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
