Matt Raible wrote:
It's not a bug, Facelets requires well-formed XML before it
processes/compiles the template
Maybe having inline scripts wrapped in CDATA like this:
//
could help?
-Dale
-
To unsubscribe, e-mail: [EMAIL PR
Thanks Matt...it works now.
sorry i didn't read thru the namespace thoroughly !
mraible wrote:
>
> On 3/29/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
>>
>> I put <%@ include file="/common/taglibs.jsp"%> at the first line of the
>> page
>> as I need to use the jstl function and I still
On 3/29/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
I put <%@ include file="/common/taglibs.jsp"%> at the first line of the page
as I need to use the jstl function and I still got error :
com.sun.facelets.FaceletException: Error Parsing /addContactForm.xhtml:
Error Traced[line: 1] The markup
I put <%@ include file="/common/taglibs.jsp"%> at the first line of the page
as I need to use the jstl function and I still got error :
com.sun.facelets.FaceletException: Error Parsing /addContactForm.xhtml:
Error Traced[line: 1] The markup in the document preceding the root element
must be well-
anyway to escape verification by Facelet of well-formed page?
Plant More Tree wrote:
>
> I put <%@ include file="/common/taglibs.jsp"%> at the first line of the
> page as I need to use the jstl function and I still got error :
>
> com.sun.facelets.FaceletException: Error Parsing /addContactFor
It's not a bug, Facelets requires well-formed XML before it
processes/compiles the template - that's they you're seeing this
issue. The good news is you can use #{} and ${} in many places to get
the values you're looking for.
The nice thing about using Facelets is you're pretty much guaranteed
t
is it some kind of facelet configuration/bugs? When I built my application
using appfuse 1.9.3 I did the same thing and never encounter this kind of
error. even when I use '&&' operator in javascript, facelet threw me
exception.
mraible wrote:
>
> How about this:
>
>
>
>
>
> Matt
>
>
How about this:
Matt
On 3/28/07, Plant More Tree <[EMAIL PROTECTED]> wrote:
I just declare the javascript below the I got the error message on the page
com.sun.facelets.FaceletException: Error Parsing /addContactForm.xhtml:
Error Traced[line: 12] The value of attribute "src" ass
I just declare the javascript below the I got the error message on the page
com.sun.facelets.FaceletException: Error Parsing /addContactForm.xhtml:
Error Traced[line: 12] The value of attribute "src" associated with an
element type "script" must not contain the '<' character.
at
c