> >> secondly i have a component Info with a variable say "private String
> >> description"
> >> and function
> >> public String getDescription() {
> >>            return description;
> >> }
> >>
> >> how can i use it in template ??
> >> ${component:Info.description} doesnt work !

Just use ${description} in the template file of the component.

        Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to