Hubert Rabago wrote:

public void reset(ActionMapping mapping, HttpServletRequest request) {
super.reset(mapping, request); accessDefinitions = ListUtils.lazyList(new java.util.ArrayList(),
new Factory() {
public Object create() {
return new AccessDefinition();
}
});

Ok that is just way too cool:) This is perfect. Now I have to look at the API to figure out what's going on. Way awesome.


--
Rick

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



Reply via email to