【问题标题】:Why we are using Spring:bind path in jsp what is the use为什么我们在jsp中使用Spring:bind路径有什么用
【发布时间】:2016-11-22 17:14:00
【问题描述】:

Spring bind:path有什么用,我们为什么要使用它

【问题讨论】:

  • 您是否考虑过阅读文档和/或咨询全能的谷歌?
  • @tnw 我读到它用于评估 bean 属性并在渲染时绑定
  • @lakshmidhanapal 听起来你刚刚回答了自己的问题。
  • 请对这个问题采取好的行动(删除)
  • 我投票结束这个问题,因为这是一个可以通过阅读产品文档来回答的一般参考问题

标签: spring jsp


【解决方案1】:

Use the force, read the source

spring:bind 标记为您提供对某个 bean 或 bean 属性状态评估的支持。 bean 的状态包括您正在评估的实际 bean 或 bean 属性的值以及可能的可用错误和在表单中使用的表达式,以便数据绑定功能能够在提交时再次绑定属性一个表格。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-12-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-02-05
    • 1970-01-01
    相关资源
    最近更新 更多