Hi all,
I have made a simple seam application.
I am trying to create a selectOneMenu which takes the values from a list from a specified action but i keep getting the error:
javax.el.PropertyNotFoundException: /motorcycleSearchAction.xhtml @21,50 value="#{motorcycleService.categories}": Property 'categories' not found on type org.javassist.tmp.java.lang.Object_$$_javassist_5
My code is as follows:
the
java page with the action etc is:
The interface of this file is:
The xhtml page is :
The full trace is as follow from the log file:
Any help would be much appreciated.
Thanks in advance,
giannis