开发者

Seam method not found

开发者 https://www.devze.com 2023-03-05 07:26 出处:网络
I am using the seam framework and when I render .xhtml file (which contains stManagerImpl) it开发者_Python百科 should create an instanse of stManagerImpl. But it gives me an exception:

I am using the seam framework and when I render .xhtml file (which contains stManagerImpl) it开发者_Python百科 should create an instanse of stManagerImpl. But it gives me an exception:

javax.el.MethodNotFoundException: Method not found:
    com.student.stManagerImpl@1b41711.showForm(java.lang.Long)

Even before calling @begin annotated function.

Where can be attached the showForm((java.lang.Long) method to stManagerImpl

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消