Thanks! Its easier than I thought. I came up with what I did
based on inspection of c:forEach tag source code.

Thanks.
Dean

Francois Beausoleil wrote:

Hello Dean !

On Mon, 10 May 2004 13:04:11 -0400, "Dean A. Hoover"
<[EMAIL PROTECTED]> said:
[snip]


public void setVar
(
String var
)
{
log.debug("AAA: setting var = '" + var + "'");
this.var = var;
}


[snip]

Lookee here...  How is Java or EL expected to cast a HashSet to a String
object ;)  Declare setVar to expect a Set instance, and you'll be in
business.

Hope that helps !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

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







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



Reply via email to