In a test of mine, I noticed that this works:
| RegistrationProcess rp = (RegistrationProcess)
getValue("#{registrationProcess}");
| rp.selectConference(conference);
|
but this doesn't:
| setValue("#{conference}", conference);
| invokeMethod("#{registrationProcess.selectConference(conference)}");
|
(selectConference() gets called with a null parameter)
Does SeamTest not support parameters in el method expression? Or am I trying
to do it wrong?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015944#4015944
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015944
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user