Is there more to the configuration?
I get exception on startup
anonymous wrote : [java] Caused by: java.lang.IllegalArgumentException: no such setter method: com.test.portal.web.common.CurrentUserBean.securityR
| ules
| [java] at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:220)
| [java] at org.jboss.seam.Component.initInitializers(Component.java:431)
| [java] at org.jboss.seam.Component.(Component.java:257)
| [java] at org.jboss.seam.Component.(Component.java:207)
| [java] at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894)
| [java] ... 139 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067587#4067587
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067587
anonymous wrote : #{sel.label} - can be evaluted because this is all happening inside ui:repeat and sel is an item from the collection returned by localeSelector.supportedLocales
No it is not, this is the source of your whole misunderstanding.
It is a method binding. It is never evaluated while the page is being rendered.
anonymous wrote : I do not want sel.value evaluated on post back.
Sorry, thats what a method binding is. This is basic JSF behavior.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067581#4067581
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067581
Peter,
I have another issue, I am getting this when I try and start the jboss server:
# 13:28:07,224 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk/instances/jdk1.5.0/jre/../lib/sparc:/usr/jboss/jboss-4.2.1.GA/server/default/deploy/arsys.war/WEB-INF/lib::/usr/lib
bash: 13:28:07,224: command not found
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067578#4067578
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067578