Em Wed, 15 Oct 2008 12:48:13 -0300, Jecki <[EMAIL PROTECTED]> escreveu:
OMG, 2 days of efforts (or even more) for this trivial thing. shame on
us :( and the credit goes to Thiago.
That's why mailing list and forums exist: you help a little, you get
helped a little. :)
--
Thiago H. de Paula
OMG, 2 days of efforts (or even more) for this trivial thing. shame on
us :( and the credit goes to Thiago.
On Wed, Oct 15, 2008 at 11:31 PM, moritzgilsdorf
<[EMAIL PROTECTED]> wrote:
>
> THANKS!! That was it!
>
> I knew it must be something trivial.
>
Em Wed, 15 Oct 2008 12:31:15 -0300, moritzgilsdorf
<[EMAIL PROTECTED]> escreveu:
THANKS!! That was it!
You're welcome! :)
I knew it must be something trivial.
That should maybe be a Tapestry #1 rule: You must use t:id to give an id
to a component, not id (without the t: prefix). By the
commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://n2.nabble.com/ActionLink-in-component-tp1329406p1337287.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Em Wed, 15 Oct 2008 12:16:13 -0300, moritzgilsdorf
<[EMAIL PROTECTED]> escreveu:
Thanks for the reply.
I tried several types of namings, including your proposal. The method is
only started when I change it for example to onAction().
A little desperate guess: try t:id="reset" instead of id=
orking well. It's strange.
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
You might want to try using the method naming convention instead of annotation.
@OnEvent(value = "reset")
public Object reset(){
tableParsed = false;
saveSucceed = false;
return null;
}
change to:
public Object onActionFromReset(){
tableParsed = false;
have ActionLinks in other pages within the same project and they are
working well. It's strange.
--
View this message in context:
http://n2.nabble.com/ActionLink-in-component-tp1329406p1336283.html
Sent from the Tapestry Users mailing list archive at
}
>>
>> But the booleans are not resetted. It only works when I remove the
>> ("component="reset") or rename reset() to onAction(). But then I also
>> reset
>> the variables on form su
ersist'ed?
>>
>> --
>> Thiago H. de Paula Figueiredo
>> Independent Java consultant, developer, and instructor
>> Consultor, desenvolvedor e instrutor em Java
>> http://www.arsmachina.com.br/thiago
>>
>> -----------
riables on form submits.
>
> What am I doing wrong?
>
> Thanks.
>
> --
> View this message in context:
> http://n2.nabble.com/ActionLink-in-component-tp1329406p1329406.html
> Sent from the Tapestry Users mailing list archive at Nabble.com.
>
>
> --
m.br/thiago
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://
Em Mon, 13 Oct 2008 14:22:36 -0200, moritzgilsdorf
<[EMAIL PROTECTED]> escreveu:
@OnEvent(component = "reset")
public Object reset(){
tableParsed = false;
saveSucceed = false;
return null;
}
Are tableParsed and saveSucceed @Persist'ed?
--
Thiago H. de Pau
ts.
What am I doing wrong?
Thanks.
--
View this message in context:
http://n2.nabble.com/ActionLink-in-component-tp1329406p1329406.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mai
14 matches
Mail list logo