If you want the exception handling in all modes, just change your code to case (_, Req(path, "", GetRequest), exception)
The "_" acts as a wildcard for the mode. Derek On Tue, May 19, 2009 at 5:12 AM, Channing Walton <[email protected]>wrote: > > > > On May 18, 11:52 pm, "[email protected]" <[email protected]> > wrote: > > I think in your exception handler only Production is defined. > > Are you running on Production Mode? > > Aha, I don't think I am. I just use RunWebApp. I'll look into that > thanks. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
