[Catalyst] Problem with BindLex panicking for nothing...

2008-08-05 Thread kakimoto
Hi, guys, The URL used was http://www.select-a-bank-loan.com:3000/loanss/list?id=338;. For some silly reason, a call with a parameter of id causes this issue of [error] Caught exception in myApp::Controller::Loans-list Exception Caught-panic: Can't find ARRAY(0x8a068fc) in the the caller's

Re: [Catalyst] Problem with BindLex panicking for nothing...

2008-08-05 Thread Kieren Diment
Yeah, don't use BindLex as it failes in interesting, exotic and unpredictable ways (like the one you describe below) The latest version has a great big deprecation notice. Sorry the book is out of date on this. On 5 Aug 2008, at 21:56, [EMAIL PROTECTED] wrote: Hi, guys, The URL used

Re: [Catalyst] Problem with BindLex panicking for nothing...

2008-08-05 Thread John Romkey
On Aug 5, 2008, at 7:56 AM, [EMAIL PROTECTED] wrote: Hi, guys, The URL used was http://www.select-a-bank-loan.com:3000/loanss/list?id=338;. For some silly reason, a call with a parameter of id causes this issue of [error] Caught exception in myApp::Controller::Loans-list Exception