gpt4 book ai didi

jsp - 在 struts 中,如何为 html :hidden 设置 id 属性

转载 作者:行者123 更新时间:2023-12-04 17:54:51 32 4
gpt4 key购买 nike

我想在我的 html 表单上放置一个隐藏的输入,并且正在使用以下 struts 标签这样做:

<html:hidden property="currentPage" value="page1"></html:hidden>

呈现这个html:
<input type="hidden" value="page1" name="currentPage">

如何在 html 元素上设置 id 属性?所以我希望 html 呈现如下:
<input type="hidden" value="page1" name="currentPage" id="currentPage">

最佳答案

试试这个:

<html:hidden property="currentPage" value="page1" styleId="currentPage"></html:hidden>

关于jsp - 在 struts 中,如何为 html :hidden 设置 id 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6687355/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com