Re: JSF and SSI

2008-01-02 Thread Joe Riopel
I don't know much about your project, but based on your question
Facelets might be easier than plain JSF for handling your SSI.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSF and SSI

2007-12-28 Thread Shannon Scott
Thank you for your response. 
I thought it was the jsf view tag that was generating the 
HTML/HEAD/SCRIPT tags, but after your note, I realized it was an 
ajax4jsf tag that was forcing the generation of  the HTML/HEAD/SCRIPT tags.

Thank you again.
Take care.
Shannon

david delbecq wrote:

Shannon Scott a écrit :

Hello,
We have been trying to use JSF as a Server Side Include (SSI - .shtml ).

What you mean by SSI (in the context of tomcat)?
The problem is that the jsf adds an extra set of HTML tags to the 
page ( breaking the page ). We have successfully used jsp pages for 
SSI in the past.
What extra set do you mean? JSF does render what it is asked to render 
(a form, various input and maybe some javascript, depending on 
implementation)
Is there a way to stop tomcat from generating these extra tags when 
rendering the jsf?

Tomcat does not generate extra tag, except if asked to do with jsf rules.
I have been looking through the source code.  Can anyone point me to 
where in the source this HTML tag gets inserted?

Thank you for any advice or pointers.
Take care.
Shannon


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSF and SSI

2007-12-28 Thread mgainty

You will get a faster and more accurate response if you display contents of
your jsp(f)/jsf/faces page

regards/
Martin
- Original Message -
Wrom: CAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSF
To: Tomcat Users List users@tomcat.apache.org
Sent: Friday, December 28, 2007 7:41 AM
Subject: Re: JSF and SSI


 Thank you for your response.
 I thought it was the jsf view tag that was generating the
 HTML/HEAD/SCRIPT tags, but after your note, I realized it was an
 ajax4jsf tag that was forcing the generation of  the HTML/HEAD/SCRIPT
tags.
 Thank you again.
 Take care.
 Shannon

 david delbecq wrote:
  Shannon Scott a écrit :
  Hello,
  We have been trying to use JSF as a Server Side Include (SSI -
shtml ).
  What you mean by SSI (in the context of tomcat)?
  The problem is that the jsf adds an extra set of HTML tags to the
  page ( breaking the page ). We have successfully used jsp pages for
  SSI in the past.
  What extra set do you mean? JSF does render what it is asked to render
  (a form, various input and maybe some javascript, depending on
  implementation)
  Is there a way to stop tomcat from generating these extra tags when
  rendering the jsf?
  Tomcat does not generate extra tag, except if asked to do with jsf
rules.
  I have been looking through the source code.  Can anyone point me to
  where in the source this HTML tag gets inserted?
  Thank you for any advice or pointers.
  Take care.
  Shannon
 
 
  -
  To start a new topic, e-mail: users@tomcat.apache.org
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To start a new topic, e-mail: users@tomcat.apache.org
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JSF and SSI

2007-12-27 Thread Shannon Scott

Hello,
We have been trying to use JSF as a Server Side Include (SSI - .shtml ).
The problem is that the jsf adds an extra set of HTML tags to the page ( 
breaking the page ). 
We have successfully used jsp pages for SSI in the past.
Is there a way to stop tomcat from generating these extra tags when 
rendering the jsf?
I have been looking through the source code.  Can anyone point me to 
where in the source this HTML tag gets inserted?

Thank you for any advice or pointers.
Take care.
Shannon


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSF and SSI

2007-12-27 Thread david delbecq

Shannon Scott a écrit :

Hello,
We have been trying to use JSF as a Server Side Include (SSI - .shtml ).

What you mean by SSI (in the context of tomcat)?
The problem is that the jsf adds an extra set of HTML tags to the page 
( breaking the page ). We have successfully used jsp pages for SSI in 
the past.
What extra set do you mean? JSF does render what it is asked to render 
(a form, various input and maybe some javascript, depending on 
implementation)
Is there a way to stop tomcat from generating these extra tags when 
rendering the jsf?

Tomcat does not generate extra tag, except if asked to do with jsf rules.
I have been looking through the source code.  Can anyone point me to 
where in the source this HTML tag gets inserted?

Thank you for any advice or pointers.
Take care.
Shannon


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]