Problem passing interface implementing object to an action from a jsp

2009-02-04 Thread Mike Baranski
Here's my delima: I have an interface to represent a Door, called IDoor I have an interface to represent a DoorProvider, called IDoorProvider. I use Spring to inject the DoorProvider implementation for the particular application to get lists of doors. I have an UnlockDoorAction that will unlock

Re: Problem passing interface implementing object to an action from a jsp

2009-02-04 Thread Adam Hardy
Hi Mike, I can't quite figure out what you're doing wrong. Don't know what you mean exactly about the "iterator value" - but I guess the problem lies with the config for your type conversions. Do you have an xwork-conversions or an action-conversion.properties? That's where you tell the xwor

RE: Problem passing interface implementing object to an action from a jsp

2009-02-04 Thread Mike Baranski
enough to understand what that means... -Original Message- From: Adam Hardy [mailto:ahardy.str...@cyberspaceroad.com] Sent: Wednesday, February 04, 2009 11:41 AM To: Struts Users Mailing List Subject: Re: Problem passing interface implementing object to an action from a jsp Hi Mike,

Re: Problem passing interface implementing object to an action from a jsp

2009-02-04 Thread Adam Hardy
ers Mailing List Subject: Re: Problem passing interface implementing object to an action from a jsp Hi Mike, I can't quite figure out what you're doing wrong. Don't know what you mean exactly about the "iterator value" - but I guess the problem lies with the c

RE: Problem passing interface implementing object to an action from a jsp

2009-02-04 Thread Mike Baranski
rdy > [mailto:ahardy.str...@cyberspaceroad.com] Sent: Wednesday, February 04, 2009 > 11:41 AM To: Struts Users Mailing List Subject: Re: Problem passing interface > implementing object to an action from a jsp > > Hi Mike, > > I can't quite figure out what you'r