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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to