Re: [newbie] EventListener in Tapestry 5 ?

2009-12-14 Thread marioosh.net
Olle Hallin-2 wrote: > > I forgot to paste in the JavaDocs link: > http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/annotations/OnEvent.html > Yes, I know this annotation but... i think it doesn't work for events like: mouseover, mouseout, change (textfield)... http://tapes

Re: [newbie] EventListener in Tapestry 5 ?

2009-12-14 Thread marioosh.net
Inge Solvoll wrote: > > Check out this one! > > http://chenillekit.codehaus.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html > Thanks:) But... I see, that is a addition to tapestry. Why is not in native Tapestry 5 ? :( -- View this message in context: http://

[newbie] EventListener in Tapestry 5 ?

2009-12-14 Thread marioosh.net
Is something like that: http://tapestry.apache.org/tapestry4.1/ajax/EventListener.html in Tapestry 5 ? I can't see @EventListener annotation in Tapesty5. -- Pozdrawiam, Mariusz - To unsubscribe, e-mail: users-unsubscr...@tapest

Re: ActionLink and onClick action

2009-12-11 Thread marioosh.net
Yes, i need to trigger some server-side code 2009/12/11, Thiago H. de Paula Figueiredo : > Em Fri, 11 Dec 2009 11:50:44 -0200, marioosh.net > escreveu: > >> So... how to do something like ok and handle onClick >> event on it ? > > It depends. Do you need to trigger

Re: ActionLink and onClick action

2009-12-11 Thread marioosh.net
So... how to do something like ok and handle onClick event on it ? 2009/12/11, Thiago H. de Paula Figueiredo : > Em Fri, 11 Dec 2009 11:34:37 -0200, marioosh.net > escreveu: > >> This work: >> ok >> This doesn't: >> ok >> > > ActionLink nor Even

Re: ActionLink and onClick action

2009-12-11 Thread marioosh.net
This work: ok This doesn't: ok What is going on ? 2009/12/11, marioosh.net : > How to do onClick handler for my "ok" link (by annotation) ? > > ActionLink doesn't work for me :( > > http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"

ActionLink and onClick action

2009-12-11 Thread marioosh.net
How to do onClick handler for my "ok" link (by annotation) ? ActionLink doesn't work for me :( http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> ok public class Index { void onAction() { System.out.println("action"); } @OnEvent(valu

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread marioosh.net
Thanks :) I had wrong jars in my libraries. On jars *-5.1.0.5 everyting works good :) 2009/12/9, Inge Solvoll : > I'm guessing you have T5.0 installed. You have to install T5.1 to use 5.1 > schema. > > On Wed, Dec 9, 2009 at 1:29 PM, marioosh.net wrote: > >> 2009/12/9

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread marioosh.net
; > > regards, > mario > > On Wed, Dec 9, 2009 at 12:25 PM, marioosh.net wrote: > >> I have PageLink like that: >> >> http://tapestry.apache.org/schema/tapestry_5_0_2.xsd";> >> ... >> go page2 >>

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread marioosh.net
although > you got the schema URL > wrong). So you might want to start over by telling us what version you are > using and what you want > to achieve. > > Uli > > On 09.12.2009 12:25 schrieb marioosh.net: >> I have PageLink like that: >> >> http://tapestry.ap

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread marioosh.net
What do you mean check the source ? 2009/12/9, Ashwanth Kumar : > Use this: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd > > - Ashwanth > > On Wed, Dec 9, 2009 at 4:55 PM, marioosh.net wrote: > >> I have PageLink like that: >> >> http://tapestry.

[beginner] - PageLink doesn't work

2009-12-09 Thread marioosh.net
I have PageLink like that: http://tapestry.apache.org/schema/tapestry_5_0_2.xsd";> ... go page2 ... I see link, but nothing happens when i click on it. -- Pozdrawiam, Mariusz - To unsubscribe, e-mail: users-unsubscr...@tapest