>>String data in a POJO object member - ">How do you do?"
>>
>>This data is displayed on a Tapestry page in a text field.
>>
>>Tapestry converts the string to ">How do you do?"

I have written a web-mail on tapestry (nothing fancy but enough to let me read 
and reply to mail). So the reply function inserts a lot of > characters but I 
have not found that Tapestry escapes them when populating a text field or a 
text area. 

<page-specification class="...">
  <property-specification name="mailBody" type="java.lang.String"/>     
  <component id="bodyField" type="TextArea">
    <binding name="value" expression="mailBody"/>
  </component>
</page-specification>

In my page class I populate 'mailBody' with the text to display in the area and 
that does not get > converted to &gt; 

Perhaps you should consider if you realy want the text in the input field to 
have escaped HTML. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to