gpt4 book ai didi

javascript - 如何设置struts value in java class

转载 作者:行者123 更新时间:2023-12-02 19:12:32 25 4
gpt4 key购买 nike

我有ShowAction java类,类成功后将显示JSP页面,该jsp页面包含

<bean:define id="stateTypes" name="sessionData" property="stateTypes"  />
<html:select property="issueStateCode" styleClass="smallDropInput" tabindex="5" styleId="myId">
<html:options collection="stateTypes" property="value" labelProperty="label" />
</html:select>

在我的 ShowAction java 类中,我正在设置 <html:select> 的值(JSP)像这样:

sessionData.setStateTypes(TypeHelper.getTypeList(TypeHelper.TYPE_JURISDICTION,
sessionData.getCarrierId(), sessionData.getProductId()));

我想从列表中为 <html:select> 设置一个特定值当显示 JSP 时,它会被选择或自动填充。

最佳答案

将自动选择的选项是与 getIssueStateCode() 返回的选项具有相同值的选项。表单 bean 的方法,因为 property <html:select> 的属性标签是 issueStateCode .

关于javascript - 如何设置struts <html :select> value in java class,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13524094/

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