When form is submitted I read hidden form field and compare it with token in user session.
当表单提交时我读隐藏表单字段与用户的会话令牌比较。
It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
它会产生一个隐藏的表单字段(防伪标记),提交表单时验证。
Cache the data in some format into hidden form field (s) as the user clicks to add the next vehicle's data.
在用户单击以添加下一台车辆的数据时将数据以某种形式缓存到隐藏的表字段中。
JSF does the actual storage and state management, typically though a session, a hidden form field, cookies, etc.
JSF通常通过会话、隐藏表单字段、cookies等进行实际的存储和状态管理。
This rule extracts all the hidden form fields from an HTML page and stores them in the context so a subsequent request can use the hidden form field values.
此规则从HTML页面提取所有隐藏的窗体字段并将它们存储在上下文中,因此后面的请求可以使用隐藏的窗体字段值。
When the user is done with all the vehicles, you can simply form a JSON string out of that object and send it to the server by storing it in some hidden field.
当用户输完所有车辆数据后,您只需构建一个源于该对象的JSON字符串,并通过存储到某个隐藏字段中的方式将该字符串发送至服务器。
Another use of this function is to populate any hidden INPUT elements based on other form field values.
此函数的另一个作用是根据其他表单字段值填充任何隐藏的INPUT元素。
When the form is not editable, the parameter is still present, thanks to the hidden field.
当表单是不可编辑的,由于有一个隐藏域,这个参数仍然会出现。
The session ID can be passed in one of three ways: as a parameter in an HTML form (typically a hidden field); as a parameter appended to the query string; or as an attribute of a cookie.
会话标识可以用三种方式中一种进行传递:作为HTML表单中的参数(通常是隐藏字段);作为附加在查询字符串后的参数;或者作为 cookie 的属性。
The hidden text field gives me a place to store the id of the Airport when the entire form is submitted back to the server.
当整个表单提交到服务器时,隐藏的文本字段提供了一个存储Airport的id的位置。
The value of edit_mode is also stored in a hidden field of the form.
edit_mode的值也会被存储在表单的一个隐藏域中。
Listing 10 shows the first field of the form, which is an input box if edit_mode is true or a hidden field if edit_mode is false.
清单10显示的是表单的第一个域,如果edit _ mode是true,它就是一个输入框;如果edit _ mode是false,它就是一个隐藏域。
For every form there should be an internal action processing the form after the user has submitted it. A hidden field is used to invoke a specific internal action, as shown in Listing 31.
每个表单都应该有一个内部操作,以在用户提交表单之后处理表单。
Edit If you want to have the displayed value to be passed in the form, but not "visibly editable", you've got to pass it as an hidden field.
编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。
Edit If you want to have the displayed value to be passed in the form, but not "visibly editable", you've got to pass it as an hidden field.
编辑如果你想要显示的值被传递的形式,但不明显可编辑的,你必须把它作为一个隐藏字段。
应用推荐