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. E.g. an XML containing a "/"-sign will cause Tapestry to split the activation context into two or more separate context parameters. An XML containing a "."-sign might be interpreded as a component action request asf. If your XML has an extremely basic and fixed structure, you might be happy with activation context. If not, bypass those reqests and use another framework to handle them. nillehammer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org