Hey all,

Using WW 1.3. I have a label tag as such,
<ww:label label="'Comments'" name="comment"/>

the property comment resolves to "frank's first comment" and appearantly
(from the stack trace below) the ValueStack/Query mechanism cannot deal with
that. Is there something I can do to make up for this? It seems unreasonable
to not allow our users to use a single quote. how have the rest of you
avoided this problem?

java.lang.IllegalArgumentException: missing matching end quote for query:
frank's first comment
        at webwork.util.Query.throwIllegalArgumentException(Query.java:369)
        at webwork.util.Query.<init>(Query.java:260)
        at webwork.util.Query.getQuery(Query.java:32)
        at webwork.util.ValueStack.findValue(ValueStack.java:162)
        at
webwork.view.taglib.WebWorkBodyTagSupport.findValue(WebWorkBodyTagSupport.ja
va:57)
        at
webwork.view.taglib.ui.ComponentTag.doEndTag(ComponentTag.java:152)
        at webwork.view.taglib.ui.LabelTag.doEndTag(LabelTag.java:31)


Thanks,
Frank




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to