Perhaps this is more of an OGNL question, but I'm just starting to look at Tapestry, and in making a simple page, I hit upon the following problem: I'm taking the PageLink example from the Tapestry 3.0.3 documentation ( Tapestry-3.0.3/web/doc/ComponentReference/PageLink.html ) and trying to do the example at the bottom. I'm getting a OGNL Malformed Exception: "[EMAIL PROTECTED]" from doing:

<div id="topnav">
<table id="pagelist">
 <tr jwcid="@Foreach" source="ognl:[EMAIL PROTECTED]"
     value="ognl:navigationPage" element="tr">
   <td><span jwcid="@PageLink" page="ognl:navigationPage"/></td>
 </tr>
</table>
</div>

which is basically exactly the same as the example. I tried doing my full Engine class name, with the package name prepended, instead of just the name, and various other changes, but this seems to be some very basic OGNL problem. Is there something I'm missing here? Thanks in advance for any info on this.

Gene


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to