ftl文件中关于样式和图片的问题

[code="java"]

.email{ width:600px; } .email h1{ background:url(${path}/images/email_tbbg01.jpg) no-repeat; height:80px; float:left; width:600px;} .email .content{width:560px; color:#333; font-size:14px; background-color:#FFF; position:relative; float:left; background:url(${path}/images/email_tbbg02.jpg) repeat-y; padding:5px 20px;} .email h2{ background:url(${path}/images/email_tbbg03.jpg) no-repeat; height:20px; float:left; width:600px; }


${user.UAccount},你好!
欢迎你加入高校信息组织化平台,请点击下面的连接完成注册:
http://${serverName}${path}/register/activeUser.htm?UAccount=${user.UAccount}&udMailCode=${user.userdetail.udMailCode}
此邮件由系统自动发送,请勿回复。
高校组织信息化平台
${time}




[/code]

${path}这个事action中传来的是model.put("path", getRequest().getContextPath());应该和这个没关系
这个是用来发送给客户的注册链接
background:url(${path}/images/email_tbbg01.jpg
这个样式的图片没有加入进去
请问高手如何解决

你觉得不是这个问题,我觉得还是要测试下,你先获得${path}/images/email_tbbg01.jpg 的值,然后用这个获得的值,将${path}/images/email_tbbg01.jpg 替换写成死的看样式可不可以加载。。。
这样的问题不能急,也许马上就好了