jsp - Struts2 propertytag -



jsp - Struts2 propertytag -

i trying utilize struts2 property tag display value bean. code in jsp page follow:

<table> <thead> <tr> <s:bean name="com.section.entity.sectionorder" var="sectionorder" /> <th colspan="4" class="head"> <s:property value="#sectionorder.name" /></th> </tr> </thead>

however there no output. hope can advise. give thanks you.

jsp properties struts2

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -