Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
Fixed. Had to use Tomcat 6, instead of Tomcat 5. JSP 2.1 is only supported as of TC6... George.Francis wrote: > > I think I'm getting close to the actual error now. I see: > > Caused by: javax.faces.FacesException: No valid ExpressionFactory > implementation is available but that's require

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
I think I'm getting close to the actual error now. I see: Caused by: javax.faces.FacesException: No valid ExpressionFactory implementation is available but that's required as this application isn't running in a JSP 2.1 container. at org.apache.myfaces.webapp.Jsp20FacesInitializer$ErrorEx

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
I dont see any problems in the HTML, but I do see the following message in the console: Object cannot be created in this context" code: "9 is that helpful? mraible wrote: > > If you view-source on the page, do you see the issue? > > Matt > > On Fri, May 23, 2008 at 11:06 AM, George.Francis

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread Matt Raible
If you view-source on the page, do you see the issue? Matt On Fri, May 23, 2008 at 11:06 AM, George.Francis <[EMAIL PROTECTED]> wrote: > > Hmm, that didnt work :( > > > > mraible wrote: >> >> You might try adding the following to sitemesh.xml: >> >> > class="com.opensymphony.module.sitemesh.parse

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-23 Thread George.Francis
Hmm, that didnt work :( mraible wrote: > > You might try adding the following to sitemesh.xml: > > class="com.opensymphony.module.sitemesh.parser.FastPageParser"/> > > Matt > > On Thu, May 22, 2008 at 3:37 PM, George.Francis <[EMAIL PROTECTED]> > wrote: >> >> Someone passed this project on

Re: [appfuse-user] XML Parsing Error on /admin/users.html

2008-05-22 Thread Matt Raible
You might try adding the following to sitemesh.xml: Matt On Thu, May 22, 2008 at 3:37 PM, George.Francis <[EMAIL PROTECTED]> wrote: > > Someone passed this project on to me, which was initially created using the > AppFuse default JSF configuration. They initially disabled security so that > lo

[appfuse-user] XML Parsing Error on /admin/users.html

2008-05-22 Thread George.Francis
Someone passed this project on to me, which was initially created using the AppFuse default JSF configuration. They initially disabled security so that logon wasn't required. Now they want to reintroduce logon. So I re-enabled the appropriate value in security.xml and logon is back! great! but