[Lift] Unable to use the YAHOO/Prototype libraries with Lift

2008-12-24 Thread dineshvasudevan
Hi All, I was starting out with lift and am working with Dan on a project. The application I am working on has a prototype/Yahoo javascript requirement. Now Lift as I understand gives a content type of application/xhtml+xml. I am having problems with executing javascript (statements like

[Lift] Re: Unable to use the YAHOO/Prototype libraries with Lift

2008-12-24 Thread dineshvasudevan
The problem came from the Yahoo inclusion. When I took the tree thing off (all the javascripts and initialization) the app started working. Thanks for all the support !!! Kudos ! On Dec 24, 1:46 pm, Marius marius.dan...@gmail.com wrote: Hi, Please

[Lift] Re: Unable to use the YAHOO/Prototype libraries with Lift

2008-12-24 Thread David Pollak
Dinesh, .innerHTML works just fine in Lift apps. I use it all over the place. In fact, every Comet update is done with an .innerHTML. To make sure it works, I put this line in a template: span id=replace_me/span script // ![CDATA[

[Lift] Problems with MappedStringIndex

2008-12-24 Thread Joachim A.
Hi, I'm sorry that I have another problem report. Recently I wanted to have a Mapper with a String uuid as primary key. I found out that MappedStringIndex does that. It didn't work though. Using it with with a derby driver threw this exception: Caused by: java.sql.SQLException: 'ID' cannot

[Lift] Re: Can or Box or something else

2008-12-24 Thread saemgh...@gmail.com
Can isn't bad. On the one hand, it's a container, on the other hand it's can I do something, and in fact both work, barring the name of Full and Empty. It still feels weird. In my opinion it's trying to concretize something abstract. Honestly, the best name for it might be something like

[Lift] Why is hudson hanging?

2008-12-24 Thread David Pollak
David (or Josh), Hudson seems to be hanging here: [INFO] Lift PayPal ... SUCCESS [34.263s] [INFO] Lift TestKit .. SUCCESS [38.955s] [INFO] Lift Core (full lift) . SUCCESS [10.850s]

[Lift] Re: error message tag

2008-12-24 Thread Derek Chen-Becker
Ah, you spoiled youngsters! My first experience on anything resembling the net was dialing up to a local BBS on a 300 baud hotel terminal that used my TV for output. I think my family got our Atari 800 PC in '86! Derek On Tue, Dec 23, 2008 at 4:42 PM, Tim Perrett he...@timperrett.com wrote:

[Lift] Re: error message tag

2008-12-24 Thread Charles F. Munat
Ah, you spoiled youngsters! My first experience was on a $1600 electric calculator that could not only do + and -, but also * and /! Unheard of in 1975 when mechanical adding machines were the rule. You had to get special permission from the teacher to touch it. Chas. Derek Chen-Becker