Re: [Lift] New Lift release process wiki page

2009-12-10 Thread Charles F. Munat
Nice Kris Nuttycombe wrote: On Thu, Dec 10, 2009 at 9:26 PM, Indrajit Raychaudhuri indraj...@gmail.com wrote: On 11/12/09 9:48 AM, Kris Nuttycombe wrote: Right, but the moment another commit goes on the branch you no longer can see exactly where the release was cut from. Thus it's

[Lift] Re: Easy way to force IE7 only to quirks mode

2009-10-27 Thread Charles F. Munat
Thanks! David Pollak wrote: On Mon, Oct 26, 2009 at 9:27 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I have an ExtJS form that it failing in IE7 Standards mode (works fine on IE8 or in quirks mode on IE7). I don't want to force quirks mode on all

[Lift] Easy way to force IE7 only to quirks mode

2009-10-26 Thread Charles F. Munat
I have an ExtJS form that it failing in IE7 Standards mode (works fine on IE8 or in quirks mode on IE7). I don't want to force quirks mode on all browsers or serve the form improperly. I read that inserting a comment between the XML processing tag and the DOCTYPE declaration will force IE7 to

[Lift] Re: Are we willing to make a breaking change for Joda Time?

2009-10-16 Thread Charles F. Munat
You have looked at Scala Time, right? I think some of this may already be implemented there, and it would probably be better to extend that rather than reinvent it. But maybe I'm thinking about something else? http://github.com/jorgeortiz85/scala-time Chas. Derek Chen-Becker wrote: Oh, I

[Lift] Re: Are we willing to make a breaking change for Joda Time?

2009-10-16 Thread Charles F. Munat
: I thought we had this discussion in some other thread and because scala-time wasn't 1.0 there was a general reluctancy to use it? We could cherry pick some of the code however; im sure Jorge wouldn't mind :-) Cheers, Tim On 16 Oct 2009, at 11:30, Charles F. Munat wrote: You have

[Lift] Re: VCard parser...

2009-09-29 Thread Charles F. Munat
Oh, it's no problem, dude! I've been meaning to pick up a bottle of this Jacobsen Vintage #2 beer for a while now, but it's only available in Europe. Maybe you could ship me one? http://www.carlsberggroup.com/brands/Pages/Jacobsen_Vintage_no_2.aspx Chas. :-) marius d. wrote:

[Lift] Re: You are not banned from this group!!

2009-09-24 Thread Charles F. Munat
my nails for months and haven't felt like communicating or working. Things are starting to look good for him so maybe Im back. I'll send you a beer and lots of hugs. cheers Oliver On Thu, Sep 24, 2009 at 12:08 PM, Charles F. Munat c...@munat.com mailto:c

[Lift] Re: You are not banned from this group!!

2009-09-23 Thread Charles F. Munat
Funny, I was just wondering what happened to you maybe two days ago. Are you back, or just checking in? Chas. Oliver Lambert wrote: On Tue, Sep 22, 2009 at 7:21 AM, David Pollak feeder.of.the.be...@gmail.com mailto:feeder.of.the.be...@gmail.com wrote: I will gladly buy

[Lift] Turning off garbage collection

2009-09-21 Thread Charles F. Munat
Is it possible to turn off garbage collection on an individual page if there's nothing to be garbage collected on that page? If so, how does one do it? Is it possible to turn off garbage collection completely? If so, how? I can't seem to find this anywhere. Chas.

[Lift] Dependency hell? More JPA trouble...

2009-09-21 Thread Charles F. Munat
I am getting the following error. I've been up all night trying to track this down with no luck. It seems it has something to do with the GCLib dependency (and, in fact, when I look at the JavaDocs for GCLib, there is no such method). In the target WEB-INF/lib directory, I find:

[Lift] Re: Turning off garbage collection

2009-09-21 Thread Charles F. Munat
pages? Thanks, Xavi On Mon, Sep 21, 2009 at 4:41 AM, Timothy Perrett timo...@getintheloop.eu wrote: Chas, This has been asked a million times on list - did you not try searching one of the many archives? LiftRules.enableLiftGC = false; Tim On 21 Sep 2009, at 08:37, Charles F. Munat

[Lift] Re: Turning off garbage collection

2009-09-21 Thread Charles F. Munat
On 21 Sep 2009, at 08:37, Charles F. Munat wrote: Is it possible to turn off garbage collection on an individual page if there's nothing to be garbage collected on that page? If so, how does one do it? Is it possible to turn off

[Lift] Re: Turning off garbage collection

2009-09-21 Thread Charles F. Munat
. Thanks, David LiftRules.enableLiftGC = false; Tim On 21 Sep 2009, at 08:37, Charles F. Munat wrote: Is it possible to turn off garbage collection on an individual page if there's nothing to be garbage collected on that page? If so, how does

[Lift] Re: Dependency hell? More JPA trouble...

2009-09-21 Thread Charles F. Munat
That's super useful. Thanks! As I suspected, it's the joda-time jar. But luckily so far it seems to work with the other version of gclib. Chas. Aaron Valade wrote: On Sep 21, 2009, at 9:00 AM, Charles F. Munat wrote: Thanks. Pulling the JTA exception out and deleting the 2.0.2 jar

[Lift] Re: You are not banned from this group!!

2009-09-21 Thread Charles F. Munat
But were the sneakers any good? Chas. David Pollak wrote: Folks, Google Groups has apparently sent messages to a number of folks posting to the Lift group telling them that they were banned. This is simply wrong and sucks for the people who received the messages. There has been one

[Lift] Weird JPA behavior

2009-09-18 Thread Charles F. Munat
I have an object with associated objects which have associated objects. The first is an Application. An application is associated with a Member. The Member is associated with sets of StreetAddresses and Telephones. In the Application class I have a toHTML method that lays out the detail from

[Lift] Re: JPA with more than one front end (Maven! sigh...)

2009-09-17 Thread Charles F. Munat
, 2009 at 10:32 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I have a Lift project with a JPA backend subproject, and then two Lift front ends that access the same back end, also as subprojects. So my master pom.xml looks like this: modules

[Lift] Re: JPA with more than one front end (Maven! sigh...)

2009-09-17 Thread Charles F. Munat
On Thu, Sep 17, 2009 at 12:03 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Actually, I figured that out. They're included. But I have a different problem now -- one that you might know the answer to. I'm loading this war file up

[Lift] Re: JPA with more than one front end (Maven! sigh...)

2009-09-17 Thread Charles F. Munat
, 2009 at 12:03 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Actually, I figured that out. They're included. But I have a different problem now -- one that you might know the answer to. I'm loading this war file up in JBossWeb (basically a hopped-up Tomcat

[Lift] Re: JPA with more than one front end (Maven! sigh...)

2009-09-17 Thread Charles F. Munat
defines the order that the modules are loaded, which is why the spa module is first. Derek On Thu, Sep 17, 2009 at 2:24 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: It's not the AS, it's the souped-up Tomcat (JBoss Web). All their examples are WARs. But sure

[Lift] JPA with more than one front end (Maven! sigh...)

2009-09-16 Thread Charles F. Munat
I have a Lift project with a JPA backend subproject, and then two Lift front ends that access the same back end, also as subprojects. So my master pom.xml looks like this: modules moduleweb/module moduleweb2/module modulespa/module /modules Works beautifully. Web responds

[Lift] Spring Security

2009-09-15 Thread Charles F. Munat
Has anyone tried using Spring Security (formerly Acegi) in Lift? If so, care to comment on the experience? Suggestions? Pitfalls? Thanks! Chas. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Spring Security

2009-09-15 Thread Charles F. Munat
, Charles F. Munat c...@munat.com wrote: Pretty much drop-in capability, integration with CAS or JOSSO for single-sign-on, easy integration of OpenID, easy integration with OpenLDAP, documentation (for the next developer), six years of debugging and tweaking, and not reinventing the wheel

[Lift] Re: Spring Security

2009-09-15 Thread Charles F. Munat
Whew. You had me worried. The current Lift system works with Mapper. If you're using JPA you pretty much have to roll your own. Even with the Mapper version, plenty of work is involved. So I agree, this is an area where it would be nice to have something ready to go for folks who just need

[Lift] Re: Spring Security

2009-09-15 Thread Charles F. Munat
David Pollak wrote: The existing page/URL level security has nothing to do with Mapper. There's nothing that can be done with Mapper that can't be done with JPA (with the exception of Mapper's field-level access control which, to my knowledge, is not being used anywhere.) I meant that

[Lift] Re: Lift deal breakers

2009-09-14 Thread Charles F. Munat
Done David Pollak wrote: On Sat, Sep 12, 2009 at 11:48 AM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I, too, would like to be able to move the liftAjax script call to the bottom of the page. Open a ticket and I'll see what I can do... it shouldn't

[Lift] Re: Best way to write a wizard

2009-09-14 Thread Charles F. Munat
Gotta love a tool called bind-o-matic. Is it available from Ronco? Does it come with bonus laxatives? But wait, there's more! Ugh. Chas. David Pollak wrote: On Sun, Sep 13, 2009 at 10:52 AM, Josh Suereth joshua.suer...@gmail.com mailto:joshua.suer...@gmail.com wrote: All,

[Lift] JodaTime and JPA

2009-09-14 Thread Charles F. Munat
It occurs to me that I should probably share this. I've been using Jorge's wonderful Scala wrapper for JodaTime and I needed to persist DateTime and LocalDate. I found a Hibernate project that makes this possible. (Note that Jorge's wrapper is a work in progress and doesn't cover everything

[Lift] Re: Lift deal breakers

2009-09-14 Thread Charles F. Munat
use the Lift JSON stuff much, so it doesn't really affect me anyway. If I find anything about actual speed differences, I'll let you know. Chas. Viktor Klang wrote: On Mon, Sep 14, 2009 at 9:29 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: When you say

[Lift] Re: The bridge of sorrows

2009-09-14 Thread Charles F. Munat
You, Sir Lancelot on the quest I seek the Holy Grail may cross the bridge of sorrows... David Pollak wrote: What is your name? What is your quest? What is your favorite color? How do you do this in Lift? http://demo.liftweb.net/simple_wizard -- Lift, the simply functional web

[Lift] Re: Lift deal breakers

2009-09-13 Thread Charles F. Munat
+1 I would much prefer it if all JS were in external files (synthetic as necessary) and simply attached to the DOM via ids or classes. I have been building my sites this way for years, and I find it the best practice for reasons already put forth in this discussion. Chas. Timothy Perrett

[Lift] Re: Lift deal breakers

2009-09-13 Thread Charles F. Munat
I'm afraid I have to disagree. As a website developer, I've been putting all my JS into an external file (per page when necessary) for many years without any problems. Every good JS programmer I know does the same. It is considered *more* not less robust to put the JS in an external file and

[Lift] Re: Lift deal breakers

2009-09-13 Thread Charles F. Munat
marius d. wrote: I'm thinking that instead of: button onclick=liftAjax.lift_ajaxHandler ('F1029758482780OTA=true',null, null, null); return false;Press me/ button We could have: button onclick=liftAjax('F1029758482780OTA')Press me/button This is not what I had in mind at all. You

[Lift] Re: Lift deal breakers

2009-09-13 Thread Charles F. Munat
the road someone will have time to look at it. Thanks for the clarification! Chas. marius d. wrote: On Sep 13, 8:00 pm, Charles F. Munat c...@munat.com wrote: marius d. wrote: I'm thinking that instead of: button onclick=liftAjax.lift_ajaxHandler ('F1029758482780OTA=true',null, null

[Lift] Re: Lift deal breakers

2009-09-13 Thread Charles F. Munat
is up-to-date from that time. This means jetty-reloads will reload the class and ensure the next refresh pulls a new version. It's a bit tricky to get set up at first, but worked great! Hopefully this input is helpful! - Josh On Sun, Sep 13, 2009 at 8:48 PM, Charles F. Munat c

[Lift] Re: Lift deal breakers

2009-09-12 Thread Charles F. Munat
I, too, would like to be able to move the liftAjax script call to the bottom of the page. Chas. Dustin Whitney wrote: Hey, I like Lift so in an effort to improve it I am submitting some criticism. Obtrusive javascript: when I create an ajaxButton I get this html: button

[Lift] Re: MappedDate.setFromAny only works with strings?

2009-09-12 Thread Charles F. Munat
+1 for joda or scala time if it's not too disruptive Chas. Indrajit Raychaudhuri wrote: Also, the LiftRules.parseDate function currently does DateTime parsing, so I would have to make a breaking change to rename it to parseDateTime and add new parseDate and parseTime (and associated format

[Lift] Checksum problems still?

2009-09-12 Thread Charles F. Munat
I created a blank JPA lift project using this: mvn archetype:generate \ -DarchetypeRepository=http://scala-tools.org/repo-snapshots \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-jpa-basic \ -DarchetypeVersion=1.1-SNAPSHOT \ -DgroupId=com.foo.jpaweb \

[Lift] dynamic javascript files

2009-09-10 Thread Charles F. Munat
Memory fails. How do I create a dynamic .js file with scala and then serve it through lift? I did this before, but now my brain has gone blank. I want to preload some JS variables for use in other scripts, generating the variable content via scala. Entiende? Chas.

[Lift] Re: dynamic javascript files

2009-09-10 Thread Charles F. Munat
at 4:43 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Memory fails. How do I create a dynamic .js file with scala and then serve it through lift? I did this before, but now my brain has gone blank. I want to preload some JS variables for use in other scripts

[Lift] Re: dynamic javascript files

2009-09-10 Thread Charles F. Munat
Thanks. I'll play with that. Chas. David Pollak wrote: On Thu, Sep 10, 2009 at 5:04 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: That works. Thanks! So if I wanted to build a large JavaScript script in pieces in different files, and then combine

[Lift] Re: Milestone 5 now available!

2009-09-09 Thread Charles F. Munat
I should've been a lawyer, huh? TylerWeir wrote: You must be talking about those other guys. All I did was make an hour-long job into a six-hour job :) On Sep 9, 5:02 am, Charles F. Munat c...@munat.com wrote: You must be talking about those other guys. All I did was make an hour-long

[Lift] Re: Upcoming 1.1-M5?

2009-09-06 Thread Charles F. Munat
1.1-M5 was to be done on Friday, but I accidentally misplaced my credentials for the server, and am waiting until Josh gets back from Labor Day weekend. It will be out tomorrow or Tuesday at the latest. Sorry for the delay. Chas. Munat jon wrote: Hey, Just wondering if there are plans to

[Lift] Re: Using Roles and LIftRules.authentication

2009-09-04 Thread Charles F. Munat
There is a big difference between authentication (making sure someone is who they claim to be) and authorization (making sure that now that we know who they are, they have permission to do what they're trying to do). It seems to me that what you're referring to is a Role-Based Access Control

[Lift] Re: self-reference relationship

2009-08-30 Thread Charles F. Munat
Are your objects persisted, and, if so, are you using Mapper or JPA/Hibernate (or something else)? Chas. surfman wrote: I spent two days finishing following todo and pocketchange. Both apps run well on my machine, and I understand I need more helpful tutorial, but no idea where to find

[Lift] Re: Question about Lift/Scala Lift Discussion Board

2009-08-30 Thread Charles F. Munat
Just my two cents, but I think establishing a separate forum at this point is a mite premature. What problem, exactly, is it that we're trying to solve? Chas. Naftoli Gugenheim wrote: Once again, I don't see how you can discuss it until you know that David's fine with it. Personally I

[Lift] Re: Question about Lift/Scala Lift Discussion Board

2009-08-30 Thread Charles F. Munat
I agree that it's kind of silly to talk about DPP's approval. This isn't source code related. Anyone can establish any forum he or she wants to, and if someone wants a separate Lift forum . . . The question, then, in my mind is whether adding a forum adds some needed capability (or

[Lift] Re: Question about Lift/Scala Lift Discussion Board

2009-08-30 Thread Charles F. Munat
More than 1300 people? Really? Wow. Well, then maybe a second forum isn't premature. Man, I had no idea. When did that happen? Chas. David Pollak wrote: On Sat, Aug 29, 2009 at 3:59 PM, Artem art...@gmail.com mailto:art...@gmail.com wrote: Hey! I stumbled on Lift a

[Lift] Re: Question about Lift/Scala Lift Discussion Board

2009-08-30 Thread Charles F. Munat
. This group is hard to find and hard to search. On Aug 30, 3:00 pm, Charles F. Munat c...@munat.com wrote: Just my two cents, but I think establishing a separate forum at this point is a mite premature. What problem, exactly, is it that we're trying to solve? Chas. Naftoli Gugenheim wrote

[Lift] Re: Question about Lift/Scala Lift Discussion Board

2009-08-30 Thread Charles F. Munat
. I think it will be better to have a user friendly forum where everything is organized according to its category and easily accessible. This group is hard to find and hard to search. On Aug 30, 3:00 pm, Charles F. Munat c...@munat.com wrote: Just my two cents, but I think establishing

[Lift] Re: Using Lift to build a Web Service and the PUT HTTP method??

2009-08-28 Thread Charles F. Munat
If, for example, you are sending an id property, then you should be able to get it through the Req object via params: req.params(id) That's how I do it, but without seeing what you're sending, I can't be sure how you would do it. It works the same way as with POST, so I'm not sure why you

[Lift] Re: Creating your own tags?

2009-08-28 Thread Charles F. Munat
Security by obscurity, eh? Timothy Perrett wrote: Its not that I want to completely stop the normal lift tag processing, I don't, I just want to make it appear to users as if they are not using lift... That might sound crazy, but essentially I want users to only know about that tags they are

[Lift] Re: Something you might find useful: easy lazy loading of page sections

2009-08-27 Thread Charles F. Munat
Nice! David Pollak wrote: This is nifty... I think it's worthy of inclusion in Lift. Thanks for the suggestion! On Wed, Aug 26, 2009 at 2:44 PM, harryh har...@gmail.com mailto:har...@gmail.com wrote: Let's say you have a bit of a page like so: lift:SomeSnippet.section

[Lift] Re: Multiple sites, same login

2009-08-27 Thread Charles F. Munat
This is good to know about. Thanks! Marc Boschma wrote: Maybe https://opensso.dev.java.net/ might be of interest? Might also be a bit of work... Marc On 26/08/2009, at 2:53 AM, Charles F. Munat wrote: Now this is an interesting idea. I'll think about it... Thanks! Chas. David

[Lift] Re: Multiple sites, same login

2009-08-25 Thread Charles F. Munat
Now this is an interesting idea. I'll think about it... Thanks! Chas. David Pollak wrote: On Mon, Aug 24, 2009 at 3:23 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I'm building two Lift applications that access the same back end database -- one

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
Nope. Same error, even after blowing away m2 and rerunning the basic archetype to create a new app. Chas. Charles F. Munat wrote: No on blowing away m2. I did switch to the blank archetype (which is what I actually wanted) and it worked fine. But I can try again with the basic and blowing

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
. The archetype looks ok to me ... Am I missing something? Br's, Marius On Aug 24, 9:06 am, Charles F. Munat c...@munat.com wrote: Nope. Same error, even after blowing away m2 and rerunning the basic archetype to create a new app. Chas. Charles F. Munat wrote: No on blowing away m2. I did

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
couple of days so I'll make sure they are all working correctly when I do the code refactoring. Cheers, Tim On 24/08/2009 09:49, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Hi, Marius... I

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
/pom.xml quite likely would help better. /Indrajit NB: I have had created a lift jpa project internally and played with it for sometime. It took a while to filter out the exact delta wrt the barebone archetype. Hope this helps. On Aug 24, 1:49 pm, Charles F. Munat c...@munat.com wrote: Hi

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
make sure they are all working correctly when I do the code refactoring. Cheers, Tim On 24/08/2009 09:49, Charles F. Munat c...@munat.com wrote: Hi, Marius... I don't know what you mean by Are you using master? What I did was use the Maven archetype to create a basic JPA lift app

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
clean:clean install. That inherently means version 1.1-SNAPSHOT Br's, marius On Aug 24, 11:49 am, Charles F. Munat c...@munat.com wrote: Hi, Marius... I don't know what you mean by Are you using master? What I did was use the Maven archetype to create a basic JPA lift app. Then I changed

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
24, 11:09 pm, Charles F. Munat c...@munat.com wrote: I'm on a new laptop. I didn't do any git pulls of Lift stuff. I just installed Scala with the IZ installer and then Maven, then I ran the archetype command to create a basic JPA app and let it build the m2 repository on my machine. When

[Lift] Re: JPA blank archetype

2009-08-24 Thread Charles F. Munat
been updated since then. That's what your original error was, and it's why it's grabbing an older version of the jar :(. Let me see if I can figure out why hudson won't recalculate the checksums. Derek On Mon, Aug 24, 2009 at 2:13 PM, Charles F. Munat c...@munat.com mailto:c

[Lift] Multiple sites, same login

2009-08-24 Thread Charles F. Munat
I'm building two Lift applications that access the same back end database -- one is for the public site, and the other, which will use a subdomain, is for administration of the public site. A third application will access a separate database, but will be related to the previous two sites.

[Lift] JPA blank archetype

2009-08-23 Thread Charles F. Munat
Anyone know offhand what the mvn command is to create a blank JPA project (split, not single)? We should probably collect all the archetype commands and put them on the new wiki (and keep them up to date with the latest version number). I'm happy to do it if I can figure out what the right

[Lift] Re: JPA blank archetype

2009-08-23 Thread Charles F. Munat
] [ERROR] BUILD FAILURE H. Ideas? Chas. Charles F. Munat wrote: Anyone know offhand what the mvn command is to create a blank JPA project (split, not single)? We should probably collect all the archetype commands and put them on the new wiki

[Lift] Re: JPA blank archetype

2009-08-23 Thread Charles F. Munat
PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I found this in the lift book and used it: mvn archetype:generate \ -DarchetypeRepository=http://scala-tools.org/repo-snapshots \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-jpa

[Lift] Re: Using ExtJS with Lift?

2009-08-07 Thread Charles F. Munat
I'm using Ext Js 3.0 in a couple of Lift projects (just as soon as I finish this damn desktop app -- hopefully by Monday). Would be interested in anything you're doing re Ext Js. Chas. Stefan Scott wrote: Hi Dirk - Nice to meet you. I'm still rather new to lift myself, and completely new

[Lift] Re: Class not found?

2009-06-22 Thread Charles F. Munat
was not found. Thanks, David On Fri, Jun 19, 2009 at 6:53 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I'm still confused about this: WARN - Snippet Failure: SnippetFailure(/events/competitions/ - ParsePath(List(events, competition, index),,true

[Lift] Firebug error message for AJAX

2009-06-16 Thread Charles F. Munat
I'm getting the following error in Firebug: YAHOO.lift is undefined url = YAHOO.lift.buildURI(addPageName('/...nSuccess(res);}, failure : onFailure }); I have the following scripts: script src=/scripts/yahoo-dom-event/yahoo-dom-event.js type=text/javascript/script script

[Lift] Re: Firebug error message for AJAX

2009-06-16 Thread Charles F. Munat
/index.php/HowTo_use_Lift_with_YUI Marius On Jun 16, 11:58 pm, marius d. marius.dan...@gmail.com wrote: You need one more script src=/classpath/liftYUI.js type=text/javascript/script Br's, Marius On Jun 16, 11:30 pm, Charles F. Munat c...@munat.com wrote: I'm getting the following

[Lift] Re: New version of master.pdf for the Lift Book

2009-06-10 Thread Charles F. Munat
There is soldering involved? I used to solder when I was in the Navy... (Sorry, Tim. Can't resist sometimes.) Chas. Derek Chen-Becker wrote: I'm a bit of a perfectionist when it comes to things like this. It will never be good enough for me ;) On Fri, Jun 5, 2009 at 5:43 PM, Timothy

[Lift] Re: Programming in Scala #5, Lift Book #8, Beginning Scala #9

2009-06-10 Thread Charles F. Munat
2nd edition? Derek Chen-Becker wrote: No, the book ended up being much larger than they anticipated and if I understand it correctly, their workflow process could not handle that many chapters/sections. We had two options: wait for APress to fix the workflow and miss having the book out

[Lift] Data model graph

2009-06-01 Thread Charles F. Munat
Anyone know of an easy way to graph the data model of a JPA Lift app? I'm guessing there might be a way to do it with Eclipse or NetBeans. Chas. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Continued problems with JPA archetypes

2009-06-01 Thread Charles F. Munat
Hi, Derek, There are definitely some bugs since the move to 2.7.4. I mentioned the missing templates-hidden folder for one of the archetypes (basic, I think). It's missing for the other as well (blank?). I was able to get a blank one up and running and things seem to be going smoothly, but

[Lift] Re: Continued problems with JPA archetypes

2009-06-01 Thread Charles F. Munat
bugs today. Derek On Sun, May 31, 2009 at 11:26 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Hi, Derek, There are definitely some bugs since the move to 2.7.4. I mentioned the missing templates-hidden folder for one of the archetypes (basic, I think

[Lift] Re: Continued problems with JPA archetypes

2009-06-01 Thread Charles F. Munat
that? I can't reproduce it. Derek On Mon, Jun 1, 2009 at 1:52 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: The templates-hidden folder was there with one archetype (basic) but not with the other (blank) when I ran them. But that was a few days ago. Chas

[Lift] Re: Future of the Lift wiki

2009-06-01 Thread Charles F. Munat
Hi, Xavi, One of my tasks is to come up with a good organization for the wiki and a site map, as well as a list of things we'd like to add to it. Unfortunately, with the coming Scala/Liftoff and OSB conferences, I've been swamped with other things. But I am working on it, albeit slowly. If

[Lift] Re: lift views

2009-05-31 Thread Charles F. Munat
Yoryos, You probably missed the part where you can add a head element inside the surround tags and it will replace the default element: lift:surround with=default2 at=content head titleA better title than the one in default.html/title /head h2Welcome to your project!/h2

[Lift] Re: Lift does not display templates as described in the book.

2009-05-31 Thread Charles F. Munat
Try posting your conceptual questions to the list. Maybe folks here can help, and once we understand what you need, we can look into providing some documentation to support it. No book can fill all needs. Lots of people just want clear examples and can go from there. The Lift book addresses

[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread Charles F. Munat
Nope, it's in there. Thanks. 刘浩 wrote: I think you need to add snapshots repository in your pom.xml repositories repository idscala-tools.org http://scala-tools.org/id nameScala-Tools Maven2 Repository/name urlhttp://scala-tools.org/repo-releases/url

[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread Charles F. Munat
Nope. Now it just can't find the lift-jpa jar. Thanks. Chas. Atsuhiko Yamanaka wrote: Hi, On Sun, May 31, 2009 at 9:37 AM, c...@munat.com wrote: Missing: -- 1) org.scala-libs:scalajpa:jar:1.1-SNAPSHOT Instead of the artifactId for scalajpa, I think that problem will be

[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread Charles F. Munat
for scalajpa. Only 1.0-SNAPSHOT their. That should be the problem. 2009/5/31 Charles F. Munat c...@munat.com mailto:c...@munat.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: How to disable jQuery from lift application?

2009-05-29 Thread Charles F. Munat
The thing that doesn't work, IIRC, is that application/xhtml+xml doesn't allow document.write(). The Google code (foolishly, IMO) depends on write() to write script elements to the page. For some things you can work around it by simply removing the use of write and just adding the script

[Lift] Re: JTA

2009-05-29 Thread Charles F. Munat
I agree. Derek Chen-Becker wrote: I'd vote for closures. We use annotations for JPA because we have to, but IMHO closures provide a nicer semantic approach because they syntactically enclose the block where the action is occurring. Derek On Fri, May 29, 2009 at 7:44 AM, Jonas Bonér

[Lift] Re: How important is AJAX to you?

2009-05-29 Thread Charles F. Munat
Lift makes AJAX easy, but Lift has nothing to do with AJAX. Lift makes a lot of things easy. I've built half a dozen sites in Lift so far, with several more in the works, and most of them use no AJAX at all. That said, there is a lot to be said for AJAX when used properly. I think you're way

[Lift] Re: LiftOff

2009-05-29 Thread Charles F. Munat
Rats. Meredith Gregory wrote: David, i didn't realize the LiftOff conflicted with a long-planned participation in a Guitar Craft course. i will definitely send good will and good wishes to the community. i'm certain you guys will have much too much fun. Maybe i can organize some kind

[Lift] Re: project stockholm update

2009-05-27 Thread Charles F. Munat
Gh! I can't keep up. Does it ever slow down??? Chas. Timothy Perrett wrote: Sweet!!! On 27/05/2009 16:20, Meredith Gregory lgreg.mered...@gmail.com wrote: All, And i've added basic support for messaging with JSON over Rabbit. Best wishes, --greg On

[Lift] Re: Can't find scala jar

2009-05-24 Thread Charles F. Munat
2.7.4 and 1.1-SNAPSHOT David Pollak wrote: What version of Scala is in your pom.xml file and what version of Lift? On Sat, May 23, 2009 at 3:43 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Here is more detail on this error: 2009-05-23 15:41:20.856::INFO

[Lift] Re: Can't find scala jar

2009-05-24 Thread Charles F. Munat
java version 1.5.0_16 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284) Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing) David Pollak wrote: What runtime are you using (java -version)? On Sun, May 24, 2009 at 10:01 AM, Charles F. Munat c

[Lift] Re: Yahoo Lift error

2009-05-23 Thread Charles F. Munat
: Are you getting it in the console... in the browser... where? What are you doing to get the message? On Fri, May 22, 2009 at 9:31 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Any idea why I'm getting this: YAHOO.lift is undefined lift_actualAjaxCall

[Lift] Can't find scala jar

2009-05-23 Thread Charles F. Munat
I used the lift-archetype-jpa-blank archetype to build a new Lift app, then tried to compile and run it. I get an error from Maven that says it can't find scala 2.7.4: [ERROR] BUILD ERROR [INFO] - [INFO] Failed to resolve

[Lift] Re: Can't find scala jar

2009-05-23 Thread Charles F. Munat
. 2009-05-23 14:49:10.304::WARN: failed LiftFilter java.lang.VerifyError: (class: net/liftweb/util/EmptyBox, method: open_$bang signature: ()Ljava/lang/Object;) Can only throw Throwable objects Am I screwing things up here, or is there some problem with the archetype? Thanks! Chas. Charles F

[Lift] Re: Can't find scala jar

2009-05-23 Thread Charles F. Munat
Nope. Still can't find it. David Pollak wrote: Try: rm -rf ~/.m2 mvn -clean install Thanks, David On Sat, May 23, 2009 at 2:55 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: Can't find the compiler jar, either. I installed both locally, and now

[Lift] jpa blank archetype

2009-05-23 Thread Charles F. Munat
Another weird thing about the JPA blank archetype: there is an index.html file that calls the default template, but the templates-hidden folder is missing (along with the default template). Chas. --~--~-~--~~~---~--~~ You received this message because you are

[Lift] Re: Can't find scala jar

2009-05-23 Thread Charles F. Munat
) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Charles F. Munat wrote: Can't

[Lift] Re: project stockholm

2009-05-22 Thread Charles F. Munat
Dynamite! Meredith Gregory wrote: Charles, Stockholm's feature set competes with Microsoft's Oslo; but Stockholm is where you receive the Nobel Prize. Best wishes, --greg On Thu, May 21, 2009 at 8:02 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote

[Lift] Yahoo Lift error

2009-05-22 Thread Charles F. Munat
Any idea why I'm getting this: YAHOO.lift is undefined lift_actualAjaxCall(F1048611400615MAS=true, function(), function())liftAjax.js (line 134) lift_doAjaxCycle()liftAjax.js (line 105) lift_ajaxHandler(F1048611400615MAS=true, null, null)liftAjax.js (line 16) onclick(click clientX=132,

[Lift] Re: project stockholm

2009-05-21 Thread Charles F. Munat
Because of Stockholm Syndrome? Meredith Gregory wrote: All, i've been working in earnest on a little open source project for DSL generation git%20clone%20git://github.com/leithaus/stockholm.git%20 that my wife suggested i call stockholm (whom am i to argue). At this point it's just

[Lift] Re: Why do geeks like to use the language of ancient Ashdod instead of koine Greek or simple English?

2009-05-18 Thread Charles F. Munat
I don't know what your Ph.D. is in, but I hope it's not poetry. Chas. johnnie wrote: On May 17, 5:28 pm, Timothy Perrett timo...@getintheloop.eu wrote: Johnie, What on earth are you going on about? You qoute me there from a convesation on-list with Heiko about OSGi... out of context it

  1   2   3   4   5   >