RE: [JSTL] c:out and DynaBeanClass

2002-10-29 Thread flare
JSTL supports dynabeans transparently Could you please supply a scenario and sample code that proves this? well.. I thought dynabeans were supported cause I'm using them without problem, since in the JSTL ML told me the full support will be added in the 2.x release I can at least say

RE: [JSTL] c:out and DynaBeanClass

2002-10-29 Thread Parmar, Dipakkumar
. (null). My environment: Tomcat 4.1.12 Jakarta JSTL: Nightly build. Thanks Deepak -Original Message- From: flare [mailto:flare;flare.it] Sent: Tuesday, October 29, 2002 4:48 AM To: Struts Users Mailing List Subject: RE: [JSTL] c:out and DynaBeanClass JSTL supports dynabeans

RE: [JSTL] c:out and DynaBeanClass

2002-10-29 Thread flare
Hi flare, It doesn't work for me. I'm getting error org.apache.jasper.JasperException: An error occurred while evaluating custom action attribute value with value ${flare.ciccio}: Unable to find a value for ciccio in object of class org.apache.commons.beanutils.BasicDynaBean using

RE: [JSTL] c:out and DynaBeanClass

2002-10-29 Thread Parmar, Dipakkumar
to DynaBean. Deepak -Original Message- From: flare [mailto:flare;flare.it] Sent: Tuesday, October 29, 2002 12:43 PM To: Struts Users Mailing List Subject: RE: [JSTL] c:out and DynaBeanClass Hi flare, It doesn't work for me. I'm getting error org.apache.jasper.JasperException

RE: [JSTL] c:out and DynaBeanClass

2002-10-29 Thread flare
Hi flare, I don't know how you got c:out working with DynaBean but seems like that JSTL doesn't support DynaBean. You're right, It seems Resin has a JSTL implementation built-in so I was using the Resin implementation not the Apache one. I really didn't know about that sorry...

RE: [JSTL] c:out and DynaBeanClass

2002-10-28 Thread Parmar, Dipakkumar
don't have any problem. My JSP files look so clean now. Thanks Deepak -Original Message- From: David M. Karr [mailto:dmkarr;earthlink.net] Sent: Sunday, October 27, 2002 11:57 PM To: [EMAIL PROTECTED] Subject: Re: [JSTL] c:out and DynaBeanClass Dipakkumar == Dipakkumar Parmar Parmar

Re: [JSTL] c:out and DynaBeanClass

2002-10-28 Thread flare
Note that DynaBeans aren't strictly JavaBeans (I believe), so it might be difficult to patch them into the JSTL. JSTL supports dynabeans transparently -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

RE: [JSTL] c:out and DynaBeanClass

2002-10-28 Thread Karr, David
-Original Message- From: flare [mailto:flare;flare.it] Sent: Monday, October 28, 2002 1:26 PM To: Struts Users Mailing List Subject: Re: [JSTL] c:out and DynaBeanClass Note that DynaBeans aren't strictly JavaBeans (I believe), so it might be difficult to patch them

Re: [JSTL] c:out and DynaBeanClass

2002-10-27 Thread David M. Karr
Dipakkumar == Dipakkumar Parmar Parmar writes: Dipakkumar Hello, Dipakkumar Obviously c:out tag doesn't work with DynaBeanClass and we haven't converted Dipakkumar bean:write to use EL syntax. In this we do need to convert bean:write to Dipakkumar use EL syntax. If you can