Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 11231  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion, information, etc. related to the Lift web framework
 

flag The Happy Lift'r Prize 
  Hey guys, We're announcing the "Happy Lift'r Prize". The prize will be given every 2. wednesday of the month and has the value of $100. It goes to someone who has been awesome in the Lift community. In the case of multiple winners the prize will be split equally. If someone has been helpful you can nominate them by replying to this thread... more »
By Mads Jensen  - Oct 26 2010 - 370 new of 370 messages    

flag The Loyal Opposition 
  I did parliamentary debate in college. It was a pile of fun traveling to lots of schools in the north east, drinking beer, and debating with some wicked smart and funny people. One of the things that struck me as strange was the phrase "the loyal opposition." It was used repeatedly in the course of the debate and it always struck me as odd, but no more.... more »
By David Pollak  - Jan 15 2011 - 4 new of 4 messages    

flag Guidelines for creating tickets 
  Folks, I've created a wiki page describing the guidelines for creating tickets. You can find it here: [link] /Jeppe
By Jeppe Nejsum Madsen  - Feb 28 2011 - 1 new of 1 message    

flag Expected Behavior in the Lift community 
  A top-level goal of the Lift community is to be a warm and welcoming place. Helping people who invest their time and effort in Lift and build applications with Lift be successful is a core value in the community. The Lift community is a place where the open exchange of ideas is very important. I personally take the Lift culture very seriously.... more »
By David Pollak  - May 10 2011 - 3 new of 3 messages    

flag Html5 and XHTML are different 
  Please read this message and the following link before posting any questions about snippets not properly being invoked: [link] The XHTML parser (the traditional Lift parser) and the Html5 parser are different. Specifically: - The Html5 parser converts all element labels and attribute names to... more »
By David Pollak  - May 21 2011 - 1 new of 1 message    

flag Help understanding RestHelper serve params 
  There are some things I keep cutting and pasting without understanding them, and I'd like to change that. One such is the various case statements in the PF passed to serve{} in RestHelper. Take this example from Simply Lift: case "api" :: "static" :: _ XmlGet _ => <b>Static</b> My understanding of _ is that it is a wildcard symbol meant to either... more »
By Nolan Darilek  - Oct 7 2011 - 14 new of 14 messages    

flag Please Read Forum Rules Before You Post 
  1. We aim to build helpful, friendly community around Lift. Be polite. Please say please and thank you. No coarse language. 2. Even if expressing critique be constructive, respect others, respect great work done so far. 3. Demanding immediate answer is bad. In subject describe the problem, don't... more »
By David Pollak  - Jul 18 2012 - 1 new of 1 message    

flag Modules: changes to how you include them (*** BREAKING CHANGE ***) 
  If you depend on a Lift module (e.g., textile, paypal, widgets), please note the following change to the structure of module names. Your feedback is welcome on this. *What's the change?* The full Lift version number is being removed from the module version number. Instead, the module name will reference the major parts of the Lift... more »
By Richard Dallaway  - Apr 13 - 3 new of 3 messages    

relationship of sitemap and dispatch 
  hi, i've been using lift for a little while. i want to know if there is overlap between dispatch and menu. like, what would it take to do the main functions of sitemap directly as a stateful dispatch partial function.
By ti com  - 5:34pm - 1 new of 1 message    

S.? in MappedCountry 
  What's the best way around this? I have a scheduled task that runs outside of S scope and need to access the value of a country field on a Mapper object. When I try to print the value of the country field, I get an error: "Attempted to use resource bundles outside of an initialized S scope. S only usable when initialized, such as during request processing. Did you... more »
By Andrew Mullins  - 2:56pm - 2 new of 2 messages    

Can not load Comet/Ajax JS 
  I am running a websocket and a web api in the same app and have had to create 2 mappings in web.xml (/logs/* and /web/*) in order to avoid the apparent url hogging issue pointed out by another user ([link]). Now, when I attempt to load my page, both the ajax_request and... more »
By pzmessa...@gmail.com  - 1:35pm - 2 new of 2 messages    

Lift hogging requests? 
  I'm probably missing a bit, but I'm seeing that no servlets configured in web.xml after Lift filter on /* ever see a request, with or without a sitemap in the Boot. What am I missing?
By Alexz  - 12:37pm - 2 new of 2 messages    

ProtoUser & Menu links. 
  So we're in the process of customizing some of the features for our user management and I have kinda hit a point where I am confused. Here is a sample line of code from ProtoUser: Full(Menu(Loc("CreateUser" + menuNameSuffix, signUpPath, S.??("sign.up"),createUserMenu LocParams ...So the part that troubles me is; how does Lift know what "page" to call?... more »
By Aleph-1  - 12:23pm - 2 new of 2 messages    

Transferring huge files (>1GB) over distributed environment 
  Hi guys, I have been preparing a prototype for my organization in Scala/Lift. The project involves: - One web server (main server) - Other worker servers (50+) The use-case scenario involves allowing user to upload a file of huge size, through web application (which I have made in Lift/Scala). These large... more »
By Rohit Pathak  - 10:01am - 8 new of 8 messages    

JsonParser fails to find certain Syntax Errors 
  Hi Group, I have just come across an issue, where I had an invalid JSON string and didn't get the feedback from the parser I expected. My expectation would be along those lines: @Test def shouldFindSyntaxError { try { val json = net.liftweb.json.parse( """... more »
By fleipold  - 5:36am - 1 new of 1 message    

How to know lift mongo record updated successfully or not? 
  Hello Guys, There is way to Know lift mongo record updated successfully or not? for example . val user = User.findByStringId(userid).ge tOrElse(User).roles(List("admi n")).update.
By Abdhesh Kumar  - 3:37am - 2 new of 2 messages    

Combining static page from CDN with a query to server to produce html content 
  Hi all, I have a static html page storing in content distributed network. I want this page to query Lift server to produce some dynamic html content and combining both contents to produce a final version of this html page. Preferably not use Comet. Please point me to a direction. Thanks. K.
By Kevin Lau  - May 21 - 2 new of 2 messages    

FoBo.TBNavBar adding CSS class 
  Looking for advice on how to add a css class to menu item (li tag) - similar to using MenuCssClass function in Loc function val scratchLoc = Loc("ScratchPage", "scratch" :: Nil, S ? "Scratch", MenuCssClass(() =>"myClass"), LocGroup("main")); If I try using MenuCssClasss in standard Lift project (non bootstrap) then... more »
By Colin Bester  - May 21 - 7 new of 7 messages    

1 - 10 of 11231   « Newer | Older »

XML       Send email to this group: liftweb@googlegroups.com