I'm with trouble because dbforms does not escape chars when generating html.

If I have a field in database with something like :

text1 " text2

and use a textField (or any other field) the value show in the field becomes 
incomplete(only 'text1') , because the browser recognize " as end of value attribute.

Also I can't edit correctly fields with html codings,

ç becomes ç in editfield in this case '&' must be encoded to & to make 
possible to edit text as ç

I don't know where is the better place to make the changes for this escapings, if 
someone point me the best place I can make the changes, and create a patch.

The escaped chars must be at least :

& -> &
" -> &quote;
< -> &lt;
> -> &gt;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to