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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2005-03-01 04:00 ------- ok, i tested the following myself: #set( $formName = 'user' ) #set( $D = '$' ) <c:if test="$D{${formName}Form.id != null}"> and it worked perfectly. i wonder if you aren't trying to parse the template, and then re-parse it's results. because when i try that, i get: org.apache.velocity.exception.ParseErrorException: Encountered " != null}\">\r\n\r\n" at line 61, column 26. Was expecting one of: "}" ... ... "(" ... which is close, but not quite like what you posted. anyway, i got your testcase/example to work without problems. so i'm marking this WORKSFORME. we can try investigating this further on the user list. if it does still turn out to be a velocity bug, then we can reopen this bug. -- 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]
