Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,
我已经使用包含 DisplayFields 的 Jsp 开发了一个 extjs 表单。现在我想将 DisplayField 值检索到控制器或 Servlet 中。
代码的任何提示都会有所帮助。
一些要查看的代码会有所帮助,但假设您有一个 id 为“myDisplayField”的显示字段,您可以以最简单的形式使用:
var theValue = Ext.getCmp('myDisplayField').getValue();