Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 3 列与编辑命令链接作为数据表中的第四列。这些列可以在许多行中具有重复值。这些列是可编辑的输入文本字段,但在加载时将被禁用,必须在单击编辑链接时启用。如何最好地识别单击了哪个行编辑链接以便启用适当的行输入文本。我们使用的是 JSF 1.1,因此不能使用 setpropertyactionlistner。
要将输入文本标记为启用,我还需要识别 arraylist 中与被单击的数据表行链接相对应的行,以便可以将适当的布尔标志设置为 true 以启用输入文本。