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 required as this application isn't > running in a JSP 2.1 container. > at > org.apache.myfaces.webapp.Jsp20FacesInitializer$ErrorExpressionFactory.createValueExpression(Jsp20FacesInitializer.java:202) > at > com.sun.facelets.tag.TagAttribute.getValueExpression(TagAttribute.java:256) > ... 83 more > > Do you know what this error means (in terms of how to fix). I've done > some googling but no luck so far. > > > > 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 <[EMAIL PROTECTED]> >> wrote: >>> >>> Hmm, that didnt work :( >>> >>> >>> >>> mraible wrote: >>>> >>>> You might try adding the following to sitemesh.xml: >>>> >>>> <parser content-type="application/xhtml+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 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 >>>>> now >>>>> I >>>>> want to manage new user accounts, and when I navigate to >>>>> http://.../myapp/admin/users.html I get: >>>>> >>>>> XML Parsing Error: no element found >>>>> Location: http://localhost:8080/myapp/admin/users.html >>>>> Line Number 1, Column 1: >>>>> >>>>> whereas if I create a new AppFuse project the same url brings me to >>>>> the >>>>> user >>>>> administration page. >>>>> Can you tell me how to start working out what has been done, that >>>>> causes >>>>> the >>>>> XML parsing error? I checked the file admin/users.xhtml but this has >>>>> not >>>>> changed from the original. >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/XML-Parsing-Error-on--admin-users.html-tp17414005s2369p17414005.html >>>>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/XML-Parsing-Error-on--admin-users.html-tp17414005s2369p17430123.html >>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/XML-Parsing-Error-on--admin-users.html-tp17414005s2369p17440570.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
