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.
<jsp:useBean name="beanname" property="propertyname"/>Bean プロパティの値にアクセスする方法。上記の構文を使用してこれを行うことができますが、このプロパティの値をどのように増やしたいか教えてください。それなしではプロジェクトを完了できません
<jsp:useBean name="beanname" property="propertyname"/>
私が正しければ、Bean クラスにこのクラスにパッケージの説明を提供してもらいます。exp.DemoBean. jspタグで。実行後、この名前の値をオブジェクトとして使用し、Bean クラスでメソッドを呼び出します。