Double check that your action has a public getTicket() and that it has a
public getAsset() and that it has a public getUnderlying() and that it has a
public getReference().  As you probably know, spelling and case matters :)

Scott

On 10/4/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
>
> I have an object named ticket in may Action class.
> this object has an attributes which has an attribute which has an
> attribute which has an attibute.
> When I want to display it in a textfield, I use the synthax below:
> <td>
> <s:textfield onkeydown="return false;" name="
> ticket.asset.underlying.reference" cssClass="filtrebox" size="16"/>
> <img width="5" src="images/pixel-transp.gif">
> </td>
>
> Nothing appears when the page is displayed. And the object value is
> clearly appearing (debugger shows me) to be not null in the action class.
> The problem appears each time whe have an object nested 4 times.
> Can someone explains me why my value can't be displayed in such situation.
>
> Meissa
>
>
>
>
> L'integrite de ce message n'etant pas assuree sur internet, Natixis ne
> peut etre tenu responsable de son contenu. Toute utilisation ou diffusion
> non autorisee est interdite. Si vous n'etes pas destinataire de ce message,
> merci de le detruire et d'avertir l'expediteur.
> Ensemble, faisons un geste pour l'environnement : n'imprimons nos mails
> que si necessaire
>
> The integrity of this message cannot be guaranteed on the Internet.
> Natixis can not therefore be considered responsible for the contents. Any
> unauthorized use or dissemination is prohibited. If you are not the intended
> recipient of this message, then please delete it and notify the sender.
> Let us mind the environment : let's print our mails only when necessary.
>



-- 
Scott
[EMAIL PROTECTED]

Reply via email to