evatlsong / springside

Automatically exported from code.google.com/p/springside

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excel report's index.jsp has a bug

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.enter this path "content/report/excel/index.jsp"
2.you can find a bad feel of css
3.because your css href not exist --> href="${ctx}/css/main.css"

What is the expected output? What do you see instead?
change to --> href="${ctx}/css/style.css" to resolve this bug.

What version of the product are you using? On what operating system?
3.2.0

Please provide any additional information below.
为何我现在不能用springside的架构来新建项目了,总是提示没�
��本地archetype.
之前在WINXP下是可以的,现在的环境是WIN7 X64

Original issue reported on code.google.com by mata...@gmail.com on 24 Oct 2009 at 7:37

SPRINGSIDE有没有邮件组可以订阅?

Original comment by mata...@gmail.com on 24 Oct 2009 at 7:38

Original comment by calvinxiu@gmail.com on 8 Dec 2009 at 2:15

  • Changed state: Invalid