[Lift] Re: RTL Localization

2008-09-02 Thread Marius
Hi Tim, I've been working on RTL localization on my current job for Saudi- Arabia (unfortunately not lift). Localization per-se was not a problem but it was challenging to make coherent right to left. Putting dir=RTL for html tag does not suffice most of the time especially for complex pages).

[Lift] Re: Please Welcome Francois Bertrand to the Lift Committers

2008-09-02 Thread David Bernard
Bienvenu Francois! On Tue, Sep 2, 2008 at 10:36 AM, Viktor Klang [EMAIL PROTECTED] wrote: Welcome Francois! :) Love the GUI widgets! Cheers, Viktor On Tue, Sep 2, 2008 at 8:51 AM, Marius [EMAIL PROTECTED] wrote: WELCOME !!! On Sep 2, 4:31 am, David Pollak [EMAIL PROTECTED] wrote:

[Lift] Re: lift YUI on wiki

2008-09-02 Thread David Pollak
On Tue, Sep 2, 2008 at 5:15 AM, Marius [EMAIL PROTECTED] wrote: Yes YUI is used for Ajax, Comet and everything else. The very cool thing that Marius did was abstract out the JavaScript library so it is possible to write a Prototype/Scriptaculous module for Lift and exclusively use that module

[Lift] Re: correct place for css

2008-09-02 Thread Daniel Green
You can put the CSS anywhere you want in the web application folder. You can also put it in a jar but reference it as /classpath/your path. It is generally a good practice to smash the CSS into a singe file (probably using some tools) so that browser would load the style sheets by doing a

[Lift] Re: bind and node attributes

2008-09-02 Thread Daniel Green
foo:bar size=3/ \ @size Understood. However, I was wondering about how I could get a hold of the size attribute when binding. On Tue, Sep 2, 2008 at 12:58 PM, David Pollak [EMAIL PROTECTED] wrote: foo:bar size=3/ \ @size Daniel Green wrote: When binding names to NodeSeq, is there a way to

[Lift] Re: IE issue with ajax-form

2008-09-02 Thread David Pollak
We did make some changes to the way we handle selects to work around stuff in IE. I checked it out against the latest Lift code and it works fine. On Tue, Sep 2, 2008 at 10:05 AM, TylerWeir [EMAIL PROTECTED] wrote: Is anyone else getting an error using IE7 to hit

[Lift] Re: RTL Localization

2008-09-02 Thread Marius
On Sep 2, 5:17 pm, Tim Perrett [EMAIL PROTECTED] wrote: Hey Marius, I've been working on RTL localization on my current job for Saudi- Arabia (unfortunately not lift). Localization per-se was not a problem but it was challenging to make coherent right to left. Putting dir=RTL for html

[Lift] Publishing an RSS feed from a Lift app

2008-09-02 Thread David Pollak
Folks, Has anyone created an RSS publisher from a Lift app? If so, do you have sample code floating around? Thanks, David -- Lift, the simply functional web framework http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some:

[Lift] Re: Publishing an RSS feed from a Lift app

2008-09-02 Thread David Bernard
I don't create RSS publisher, but some month ago I noodle about it (before stopping web dev) and plan to use ROME like what in wicketstuff. http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-rome /davidB David Pollak wrote: Folks, Has anyone created an RSS publisher from a

[Lift] Re: JPA w/Scala - never mind

2008-09-02 Thread Charles F. Munat
I figured it out, I think. Should be author.name, without the parentheses. Charles F. Munat wrote: Has anyone followed the JPA tutorial using pure Scala instead of Java? I've got it very close to running, but I am getting the following error: [WARNING]