Have you tried using the LocDTO properties? I think it will just work -
Struts uses bean utils which looks at the object you are trying to operate
on, rather than the type it is declared as.

Paul

> -----Original Message-----
> From: Daniel, Gillian [mailto:[EMAIL PROTECTED]
> Sent: 25 February 2004 14:31
> To: [EMAIL PROTECTED]
> Subject: Nested nest Tag
> 
> 
> Hi there, I am using Struts 1.1 and Java SE 1.4.2.02 and Java EE 1.4
> 
>  
> 
> I have an object called SccDTO.java which is extended by many objects,
> but I will use LocDTO,java as the example here.
> 
>  
> 
> In my SccBean.java - which extends the ValidatorForm - I have 
> getter and
> setter methods for a SccDTO object.
> 
>  
> 
> I am using <nested:nest property="sccDTO">
> 
>                    <nested:write property="type"/>
> 
>  
> 
> This is fine, but I actually sometimes want to access methods in the
> LocDTO, and sometimes from the other objects which extend the SccDTO.
> 
>  
> 
> Now I realise that the SccDTO has no getter and setter methods for the
> LocDTO methods, so this is not going to work, but is there a 
> way around
> this?
> 
>  
> 
> Any help would be much appreciated, 
> 
> Gillian Daniel
> 
> 


**************************************
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message, and notify us immediately. If you or your employer does 
not consent to Internet email messages of this kind, please advise us immediately. 
Opinions, conclusions and other information expressed in this message are not given or 
endorsed by my Company or employer unless otherwise indicated by an authorised 
representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted 
via electronic mail attachments we cannot guarantee that attachments do not contain 
computer virus code.  You are therefore strongly advised to undertake anti virus 
checks prior to accessing the attachment to this electronic mail.  Axios Systems Ltd 
grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.


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

Reply via email to