Hi All,
I have solved this problem by adding the following code to org.jboss.seam.core.Events (and
rebuilding jboss-seam.jar)
public void raiseEvent(String type)
| {
| raiseEvent(type, new Object[0]);
| }
|
After that the bud disappeared.
May we, we should add it to JBoss Seam source code?
Best regards,
Gleb.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985792#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...