[Lift] lift-archetype-blank 1.1-M8 2.0-M1 : missing net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1

2010-02-06 Thread Luke Nezda
Hello - I am just getting started with Lift and used the Hello, World archetype lift-archetype-blank (tried 1.1-M8 2.0-M1) and both fail to build successfully from the specified public Maven repositories with: Missing: -- 1) net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1 ...

[Lift] [SOLVED] Re: lift-archetype-blank 1.1-M8 2.0-M1 : missing net.sf.retrotranslator:retrotranslator-runtime:jar:1.2.1

2010-02-06 Thread Luke Nezda
, Luke  Nezda lne...@gmail.com wrote: Hello - I am just getting started with Lift and used the Hello, World archetype lift-archetype-blank (tried 1.1-M8 2.0-M1) and both fail to build successfully from the specified public Maven repositories with: Missing: -- 1

[Lift] Re: thread [Image upload and serving example]

2010-02-15 Thread Luke Nezda
Hello - I attempted to reply to the thread with subject Image upload and serving example initiated by David Pollack on Nov. 30, 2009 via the Google Groups UI and inadvertently sent mail directly to David because there was only a Reply to author link, no plain Reply link -- oops. (He politely

[Lift] Re: thread [Image upload and serving example]

2010-02-16 Thread Luke Nezda
Pollak wrote: On Mon, Feb 15, 2010 at 5:54 AM, Luke Nezda lne...@gmail.com wrote: Hello - I attempted to reply to the thread with subject Image upload and serving example initiated by David Pollack on Nov. 30, 2009 via the Google Groups UI and inadvertently sent mail directly to David

[Lift] Re: Another convert

2010-02-19 Thread Luke Nezda
shameless plug :) On Feb 18, 11:34 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Feb 18, 2010 at 5:25 AM, czerwonka andy.czerwo...@gmail.com wrote: Just an fyi for the group... http://www.andyczerwonka.com/platform Another convert added to the list... Welcome! --

[Lift] Problem with FocusOnLoad and passing attributes through bind

2010-02-21 Thread Luke Nezda
Hello, I am new to Scala and Lift. I am having a problem using 2 features together which seem to work fine individually. Here's a simplified piece of the code: class Ajax { def someResult(q:String) = spansome results for query {q}.../ span // searchField closure def searchField(xhtml:

[Lift] Re: Problem with FocusOnLoad and passing attributes through bind

2010-03-05 Thread Luke Nezda
Hello, Bumping my own post since I hadn't received any feedback on this in a few weeks. Maybe I didn't describe my issue well ? Thanks in advance, - Luke On Feb 21, 8:12 pm, Luke Nezda lne...@gmail.com wrote: Hello, I am new to Scala and Lift.  I am having a problem using 2 features

[Lift] Re: Problem with FocusOnLoad and passing attributes through bind

2010-03-06 Thread Luke Nezda
marius.dan...@gmail.com wrote: On 22 feb., 04:12, Luke  Nezda lne...@gmail.com wrote: Hello, I am new to Scala and Lift.  I am having a problem using 2 features together which seem to work fine individually.  Here's a simplified piece of the code: class Ajax {   def someResult(q:String

[Lift] Re: Problem with FocusOnLoad and passing attributes through bind

2010-03-06 Thread Luke Nezda
marius.dan...@gmail.com wrote: On 22 feb., 04:12, Luke  Nezda lne...@gmail.com wrote: Hello, I am new to Scala and Lift.  I am having a problem using 2 features together which seem to work fine individually.  Here's a simplified piece of the code: class Ajax {   def someResult(q:String

[Lift] Re: Problem with FocusOnLoad and passing attributes through bind

2010-03-06 Thread Luke Nezda
, Marius On Mar 6, 9:00 pm, Luke  Nezda lne...@gmail.com wrote: Marius - First, thank you for your time! (sorry for the accidental double response post - browser fail :)) Ok, so below is my current solution.  What I don't understand is how to avoid hard coding the attributes when