如何将textarea的值放入spring MVC中?
例如,如何使用 spring mvc 将内容从数据库加载到文本区域?
How to load content into a textarea using spring mvc, for example - from database ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用返回包含内容的属性的 ModelAndView 的方法编写 MVC 控制器,并编写使用 Modell
demoView.jsp中的属性创建文本区域的 JSP 页面(来自 ModelAndView 的视图)
Write an MVC Controller with an method that returns a ModelAndView with an attribute that is contains the content and write a JSP Pages (the view from ModelAndView) that uses creates a text area with the attribute from the Modell
demoView.jsp