I'm running struts 2.0.11 trying to do a custom type conversion.

The conversion is working for the action that calls the execute() method
in the action class but it does not work for an action that is declared
using the method="methodName" parameter in struts.xml so when
methodName() runs I get an input result because it doesn't convert.

I have my properties file to wire up the conversion named as:
ActionClass-conversion.properties

The property file contains:
parameter=com.type.conversion.ClassName

I also tried putting this in xwork-conversion.properties without
success.

Has anyone had success using type conversion for actions that don't run
execute()?

-Jason




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

Reply via email to