I am using a converter for an <h:inputText> in my dialog. The value is supposed to be a custom object but it seems like it is being "coerced" into a String.
Here is the relevant JSP ... ... value="#{dialog.data['reviewer']}"> The value inside this map is SystemUser (an application specific class of mine.) During the Update Model phase of JSF it seems like the value is being coerced into String. Is there anything specific to Shale that is causing this? Any insight into why this is happening would be helpful. I suspect that since the "dialog" bean is *not* defined in faces-config.xml this might have something to do with it. Perhaps String is the default class to coerce to ... sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]