On Wed, 30 Sep 2009 22:32:50 +0200, shymon wrote:
My template is as follows:
http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
xmlns:p="tapestry:parameter">
and activation context methods:
void onActivate(String eid) {
setEid(eid);
}
List onPass
Thiago H. de Paula Figueiredo wrote:
>
> Em Wed, 30 Sep 2009 13:24:40 -0300, shymon
> escreveu:
>
>> Hi,
>
> Hi!
>
>> Moreover, during the second pass my activation context variable has
>> unexpected value. eg.:
>
> Make sure you use ${asset:...} or absolute paths to reference any files
Em Wed, 30 Sep 2009 13:24:40 -0300, shymon
escreveu:
Hi,
Hi!
Moreover, during the second pass my activation context variable has
unexpected value. eg.:
Make sure you use ${asset:...} or absolute paths to reference any files
inside your templates.
--
Thiago H. de Paula Figueiredo
Ind