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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -