Re: [Catalyst] Custom error handling

2009-07-05 Thread Tomas Doran
On 5 Jul 2009, at 05:32, kakim...@tpg.com.au wrote: Any idea of how to get a custom screen up? You're not clearing the errors, so Catalyst gives you an error screen: http://search.cpan.org/~flora/Catalyst-Runtime-5.80007/lib/ Catalyst.pm#$c-%3Eclear_errors Cheers t0m

Re: [Catalyst] Custom error handling

2009-07-05 Thread kakimoto
hello Tomas and everyone, Thank you for that. I got it working. What I also did was the in the case of an exception, I will redirect the user back to the main page with the error shown. I would like to share what I did. On Root.pm-end: I passed the error message to the flash (I have

[Catalyst] how to implement Transactions (over different db tables) in a Catalyst project

2009-07-05 Thread kakimoto
hi , everyone, i m trying to put transactions in place for my catalyst project. For example, I would like to create a new user subscription. What this does is, - create two new Address objects (Address db table) where one's for billing address and another for main contact. - create a new

Re: [Catalyst] OpenID and SREG

2009-07-05 Thread Trevor Phillips
On Sat, Jul 4, 2009 at 5:43 PM, Trevor Phillipstrevor.phill...@gmail.com wrote: Disappointingly, it looks like many providers don't offer SREG details - Google, Yahoo, LiveJournal didn't return anything. MyOpenID did though. Doing a bit more reading, it looks like Google won't support SREG,