On Thu, 16 Dec 2010 14:09:31 -0200, Cucchietti Denis
wrote:
Thanks Thiago it's works !!
Yeah!
Solution :
writer.writeRaw("");
But use element() instead writeRaw ;-)
writer.element("a", "class", "delete", "href",
componentResources.createEventLink("delete", childLevel.getId());
// an
Thanks Thiago it's works !!
Solution :
writer.writeRaw("");
But use element() instead writeRaw ;-)
-Message d'origine-
De : Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Envoyé : jeudi 16 décembre 2010 16:49
À : Tapestry users
Objet : Re: Problem for w
Ok Thiago i will try it, thanks !!
-Message d'origine-
De : Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Envoyé : jeudi 16 décembre 2010 16:49
À : Tapestry users
Objet : Re: Problem for write actionLink with markup writer
On Thu, 16 Dec 2010 13:39:21 -0200, Cucchietti
On Thu, 16 Dec 2010 13:39:21 -0200, Cucchietti Denis
wrote:
Thanks Thiago,
Im trying to create a tree and for each node a menu.
In this menu I have this action "delete" and I would like catch this
event in order to delete the node from my page.
You need events for that, but not necessaril
Envoyé : jeudi 16 décembre 2010 16:32
À : Tapestry users
Objet : Re: Problem for write actionLink with markup writer
On Thu, 16 Dec 2010 13:05:31 -0200, Cucchietti Denis
wrote:
> Hi all !
Hi!
> I've a question : it is possible to write an actionLink with a
> MarkupWriter ?
Tech
On Thu, 16 Dec 2010 13:05:31 -0200, Cucchietti Denis
wrote:
Hi all !
Hi!
I've a question : it is possible to write an actionLink with a
MarkupWriter ?
Technically speaking, no, because you can only declare component instances
in templates. In addition, you can't instantiate component