[opencms-dev] Help with Filters

jose.mato at ieuskadi.com jose.mato at ieuskadi.com
Tue Dec 23 15:23:02 CET 2003


Hello, I´m doing some filters in an application and it seems it doesn't
work. I have written this piece of code in the getFilter... method.

filterMethods.addElement(new CmsFilterMethod("Id...",
DynformContentDefinition.class.getMethod("getFormsById",new Class[ ]
{CmsObject.class , String.class} ),new Object[0] , "42" ));

Well, the main thing is that I want that each time the user puts a new
value, it goes directly to the function getFormsById, but here I don´t
receive the String value.
Does anybody know how to do it?

Thanks in advance





More information about the opencms-dev mailing list