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
Post a Comment