Katie,
> This only seems to happen when we have "", '', or % entered in the text
> area. Anyone have any suggestions?
Have you tried somehow using HTMLEditFormat()?
Maybe like this:
<cfif htmleditformat("#form.req_just#") is "">
The problem being caused by the "e; would suggest using this function. It's
just a wild guess though...
isaac