gpt4 book ai didi

jsf - 如何为 p :inputText? 自动完成 =“off”

转载 作者:行者123 更新时间:2023-12-04 18:03:53 27 4
gpt4 key购买 nike

<分区>

我正在使用 primefaces 做一个项目。

因为我使用的是用户登录页面。

我的问题是,当我在 p:inputText 上输入文本时,先前的值出现在 p:inputText 上。

我在 p:inputText 中使用了 autocomplete=“off” 并在每次登录时清除了我的 Mozilla 浏览器历史记录,但它仍然无法正常工作。

代码:

<h:form>

<p:inputText id="userName" autocomplete="off" value="...">
<p:ajax event="focus" listener="..." update="infoMessage"/>
</p:inputText>

<p:watermark for="userName" value="..." id="userLabelWaterMarkId"/>

<p:password id="password" autocomplete="off" value="....">
<p:ajax event="focus" listener="....." update="infoMessage"/>
</p:password>

<p:watermark for="password" value="..." id="pwddWaterMarkId"/>

</h:form>

有什么想法吗?

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