The more probable thing is that I am the dumb. When I tried before to do it,
it was failing but maybe it was another thing and I got confused and thought
that Enums couldn't be passed to another pages.
I was thinking until this evening (I read something about it somewhere) that
only pr
Thank you very much Thiago.
EventContext is working ok when I'm sending data from the page to the same
page. But if I send data from another page and I'm setting the EventContext
parameters as before is show an error:
method onActivate signature: (Lorg/apache/tapestry/EventContext;)V) Illegal
Hello, I have some doubts I can't solve about passing values between pages
and don't understand as I wish.Maybe you could help me.
1.-When I've got more than one onActivate() for a page with different kinds of
arguments, for example:
onActivate() { ...some_code_here... }
onActivate(Long
with), but maybe it is using similar logic. Are the missing
> fields properties which have a non public or non existent setter? If
> so, try making a public setter for that value and see if it shows up.
>
> I am still learning Tapestry so I'm sorry I can't help further
an as well.
>
>
> --
> Best Regards / Viele Grüße
>
> Sebastian Hennebrueder
> -
> Software Developer and Trainer for Hibernate / Java Persistence
> http://www.laliluna.de
>
> Martin Torre Castro schrieb:
> > Hi everyone:
> >
> > I have
Hi everyone:
I have a problem with beandisplay. I tried at first the most easy version, and
appeared the information of only some fields. My problem is that the Long
Objects from the methods I use don't appear on the screen neither their labels.
I have some date on Calendar Object and it doesn
I have find an alternative solution for my problem, but I'd like to thank
Kalle, Joshua and Thiago for the help. I'm interested in Tapestry and events
and I will look for information about mixings and the Chenille Kit in the
future. Thank you very much.
> Date: Mon, 17 Aug 2009 21:24:45 -07
Hello, I'm a student as engineer and I have to make an application web with
Tapestry. It's a wonderful framework, but I'm finding many problems which I
spend too many time to solve and I've got very few time, so I decided to
suscribe to this mail-list.
My current problem now is finding