I'm trying to write an Input Module but am a little unclear on where and how
they get used.  Although I have seen several input modules that support
wildcards, I can't find any examples that do that in the sitemap.  

What would happen if I coded <map:parameter name="*"
value="{request-param:*}"/> in the sitemap?

getAttributeNames() doesn't take a name parameter, so if I specify
{request:a*} how is the list limited - or does it always call
getAttributeValues()?  This is of some concern to me because my input module
should never return the full list of elements (that could be huge), so I
expect that getAttributeNames() will have to return an empty Iterator.

What other components might call an input module to get a list of
attributes? 

Thanks,
Ralph



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

Reply via email to