Hi.
You should have a look here.
http://jumpstart.doublenegative.com.au/jumpstart/examples/output/output

As you see, the value is retrieved from the getMessage method by using
${message} in the tml file.

Regards
Sigbjørn

On Wed, Sep 28, 2011 at 18:30, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:

> You don't use set/getAttributes in Tapestry, it abstracts that away for
> you.
> Use @Property (@Perist) fields and they will work the same way,
> or you can use @SessionAttrubute as well if you need to integrate with
> other frameworks
>
>
> On Sep 28, 2011, at 5:50 AM, sireesha wrote:
>
> > Hi !!!!
> >
> > I am new bee in using Tapestry
> > How to use request.setAttribute("XXX","YYY') and
> > request.getAttribute("XXX").
> >
> > I hv a java component(POJO) class and some tml file
> >
> > I want to set a variable likr "pageId" and want to use that in tml file.
> >
> > Can anyone help me....
> >
> > Thanks in advance.
> >
> > --
> > View this message in context:
> http://tapestry.1045711.n5.nabble.com/Using-Request-Attributes-tp4848701p4848701.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to