in tml:

<t:renderobject object="myDynaObject"/>

in java:

    @Inject
    private ComponentResources componentResources;

    public Object getMyDynaObject() {
        Link testLink;
        testLink = componentResources.createPageLink("targetPageHere", true,
"11");
        return testLink;
    }

Renders text "targetPageHere/11" instead of actual link. What am I doing
wrong here ?

-- 
View this message in context: 
http://www.nabble.com/T5-t%3ArenderObject-and-pageLink-won%27t-render-link-just-text-instead-tp17782707p17782707.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to