电梯。 MappedText vs MappedTextarea?

时间:2012-05-07 08:52:47

标签: scala orm lift

根据消息来源,他们的不同之处在于MappedText未与StringValidatorsHasApplyBoxString混合使用(尽管方法apply(ov: Box[String])已被弃用)。 MappedText似乎也没有限制(至少在Lift / Scala层)。

Whar是使用这两个类似(乍一看)课程的使用指南吗?

1 个答案:

答案 0 :(得分:1)

一个将呈现为input type =“text”标记,另一个将作为html输出中的textarea标记呈现。