Re: Problem with custom ActionMapping, set-property and WebLogic

2004-04-05 Thread Martin Cooper
Try adding matching getters for your setters, to make sure Weblogic sees these as properties. -- Martin Cooper "chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm having trouble getting a custom ActionMapping class populated with the > contents of a element of a Struts >

Problem with custom ActionMapping, set-property and WebLogic

2004-04-05 Thread chris
I'm having trouble getting a custom ActionMapping class populated with the contents of a element of a Struts declaration. My code works under Tomcat, but not under Weblogic 8.1. Can anyone provide any pointers? Everything's fine, except that the custom properties don't get set. The cus