Hi Martin,

Mine trailing jsp is:
#################
<h:inputText/>
</f:view>
</body>
</html>

and the rendered html:
###################

function clear_TREE() {
  var f = document.forms['TREE'];
  f.elements['clientTree:org.apache.myfaces.tree.NAV_COMMAND'].value='';
  f.elements['TREE:_link_hidden_'].value='';
  f.target='';
}
clear_TREE();
//--></script></form>
<input id="_id8" name="_id8" type="text" value="" />

null</body>
</html>

I am using server side state saving, I am experiencing this problem
both with jscookmenu & tree2. In fact I am using 2 frames, first one
contains tree2 and the second one contains jscookmenu. When I remove
cookmenu from jsp It still render a 'NULL' right before </body> tag.
For me this problem has nothing to do with jscookmenu or tree2.

Best regards,

Onur

On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> Do you use client-side or server side-state-saving?
>
> if you put an <h:inputText> field right before the body end, is it
> rendered after or before?
>
> regards,
>
> Martin
>
> On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote:
> > I'm using the Myfaces nightly build of  30 january.....
> >  After I have configured the MyFaces Extension Filter in the xml file, a
> > 'null' is wireted at bottom of all pages....
> >
> >  What is happening?
> >  Thanks.
> >
> >  Ps: just once, not a 'null' , but a textfield was redered...
> >
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>

Reply via email to