[Lift] Select multiple values

2009-11-07 Thread suls
, selected = Log.info(selected), multiple - multiple, title - Click to assign managers to this fund) Is it possible to iterate over all selected options in the selected = bit? Any pointers how to solve this using different ways? Cheers, suls

[Lift] Re: Select multiple values

2009-11-08 Thread suls
] to SHtml.multiSelect and also the function executed after submit since a List[String] is now passed to it. Any comments? On Nov 8, 3:05 am, suls s...@suls.org wrote: Hi, How can I access all the selected values from aselectbox? I am using the following code to generate theselectbox itself

[Lift] Validations

2009-11-25 Thread suls
) : bPosition size must not be greater than +/- 100/b) Am I getting something wrong with how validations work? Cheers, suls -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from

[Lift] Re: Validations

2009-11-26 Thread suls
Thanks David, this did the trick.Out of curiosity: where in the docs could I have found this information? http://scala-tools.org/scaladocs/liftweb/1.0/net/liftweb/builtin/snippet/Msgs.html doesn't seem to be updated .. - suls On Nov 25, 8:01 pm, David Pollak feeder.of.the.be...@gmail.com wrote

[Lift] Oracle DB connection in 1.1-m7

2009-11-26 Thread suls
Hi, I see that there is a DriverType and OracleDriver in 1.1-m7 but again I don't know how to connect the dots. How would a DB.defineConnectionManager method call that uses an oracle db look like? Thanks, suls -- You received this message because you are subscribed to the Google Groups Lift