What version are you using? If you use current nighlty builds you can
put viewTag before the head and body tag.
Regards,
Bruno
On 2/17/06, Costa Basil <[EMAIL PROTECTED]> wrote:
> I found the solution myself. My f:view tag embraced all the html tags. As
> soon as
> I placed it below <body> problem solved.
>
>
> Costa Basil <[EMAIL PROTECTED]> wrote:
> Hi:
>
> I am using tiles and I noticed that the final html content contains this
> piece of _javascript code at the end after the </html> tag.
>
> Is there a way to fix this? Things seem to work tough in IE, however, it
> kind of worries me.
>
> Thanks
>
> <form id="linkDummyForm" name="linkDummyForm" style="display:inline"
> method="post"
> action="/cps/p/contacts/contactsSummary.jsp"><input
> type="hidden" name="linkDummyForm:_link_hidden_" />
> function clear_linkDummyForm() {
> var f = document.forms['linkDummyForm'];
> f.elements['linkDummyForm:_link_hidden_'].value='';
> f.target='';
> }
> clear_linkDummyForm();
> //--></script></form>
> ________________________________
> Find your next car at Yahoo! Canada Autos
>
>
> ________________________________
> Find your next car at Yahoo! Canada Autos
>
>