| Code: |
| <body><contentform:error /> |
| Code: |
|
<%@ taglib prefix="page" tagdir="/WEB-INF/tags/contentbase/page"%> <html> <head> <title>test</title> </head> <body> <page:breadcrumb></page:breadcrumb> </body> </html> |
| Code: |
|
<%@ include file="/WEB-INF/pages/includes/attribute.jsp"%> <div>test</div> |
| Code: |
|
<%@ attribute name="label"%><s:set name="attr_label" value="#attr.label"/> |