org.apache.tapestry.BindingException
Unable to read OGNL expression '<parsed OGNL expression>' of $BasePage_3@177060f[AddProject]: $BasePage_3.project
binding: ExpressionBinding[AddProject project.releaseId]
location: context:/AddProject.html, line 9
4 <form jwcid="form@Form" success="listener:doSubmit">
5 <table>
6 <tr>
7 <th>Release ID</th>
8 <td>
9 <input jwcid="release@TextField" value="ognl:project.releaseId" size="20"/>
10 </td>
11 </tr>
12 <tr>
13 <th>Name</th>
14 <td>

我以前用t3的时候都没有这样的问题的,好像是ognl不可用了。
我的jdk版本是:1.5
web服务器是;tomcat5.0.28