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.
アプリケーションに Struts 1.2 を使用しています。次のように Struts taglib を使用して変数を宣言しました。
<bean:define id="stringVar" type="java.lang.String" value="someValue" />
ここで、いくつかの条件に基づいて、この変数「stringVar」に他の値を割り当てたいと考えています。この変数に値を割り当てる方法がわかりません。
これについて何か助けてください。
よろしく、