Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

type conversion per method

Jason Deffenbaugh

2008-08-22

Replies: Find Java Web Hosting

Author LoginPost Reply
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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.