Hi,

I'm using the following JSP code to get an input textbox for a description. It works 
fine, except that description must not contain the '"' character.

<ww:textfield label="'Description" name="'product.description'" />

<input type="text" name="product.description" value="19" Monitor (CRT)" />

The example shown applies the description >>19" Monitor (CRT)<<. The HTML code 
generated is shown in the line below. IE6.x only puts >>19<< into the textbox. The 
remaining part is silently ignored.

I understand that 'value' is a XML attribut and that '"' is not allowed within "..". 
Question: does WebWork2 provide any precautions thats allow me to use '"' as a 
character within textboxes without taking care for it myself?

regards
Juergen


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to