On Mon, 15 Nov 2010 14:53:46 -0200, nille hammer
<tapestry.nilleham...@winfonet.eu> wrote:
Hi niksami,
Basically I need to receive XML as a parameter, for
example as a String in onActivate() method.
I would not recommend to use this approach. And if you do it although,
beware of some special characters in the XML that might be interpreted
by Tapestry.
This is correct. Receiving XML through URLs is a bad idea due to the
limits browsers have in URL length. Use POST to receive the XML instead,
as it doesn't have these limit or encoding problems.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org