jsp:setproperty what does property=“*” mean?

前端 未结 2 1599
梦如初夏
梦如初夏 2021-01-19 04:26

What does this mean?

I know the definition is, \"Sets a property in the specified Java

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-19 05:14

    an asterisk (*) is used as the property attribute value of the action. This means that all bean properties with names that match request parameters sent to the page are set automatically

提交回复
热议问题