Yes, that is my intention, however I wanted to "prove" that I was really getting results. If I replace the "->all" I get the expected hundreds of rows that I want, but no data shows in the page.
From: Steve <[email protected]> To: [email protected] Date: 04/27/2012 09:39 AM Subject: Re: [Catalyst] No data showing It looks to me like you're returning a list. On 4/27/2012 10:07 AM, Kenneth S Mclane wrote: > OK, I still can't get "->all" to work, but this: > > $c->stash(accounts => [ > $c->model('ORANGES::AccountView')->find({account_name => 'GHODB2'}) ]); > > returns one row, as it should, but there is no data showing in my > page. Obviously the query is successful, so the data must exist or it > could not match, but I am at a loss to know where my data is and why > it isn't showing in my page. > > any ideas? > > Regards > ------------------------------------------------------------------------ > > *Kenneth McLane* 700 Locust St > Systems Compliance Services Dubuque, 52001-6838 > I1OB USA > GTS Services Delivery > Phone: +1-563-845-4674 > Tie-Line: 946-4674 > Mobile: +1-563-940-7147 > e-mail: [email protected] > ------------------------------------------------------------------------ > "Ideas come from everything" -- Alfred Hitchcock > > > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
