Arnold Schneeberger wrote:
Is there a workaround - or what you mean with "probably a bug"
I mean that if the behaviours are different, at least one implementation
has a bug. From a quick scan, it looks like Tomcat is in the wrong but I
haven't looked at it in any detail.
Mark
---
Is there a workaround - or what you mean with "probably a bug"
-Ursprüngliche Nachricht-
Von: Mark Thomas [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 02. August 2008 20:40
An: Tomcat Developers List
Betreff: Re: JspValueExpression behavior different
Arnold Schneeberger wr
Arnold Schneeberger wrote:
Why does the methode "isLiteralText" always return "true" in my custom tag?
There are obvious different behaviors between jetty and tomcat.
Probably a bug.
Mark
-
To unsubscribe, e-mail: [EMAIL PR
Why does the methode "isLiteralText" always return "true" in my custom tag?
There are obvious different behaviors between jetty and tomcat.
public class EncryptedEmailTag extends UIComponentELTag {
...
private ValueExpression address;
...
protected void setPro