can i use spring controller to offer a decorator page?
such as :
Code:
<decorator name="main" page="main.form">
main.form can visit by http://localhost/spring/decorators/main.form
but the page (index.form) which want to be decoratored,just got a blank page
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312"></HEAD>
<BODY></BODY></HTML>
and log4j got this
Code:
WARN PageNotFound :501 - No mapping for [/spring/index.form] in DispatcherServlet with
name 'spring'
if remove sitemesh filter,i can visit [/spring/index.form]
who can help me!!!!!
thanks very much!!!!!!!!!!