I do not know whether the following helps.

From
Tapestry-3.0.3/web/doc/ComponentReference/PageLink.html

the engine in [EMAIL PROTECTED]
is not the 
org.apache.tapestry.engine.BaseEngine .

The engine meant to be an instance of
(from PageLink.html)

public class MailEngine extends SimpleEngine
implements Serializable {
    public static final String[] NAVIGATION_PAGES = 
        { "Home", "Inbox", "Sent", "Compose",
"Contacts", "Options", "Help", "Logout" };
}


Shing

--- Gene Volovich <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 

Home page :
  http://uk.geocities.com/matmsh/index.html


                
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com

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

Reply via email to