Regarding signup problem, I have no idea why it doesn't work and it is strange that there is no exception. The signup request is sent but then the messages page isn't opened and the user data isn't written into the db.
D. On Wed, Sep 9, 2009 at 5:14 AM, Richard Hirsch<[email protected]> wrote: > Localization and making code maintenance easier. I always find it more > convenient when I don't have to dig through lots of source code files > when having to change strings. > > D. > > On Tue, Sep 8, 2009 at 6:03 PM, David > Pollak<[email protected]> wrote: >> On Mon, Sep 7, 2009 at 6:47 AM, Richard Hirsch <[email protected]>wrote: >> >>> I've started removing the hard-coded string from the HTML files >> >> >> Why? Are you thinking about localization (in which case, Lift has some nice >> tricks) or are you thinking about customization? >> >> >>> but >>> I've experienced a strange effect that I can't explain. >>> >> >> >> >>> >>> I started with the sign-up page and started working on it. Some how >>> something changed and the sign up page now longer works. I can hit the >>> sign up button and nothing happens. I did a fresh deployment without >>> any of my changes >>> (http://esmecloudserverapache.dickhirsch.staxapps.net/signup) and it >>> still doesn't work. >>> >>> I've tried locally and I have the same problem. There are no log >>> entries and I have no idea what the problem is. >>> >>> Does anyone have an idea what the problem could be? >>> >> >> I'll look into it. >> >> >>> >>> Thanks. >>> >>> D. >>> >> >> >> >> -- >> Lift, the simply functional web framework http://liftweb.net >> Beginning Scala http://www.apress.com/book/view/1430219890 >> Follow me: http://twitter.com/dpp >> Git some: http://github.com/dpp >> >
