I have a validator called from an xhtml page. The app works fine when deployed on my local machine, but I get this error when I deploy the same .ear on our development server:
/school.xhtml @19,150 validator="#{schoolValidator.validateCode}": java.lang.reflect.InvocationTargetException
The method "validateCode" is actually run, since I can see the output in the log and no errors are generated. So it's accessible by the app.
The JVM, JBoss and SEAM versions are the same on my local machine and the dev server (though my local machine is WinXP, and the dev server is Linux). Any ideas why this would work on one machine and not another?
TIA, Jon
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127157#4127157
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127157
Yes, I can confirm what Thomas said.
In portal 2.4 we started that way by creating a portlet providing different views of the navigation tree (primary and secondary navigation, different types of overviews and a sitemap).
In portal 2.6 we switched to a custom pageCustomizer to get/enhance (with custom data like a description for an entry) and render the navigation information.
Generalizing that topic has lead us to the ability of dynamically inserting navigation entries from external application (xml schema based) into a predefined entry point within the navigation.
That means, the current api is flexible enough to fit your needs and, if not, you can extend it in your own application
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127152#4127152
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127152