Content deleted Content added
m Dating maintenance tags: {{Clarify}} |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 71:
===Code example===
<
package player;
Line 128:
}
}
</syntaxhighlight>
'''<u><code>TestPersonBean.java</code></u>''':
<
import player.PersonBean;
Line 155:
}
}
</syntaxhighlight>
<
<jsp:useBean id="person" class="player.PersonBean" scope="page"/>
<jsp:setProperty name="person" property="*"/>
Line 177:
</body>
</html>
</syntaxhighlight>
==References==
|