I have an issue with the CVS head of Jelly (using Jelly under Maven, also CVS head version). I have an Ant task that has a map property, defined like this:
public void setMap(Map map) {
//...
}


If I try to set this with Jelly, nothing happens:
<j:new className="java.util.HashMap" var="map"/>
<task map="${map}"/>

The setMap() method is never called... However, if I would have the argument as string, the method is called just fine...

Any ideas?

Rgds,
Neeme


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



Reply via email to