On Tuesday, January 21, 2003, 2:41:05 PM, Jeremy wrote:

JC> I wasn't exactly clear with what I am trying to do.  Here is what
JC> I really  want to do:

JC> <logic:iterate name="problemArray" id="currentProb" scope="request">
JC>     <bean:write name="currentProb" property="problemName"/> 
JC>     <html:radio property="problem" value="<%= currentProb.getName() %>">
JC> </logic:iterate>

Not sure where the Exception is occurring but try
value=<%= String.valueOf( currentProb.getName()) %>

I think I remembered getting Class cast Exceptions when I didn't use
String.valueOf( ). You would think you wouldn't need that using the
scriplets in a tag like that it seems like I always need it.


-- 

Rick
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to