DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33766>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33766 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-28 20:23 ------- i'm not sure i totally understand why the parser is freaking out here, but there's gotta be a way to work around this in the meantime. what about being pretty heavy-handed with the single quoted stuff: #set( $Q = '"' ) #set( $D = '$' ) #set( $LB = '{' ) #set( $RB = '}' ) #set( $UGLY_HACK = 'Form.id != null') <c:if test=$Q$D$LB$formName$UGLY_HACK$RB$Q> or with the escape tool (should work if the above works): #set( $LB = '{' ) #set( $RB = '}' ) #set( $UGLY_HACK = 'Form.id != null') <c:if test=$esc.q$esc.d$LB$formName$UGLY_HACK$RB$esc.q> if that doesn't work, bring this up on the user list and i'll try to help you dig into this a bit further, because then i think there must be something really funky going on. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
