You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/08 16:29:51 UTC

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

https://issues.apache.org/bugzilla/show_bug.cgi?id=48701

--- Comment #1 from Boris Folgmann <bo...@folgmann.de> 2010-02-08 07:29:50 UTC ---
To make it even more clear, this works:

<jsp:useBean id="now" class="java.util.Date" />
<jsp:getProperty name="now" property="time" />

But getProperty always fails when the bean is not created with useBean. It's
not specific to <c:set>. Other constructions also fail.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org