[Lift] radio button problem

2009-11-30 Thread mr najmi
hai again.. i try to bind the data from the db in the radio button but have an error like this: overloaded method value bind with alternatives (String,net.liftweb.util.Box[(scala.xml.NodeSeq) = scala.xml.NodeSeq],net.liftweb.util.Box[(scala.xml.PrefixedAttribute) =

[Lift] url problem

2009-11-22 Thread mr najmi
dear all, i have one problem in url rewriting..what i want is something like this guest/view?branch=?date=?...or guest/view/branch/date. my code as below: LiftRules.rewrite.append { case RewriteRequest( ParsePath(List(guest, view, branch, date),_,_,_),_,_) =

[Lift] Re: XML Parsing Error: prefix not bound to a namespace

2009-11-18 Thread mr najmi
be:    bind(e,xhtml,         branches - SHtml.text(branches,branches=_)    ) As it is, the only tag that would be accepted would be (the empty string) -Ross On Nov 17, 2009, at 11:46 PM, mr najmi wrote: hai, i have a problem in liftweb that is XML Parsing Error: prefix not bound

[Lift] Re: XML Parsing Error: prefix not bound to a namespace

2009-11-18 Thread mr najmi
- SHtml.text(branches,branches=_)    ) As it is, the only tag that would be accepted would be (the empty string) -Ross On Nov 17, 2009, at 11:46 PM, mr najmi wrote: hai, i have a problem in liftweb that is XML Parsing Error: prefix not bound to a namespace.. pBranch : e:branches

[Lift] XML Parsing Error: prefix not bound to a namespace

2009-11-17 Thread mr najmi
hai, i have a problem in liftweb that is XML Parsing Error: prefix not bound to a namespace.. pBranch : e:branches/e:branches/p ^ here is the code lift:Appointment.search form=post fieldset legend/legend pBranch : e:branches//p