PageContext -ApplicationScope lost?

2002-03-26 Thread Sunder
(); } java.util.Collection securityOptions = null; securityOptions = (java.util.Collection) pageContext.findAttribute(securityOptions); __ I get a ClassCastException on the above line , pageContext.findAttribute(securityOptions); Thanks, Sunder

html:options Iterator Creation error -

2002-03-25 Thread Sunder
$jsp.java:785) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Any comments,suggestions? Appreciate your help. Thanks, Sunder -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: CachedRowSet for html:options

2002-03-09 Thread Sunder R Somasundaram
, but not exactly difficult. If your lists are just lists and not select boxes (it's not clear from your message), use a logic:iterate tag. On Fri, 08 March 2002, Sunder wrote: Hi, I am currently retrieving a cachedRowSet from a session bean and displaying lists using the rowset. I would

CachedRowSet for html:options

2002-03-08 Thread Sunder
this? Thanks, Sunder -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]