Sets up error central. Lets page author decide to show.
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Mon, 15 Apr 2013 22:14:11 +0000 (18:14 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Mon, 15 Apr 2013 22:14:11 +0000 (18:14 -0400)
commit130dfe23d607762588d449967bd6b074542a36fd
tree4f2fe22cd98a722e55282f6c58640a6457befcc2
parent2fefac9612d3675fc10161272f7beaf1b564e0ea
Sets up error central. Lets page author decide to show.

Creates a separate error container, exposed to the Faces pages as 'errors'.

The page author decides whether and where to show errors, which so
far come in two categories: configuration errors and request errors.
src/META-INF/resources/pz2utils/commanderrors.xhtml [new file with mode: 0644]
src/META-INF/resources/pz2utils/configerrors.xhtml [new file with mode: 0644]
src/META-INF/resources/pz2utils/listeners.js
src/META-INF/resources/pz2utils/pz2watch.xhtml
src/META-INF/resources/pz2widgets/login.xhtml [new file with mode: 0644]
src/main/java/com/indexdata/pz2utils4jsf/errors/ConfigurationError.java
src/main/java/com/indexdata/pz2utils4jsf/errors/ErrorCentral.java [new file with mode: 0644]
src/main/java/com/indexdata/pz2utils4jsf/errors/ErrorHelper.java
src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Bean.java
src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java
src/main/java/com/indexdata/pz2utils4jsf/pazpar2/data/Pazpar2Responses.java