Re: [appfuse-user] FaceletException again

2007-03-29 Thread Dale Newfield
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

Re: [appfuse-user] FaceletException again

2007-03-29 Thread Plant More Tree
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

Re: [appfuse-user] FaceletException again

2007-03-29 Thread Matt Raible
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

Re: [appfuse-user] FaceletException again

2007-03-29 Thread Plant More Tree
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-

Re: [appfuse-user] FaceletException again

2007-03-29 Thread Plant More Tree
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

Re: [appfuse-user] FaceletException again

2007-03-28 Thread Matt Raible
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

Re: [appfuse-user] FaceletException again

2007-03-28 Thread Plant More Tree
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 > >

Re: [appfuse-user] FaceletException again

2007-03-28 Thread Matt Raible
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

[appfuse-user] FaceletException again

2007-03-28 Thread Plant More Tree
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