[Lift] Re: Please Welcome Al Thompson to the Lift committers

2008-10-03 Thread Marius
WELCOME Al ! On Oct 3, 3:14 am, David Pollak [EMAIL PROTECTED] wrote: Folks, I've know Al Thompson for longer than any of the other Lift committers. Cast you mind back to '97... I was doing crazy things with browser-based, multi-user spreadsheets. Al was my technical liaison at Sun. Now

[Lift] Re: Todays questions

2008-10-03 Thread Marius
I guess you could disable the submit button on first submit? ... on server side you could get rid of the processing function from the cache that is associated with that specific thing. However this kind of seems unnecessary for your use-case ... maybe. Br's, Marius On Oct 3, 3:55 am, Oliver

[Lift] Re: Todays questions

2008-10-03 Thread Tim Perrett
I guess you could disable the submit button on first submit? ... on server side you could get rid of the processing function from the cache that is associated with that specific thing. However this kind of seems unnecessary for your use-case ... maybe. Its funny you mention that Marius - not

[Lift] Re: error page

2008-10-03 Thread Marius
The run mode is coming from Props.mode Br's, Marius On Oct 3, 2:16 pm, Tim Perrett [EMAIL PROTECTED] wrote: Hey Marius, Thats right, the RunModes... If you wanted to specify a different error setup depending on the run mode, how would you do so? Cheers Tim

[Lift] Re: Why does template localization not use ISO 3166 country codes?

2008-10-03 Thread Tim Perrett
Ah yes indeed - wow, sorry, just being dumb. I couldnt remember if it was hyphen or underscore! Cheers guys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] Re: Todays questions

2008-10-03 Thread Marius
On Oct 3, 2:11 pm, Tim Perrett [EMAIL PROTECTED] wrote: I guess you could disable the submit button on first submit? ... on server side you could get rid of the processing function from the cache that is associated with that specific thing. However this kind of seems unnecessary for

[Lift] Re: Db4o Integration

2008-10-03 Thread Bjarte S. Karlsen
efleming969: I'm trying to convert a scala + wicket + db4o application to Lift + db4o. I'm using a standard ServletContextListener to shutdown my database file. This sounds really cool. Are you able to share this when you are done? Or blog a tutorial about it? -- With kind regards / Med

[Lift] Re: Todays questions

2008-10-03 Thread David Pollak
On Thu, Oct 2, 2008 at 5:55 PM, Oliver [EMAIL PROTECTED] wrote: Thanks for the answers Another related question - Is there any functionality in lift to prevent multiple submits (e.g. the browser is slow for whatever reason and the user presses the submit button multiple times)? I'll add

[Lift] booleans in fieldOrder cause infinite list?

2008-10-03 Thread Charles F. Munat
When I add a boolean to the fieldOrder list, maven runs out of heap space on compile. As far as I can tell, the fieldOrder list becomes infinite. Here is an example: object Thing extends Thing with KeyedMetaMapper[Long, Thing] { override def dbTableName = things override def fieldOrder =

[Lift] New JPA Demo version

2008-10-03 Thread Derek Chen-Becker
I added in Oliver's UserType support for enums and some utility methods on the Model object (wrapEM). I didn't have time this week to work on getting JNDI and JTA to work in Jetty, but hopefully next week will be slightly less crazy. Derek --~--~-~--~~~---~--~~