[jboss-user] [JBoss Seam] - Re: Submitting using SelectOneRadio

monkeyden do-not-reply at jboss.com
Tue Oct 31 10:40:49 EST 2006


Here is the runtime memory (up to the call to org.apache.myfaces.el.MethodBindingImpl.getMethod()).  _argClasses is null, which tells me that it might be expecting to call a no-arg method, when the actual method takes a ValueChangeEvent.

this	MethodBindingImpl  (id=346)	
  | facesContext	ServletFacesContextImpl  (id=347)	
  | args	Object[0]  (id=348)	
  | baseAndProperty	Object[2]  (id=349)	
  | 	[0]	Proxy$$EnhancerByCGLIB$$f38c8c2a  (id=298)	
  | 		CGLIB$BOUND	true	
  | 		CGLIB$CALLBACK_0	ClientSideInterceptor  (id=310)	
  | 		CGLIB$CONSTRUCTED	true	
  | 	[1]	"updateStateRadioChange"	
  | base	Proxy$$EnhancerByCGLIB$$f38c8c2a  (id=298)	
  | 	CGLIB$BOUND	true	
  | 	CGLIB$CALLBACK_0	ClientSideInterceptor  (id=310)	
  | 		bean	$Proxy116  (id=319)	
  | 		component	Component  (id=317)	
  | 			beanClass	Class<T> (com.project.actions.EditUserRecordAction) (id=264)	
  | 			businessInterfaces	HashSet<E>  (id=357)	
  | 			clientSideInterceptors	ArrayList<E>  (id=361)	
  | 			createMethod	null	
  | 			dataModelFieldAnnotations	HashMap<K,V>  (id=362)	
  | 			dataModelFields	ArrayList<E>  (id=366)	
  | 			dataModelGetterAnnotations	HashMap<K,V>  (id=376)	
  | 			dataModelGetters	ArrayList<E>  (id=377)	
  | 			dataModelSelectionFieldAnnotations	HashMap<K,V>  (id=378)	
  | 			dataModelSelectionFields	HashMap<K,V>  (id=379)	
  | 			dataModelSelectionSetterAnnotations	HashMap<K,V>  (id=380)	
  | 			dataModelSelectionSetters	HashMap<K,V>  (id=381)	
  | 			dependencies	null	
  | 			destroyMethod	Method  (id=382)	
  | 			factory	Class<T> (org.jboss.seam.intercept.Proxy$$EnhancerByCGLIB$$f38c8c2a) (id=299)	
  | 			inFields	HashSet<E>  (id=383)	
  | 			initializerFields	HashMap<K,V>  (id=384)	
  | 			initializerSetters	HashMap<K,V>  (id=385)	
  | 			inMethods	HashSet<E>  (id=386)	
  | 			interceptionType	InterceptionType  (id=387)	
  | 			interceptors	ArrayList<E>  (id=389)	
  | 			jndiName	"pipeline/EditUserRecordAction/local"	
  | 			logField	Field  (id=391)	
  | 			logInstance	LogImpl  (id=393)	
  | 			name	"editProfileAction"	
  | 			outFields	HashSet<E>  (id=395)	
  | 			outMethods	HashSet<E>  (id=396)	
  | 			parameterFields	HashSet<E>  (id=397)	
  | 			parameterSetters	HashSet<E>  (id=398)	
  | 			postActivateMethod	null	
  | 			postConstructMethod	null	
  | 			preDestroyMethod	null	
  | 			prePassivateMethod	null	
  | 			removeMethods	HashSet<E>  (id=399)	
  | 			scope	ScopeType  (id=400)	
  | 			startup	false	
  | 			synchronize	true	
  | 			timeout	1000	
  | 			type	ComponentType  (id=402)	
  | 			unwrapMethod	null	
  | 			validateMethods	HashSet<E>  (id=404)	
  | 			validators	Hashtable<K,V>  (id=405)	
  | 		componentName	"editProfileAction"	
  | 		isSeamComponent	true	
  | 		type	InterceptorType  (id=326)	
  | 		userInterceptors	ArrayList<E>  (id=330)	
  | 	CGLIB$CONSTRUCTED	true	
  | property	"updateStateRadioChange"	
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982114#3982114

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982114



More information about the jboss-user mailing list