[Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim, thank you for your reply. I've updated updated to 2.0-SNAPSHOT now. The submenu items still do not appear, though. Do I need to set some options or is it still the bug you mentioned? Regards, Joachim On Jan 16, 4:36 pm, Tim Nelson tnell...@gmail.com wrote: There was a bug that's been

[Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim, thanks again for the reply. I did clean out the old code. In 1.1 I've hit the bug, I think. I found the reason why it did not work with 2.0. I had to use expandAll and had to adjust the css for the menu. It's working fine now. Thanks guys! Joachim On Jan 16, 6:15 pm, Tim Nelson tnell

[Lift] Re: Where are the lift jars?

2009-03-20 Thread Joachim A.
in Settings-Editor-Virtual space . Regards, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email

[Lift] Re: MappedTextarea problem

2009-03-12 Thread Joachim A.
CSS tutorials / resources to see what you can do with it. Regards, Joachim I'm working on making my own style sheet now, thanks for the help. One more question: What if I have multiple text areas on one page but what them to be of different sizes

[Lift] How can I use unit tests with S.?(key) ?

2009-03-11 Thread Joachim A.
Hi, I have a unit test which call a method which uses the locale method S.? (String). It throws a nullpointer, though. Did I forget to setup things somewhere? Or can't I use S.? without a running request? The call to S.? works fine in a running web application. Thanks a lot, Joachim

[Lift] SHtml.ajaxInvoke

2009-03-04 Thread Joachim A.
I noticed that SHtml.ajaxInvoke now return a Tuple2(String, JsExp). What should / can I do with the first param? The source code tells me it's Lift's name for the function, but I'm unsure how I should do with it. Thanks, Joachim --~--~-~--~~~---~--~~ You

[Lift] Re: MappedTextarea problem

2009-03-03 Thread Joachim A.
It might be the case that David has some css rules which change the size of the textarea. It's easy to check in firebug or something similair to see what the applied values are. Joachim Can you post the generated XHTML for the textarea? I would want to verify that it's actually setting

[Lift] Re: IMPORTANT: Library Upgrades

2009-02-12 Thread Joachim A.
Jorge, thanks a lot for that (I especially like the JQuery 1.3.1 update). Is it possible to update to the latest blueprint css version? 0.8 was released 2009-02-06. I noticed some type/font problem in Opera with the version shipped with Lift. Joachim I've upgraded the dependencies for all

[Lift] Problems with lift:gc attributes

2009-02-11 Thread Joachim A.
onclick=lift_ajaxHandler('F470696901031JE3=true', null, null) href=javascript:// key=F470696901031JE3 The key attribute is not prefixed by lift: and thus is invalid xhtml, I think. Thanks a lot. Looking forward to the great 1.0 version, Joachim

[Lift] RewriteResponse to url of existing image file

2009-02-04 Thread Joachim A.
only work with lift resources? Thanks a lot, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send

[Lift] Re: Lift and Flex

2009-02-01 Thread Joachim A.
a comet style flex app as a bonus). Joachim As a Scala en Lift newbie I'm wondering about how much interest there is to integrate web application written in Scala (Lift?) with Flex. After many years developing Java (web) applications I'm convinced that creating rich internet applications with HTML

[Lift] S.servletRequest is empty

2009-01-31 Thread Joachim A.
Hi, I was using S.hostAndPath and was surprised that it didn't include the protocoll and path. I've found out that S.servletRequest returns Empty here. The method is called by in an actor. Is some special initialisation necessary for this setup? Thanks, Joachim

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread Joachim A.
another solution, either by configuration setting or by asking my user's comet actor (still need to check if that works). Thanks, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Potential LiftRules dispatch issue.

2009-01-28 Thread Joachim A.
Hi, I'd be interested to have a look at the code :) I was about to do the same. I'd planned to use a simple cache (by uuid) in a concurrent, weak map but EHCache might be the better solution, I guess. Thanks a lot, Joachim On this note, I wrote an image cache for use in conjunction

[Lift] Additions to JqJsCmds

2009-01-21 Thread Joachim A.
a patch for JqJsCmds. Thanks a lot for Lift, which is a pleasure to use, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe

[Lift] JQuery remote tabs problem

2009-01-21 Thread Joachim A.
! Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com For more

[Lift] Re: Additions to JqJsCmds

2009-01-21 Thread Joachim A.
Viktor, thanks for your note about IE6 and 7 so I'll avoid replacing tables, etc. Without IE the IT world would be better place ;) Did ReplaceWith work well for things like div and span? (I just noticed net.liftweb.http.js.jquery.JqJE.JqRemove, so Remove is already available.) Joachim My

[Lift] MetaMapper.toForm ignores formFields

2008-12-26 Thread Joachim A.
Hi, MetaMapper's toForm is currently defined to use mappedFieldList instead of the fields which should be displayed (formFields). Is it possible to make it use formFields? Otherwise it's hard to set the field order for toForm, I think. Joachim

[Lift] Problems with MappedStringIndex

2008-12-24 Thread Joachim A.
INTO myuuidmapper () VALUES () This means the generated id was not saved in the database. I attached an example project. Boot.scala is configured for H2 as default, the derby configuration is commented out. Regards, Joachim --~--~-~--~~~---~--~~ You received this message

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Joachim A.
David, thanks for looking into that. Here's the sample application. index.html includes two snippets, only the first one appears. Please put together a simple example (a complete compilable example) and post it. Joachim --~--~-~--~~~---~--~~ You received

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Joachim A.
David, I have to thank you and Marius for responding to quickly. Joachim Joachim, Thanks for taking the time to create an example of the failure. I've committed a fix. Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] JQuery UI Tabs : JqJE.JqTabs ?

2008-12-20 Thread Joachim A.
way to create the xhtml for those tabs. I couldn't find a reference to these methods in the whole Lift code ... Thanks a lot, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] NPE with SHtml.text

2008-12-16 Thread Joachim A.
) at net.liftweb.http.S$.mapFunc(S.scala:911) at net.liftweb.http.S$.mapFunc(S.scala:905) at net.liftweb.http.SHtml$.makeFormElement(SHtml.scala:217) at net.liftweb.http.SHtml$.text(SHtml.scala:231) Thanks, Joachim --~--~-~--~~~---~--~~ You received

[Lift] Problem with recursive MetaMapper types

2008-12-10 Thread Joachim A.
of cType so that save works? Hopefully I was able to explain the problem :) Any helps is appreciated, Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: Problem with recursive MetaMapper types

2008-12-10 Thread Joachim A.
David, thank you! This worked out of the box. Regards, Joachim Important stuff in Bold. Most notably, the type inferencer gets Lists wrong sometimes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group

[Lift] DB connection not closed?

2008-12-04 Thread Joachim A.
. bootstrap.liftweb.TransactionalWrapper is a wrapper to enable transactions with the DB, it has been given to my by David P. on this list (the code same as DB.buildLoanWrapper, I think). Thanks a lot for you help, Joachim --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: SQL queries

2008-12-02 Thread Joachim A.
), I'd manually build a cache in memory... as long as I was sure there were no external apps that could update the RDBMS out from under me. That's what I finally did. Together with manual tuning (e.g. with a prefetched map) it works very well. Thank you for your patience and help :) Joachim

[Lift] Re: A javascript method bound to lift?

2008-12-02 Thread Joachim A.
+s)      Alert(You entered: +s)   case _ = Noop  } Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group

[Lift] Re: Dynamic JqSHtml.autocompleteObj ?

2008-12-02 Thread Joachim A.
cool! I'll try that as soon as the lift snapshot on scala-tools is updated by the build system :) Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: Query param for SQL like?

2008-11-23 Thread Joachim A.
David, it works well for me. Thank you very much for your quick response and implementation! Joachim On 21 Nov., 20:06, David Pollak [EMAIL PROTECTED] wrote: I've just committed up a Like operator in Mapper.  Please give it a try and let me know how it works. On Fri, Nov 21, 2008 at 8:02 AM

[Lift] Re: Snippets of abstract super class not found

2008-11-21 Thread Joachim A.
David, thanks for the reply! I'm using a trait now instead of the abstract class. Using the trait works well. Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email

[Lift] Query param for SQL like?

2008-11-21 Thread Joachim A.
also found BySql and InThing but I don't know what they do :) Can I do SQL's Like operator with the mapper classes? If yes, how? Thank you very much! Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group

[Lift] Re: DB transactions - how?

2008-11-20 Thread Joachim A.
David, thanks a lot for your help. The code works perfectly. Joachim On 17 Nov., 05:45, David Pollak [EMAIL PROTECTED] wrote: Joachim, Many moons ago, Lift automatically created a JDBC transaction when it started handling an HTTP request and committed/released the connection at the end

[Lift] DB transactions - how?

2008-11-15 Thread Joachim A.
grepped the lift source code. No matches for transaction or rollback except in DB. How can I open a transaction and how can I rollback? Thanks a lot for any help! Joachim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups