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
vate(String eid) {
setEid(eid);
}
List onPassivate() {
List params = new Vector();
params.add(getEid());
return params;
}
--
View this message in context:
http://www.nabble.com/Strange-java-applet-behavior-with-T5-tp25684505p256884
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
rom.
What could be the problem?
How should I embed java applets in tapestry page?
thx for any help,
Shymon
--
View this message in context:
http://www.nabble.com/Strange-java-applet-behavior-with-T5-tp25684505p25684505.html
Sent from the Tapestry - User mailing list archive at