This is not yet fixed!

  | Caused by: java.lang.NullPointerException
  |     at 
org.jboss.seam.util.Parameters.convertMultiValueRequestParameter(Parameters.java:48)
  |     at org.jboss.seam.Component.injectParameters(Component.java:1151)
  |     at org.jboss.seam.Component.inject(Component.java:1114)
  |     at 
org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent(BijectionInterceptor.java:48)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 

I'm trying to call an SFSB method as a page action with @RequestParameter. Some 
of the request parameters are actually empty, e.g.:

  | <input type="hidden" name="adresseUmsatzsteuerIdentNummer" value="" />
  | 

Could this be the source of the problem?

Regards

Felix

P.S.: This used to work under 1.0.1.GA.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996974
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to