RE: Submitting XML via a T5 form

2010-09-02 Thread Jim O'Callaghan
akoch...@gmail.com] Sent: 01 September 2010 13:35 To: Tapestry users Subject: Re: Submitting XML via a T5 form The "redisplay correctly" part should be handled by the default output encoding in T5 - thus, if the XML that is submitted in a form field and it's bound to a String property in your p

Re: Submitting XML via a T5 form

2010-09-01 Thread Alex Kotchnev
The "redisplay correctly" part should be handled by the default output encoding in T5 - thus, if the XML that is submitted in a form field and it's bound to a String property in your page or model, if you display/redisplay the form, it should render properly. I don't think you need anything specia