On Tue, 2007-04-24 at 09:50 -0500, Sean Cribbs wrote: > > Then in the tag: > > > > request.params[:error] > > > > Only issue is rails doesn't put the GET params into the request.params > > object, it only puts them in the params object, which isn't accessible > > from the tag. > > > > > Try request.parameters[:error]. params is a shorthand introduced in > ActionController I believe. >
That did it! Thanks Sean. -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
