#x27;
Pressing the continue execution button just brings up more of the same error.
If anyone has an idea of what could be causing this, or anything else I can
check, please share.
Thanks,
CDiggins
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41
I have checked that an there is only a single bean with each name. Is there any
better way to check for jar duplication? I looked through my lib folder, but
did not see any duplicates, and looked in the classpath and also did not see
duplicates.
View the original post :
http://www.jboss.com/in
I am having a strange issue in which none of my beans can be accessed. On the
first request to the server that is for one of the beans, I get the following
error:
| java.lang.IllegalArgumentException: value of context variable is not an
instance of the component bound to the context variable
I am attempting to add ajax4jsf support to my project and am getting errors
parsing rich.taglib.xml, richfaces.taglib.xml, and a4j.taglib.xml.
| java.io.IOException: Error parsing
[jar:file:/C:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp26011richfaces-ui-3.1.3.GA.jar!/META-INF/ajax4jsf.tagli
Also having the same problem...
| java.lang.IllegalStateException: Could not start transaction
| at
org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:583)
| at
org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:314)
| at
A NoClassDefFoundError is making itself apparent when I try to access any pages
on my project, and I am finding no suggestions on how to fix it while searching
the forums and the web. This was not a problem before I updated to the latest
version, but I was using a much older version before (with
It was a simple question - misread the location of FaceletViewHandler. That
problem is now resolved, but the second stack trace problem remains. I have the
latest build of Seam (today) and am getting java.lang.NoClassDefFoundError:
org/jboss/el/lang/FunctionMapperImpl no matter what I do.
View
More stack trace
| javax.servlet.ServletException: Servlet execution threw an exception
| at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)
| at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:2
Probably a very simple question, but where is the SeamFaceletViewHandler or
FaceletViewHandler now located? org.jboss.seam.ui.facelet no longer seems to
contain it. I updated to Seam 2.0.1.CR1 to fix 'No application context active'
(http://jira.jboss.com/jira/browse/JBSEAM-2150) and now am getti
Ahh, now the error has changed...I am back to the error I had before even
starting to play with s:selectItems. Now on save, validation catches it and
says:
anonymous wrote :
| Conversion Error setting value '[EMAIL PROTECTED]' for 'null Converter'.
|
View the original post :
http://www.jb
Testing with breakpoints in each of the overrides, the hashcode method is hit,
but the equals method is not through the loading / saving process.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120221#4120221
Reply to the post :
http://www.jboss.com/index.htm
Override hashcode to do what? I assume I need to override equals to test to see
which is selected...but don't know about hashcode.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120218#4120218
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
I have an h:selectOneMenu that contains an s:selectItems and an
ec:convertEntity. With or without the convertEntity, I can not get the property
the selectOneMenu is bound to be anything other than null.
anonymous wrote :
|
|
Partial post, please delete.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120211#4120211
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120211
___
jboss-user mailing list
jb
I have an h:selectOneMenu that contains an s:selectItems and an
ec:convertEntity. With or without the convertEntity, I can not get the property
the selectOneMenu is bound to be anything other than null.
anonymous wrote :
|
The only time I received that error message is where there was not a suitable
h:messages or h:message component for the id I was attempting to add the error
to on the page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118803#4118803
Reply to the post :
ht
It is now a long-running conversation, this being my first seam project and I
had not realized that was how to do it. It works without the hidden field -
that just happened to be the first solution I found.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411872
Problem solved.
I at first did not have a field at all to take the ID, reasoning that if there
was no field it would keep the previous ID value from the database. This was
incorrect; the solution now used is to have an inputHidden bound to the ID
property of my entity, which then passes the ID
I have been having difficulty getting an entity record to update data. I am
using a @Factory menthod to load an @DataModel list, and the selecting a record
using @DataModelSelection. Once this data is loaded I can see on the page
(outputText) that I have the proper ID from the database. If I the
19 matches
Mail list logo