2007/12/10, NagsNags <[EMAIL PROTECTED]>:
> <iframe name="mainWindow" id="bodyframe" width="100%"
> src="<%=request.getContextPath()%><tiles:getAsString name='contents'/>"
> scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0"
> hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
>
> With this code, I was loosing the form attributes whenever I try to render a
> page with form variables. Plain text pages renders properly. DynaActionForm
> object itself was set to null if I use this.
>
> So I tried using tiles:insert inside iframe like this,
>
> <iframe name="mainWindow" id="bodyframe" width="100%"
> src="<%=request.getContextPath()%><tiles:insert name='contents'/>"
> scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0"
> hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
>
> Now the actual content's source code is getting inserted into src=" " and
> the page is not rendered.

The question is: what does this "contents" attribute contain?

Ciao
Antonio

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

Reply via email to