From: "Erez Efrati" <[EMAIL PROTECTED]>
> I have a tile that contains a form.
> Where is the best place to initialize it?
>
> In simple struts the action is called and the form
> Is created and the action can set the form values and forward to the
> view page.

It works exactly the same way with Tiles, only instead of forwarding to the
'view page' you forward to the tile definition.  So continue to do your
setup in the Action (or in supporting classes that you call from the Action)
and then forward to your tile.

-- 
Wendy Smoak


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

Reply via email to