Do it XML style: <button disabled="disabled"> </button>
On Feb 10, 10:56 pm, wm <[email protected]> wrote: > def seq(): NodeSeq = { > <button disabled=true> > </button> > } > > it errors out: > error: in XML literal: ' or " delimited attribute value or '{' scala- > expr '}' expected > > 0 doesn't work either, only string "" is accepted. > > Why is there such a restriction? any workaround? > > Thanks. -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
