"petemuir" wrote : anonymous wrote :
| | "UId": Error during model data update.
| | "EMail": Error during model data update.
| | "phoneNumber": Error during model data update.
| |
|
| Looks to me as though user is null.
I tried to print out the value and some debug informaton in the registerAction.java:
System.out.println(PIN);
| System.out.println(user.getUId());
seems the register method hasn't been invoked yet, or at least there should be null
pointer exception if the user is Null or PIN is NULL.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960309#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...