Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18766

help a returning newbie out?

Newsgroups comp.lang.java.programmer
Date 2012-09-14 07:17 -0700
Message-ID <8516f4a1-f1d8-493c-bfe2-37509a1dc04d@googlegroups.com> (permalink)
Subject help a returning newbie out?
From ClintJCL <clintjcl@gmail.com>

Show all headers | View raw


I did 6 mos of professional java.. in 1998. Now I just came back to it last week. Talk about a system shock. I have a little bit of time to ramp up before I am guided by a co-worker; until then it is mostly self-help. And of course I'm having all kinds of problems.

What is the best route for me to learn how to use MyFaces and RichFaces, which is where my focus is going to be?

I've been using this tutorial on vogella:
http://www.vogella.com/articles/JavaServerFaces/article.html#installation_eclipse

But as soon as I got to step 5.8 - actually running it - it threw a bunch of errors.


'de.vogella.jsf.starter.validator.LoginValidator' validator id is is not registered.	LoginView.jsp	/de.vogella.jsf.starter/WebContent	line 19	JSF Problem

Resource bundle de.vogella.jsf.starter.messages cannot be found on classpath 	LoginView.jsp	/de.vogella.jsf.starter/WebContent	line 13	JSF Problem

cvc-complex-type.2.4.a: Invalid content was found starting with element 'validator-class'. One of '{"http://java.sun.com/xml/ns/javaee":display-name, "http://java.sun.com/xml/ns/javaee":icon, "http://java.sun.com/xml/ns/javaee":validator-id}' is expected.	faces-config.xml	/de.vogella.jsf.starter/WebContent/WEB-INF	line 36	XML Problem

Resource bundle de.vogella.jsf.starter.messages cannot be found on classpath 	Trainer.jsp	/de.vogella.jsf.starter/WebContent	line 13	JSF Problem


...... Of course, according to the tutorial, this should work.

This environment, being orders of magnitude more complex than what I usually work on, is a bit intimidating. Even the tutorials rarely function as they claim to.

I'm not sure where to even start on figuring out what went wrong. Maybe someone gracious out there could offer either some general advice, or specific suggestions toward this tutorial.

Or maybe I'm barking up several wrong trees?

Thanks,
-Clint

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

help a returning newbie out? ClintJCL <clintjcl@gmail.com> - 2012-09-14 07:17 -0700
  Re: help a returning newbie out? Jeff Higgins <jeff@invalid.invalid> - 2012-09-14 11:26 -0400
  Re: help a returning newbie out? Arne Vajhøj <arne@vajhoej.dk> - 2012-09-14 20:28 -0400

csiph-web