[Lift] Re: cucumber + webrat with Lift (switch off auto generation of name/id attrs)

2009-11-03 Thread ben
Hi, Thanks very much, that's exactly what I'm after ! For anyone reading this and wondering how to put Lift in test mode, here is one way if you're using maven+jetty : mvn jetty:run -Drun.mode=test --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: cucumber + webrat with Lift (switch off auto generation of name/id attrs)

2009-10-30 Thread Naftoli Gugenheim
Can't you go by input id instead of input name? You can use the _id_ arrow to set the bind name as the id Template: pre:label / Snippet: bind(pre, xhtml, label _id_SHtml.text( ... ) ) Should produce input id=label ... / On Fri, Oct 30, 2009 at 3:00 PM, ben b...@primrose.org.uk wrote: Hi,