And the error you see is...?
You seem to be calling #{insert.insert}. Which means that the method "insert" in
the seam named component "insert" is being called. You shouldn't have any
parameters in the method. Remove them from the local interface and then inject the beans
(info?) into the insert bean.
That way the bound value from the user input is accessible to the insert method.
When the concept is new it is recommended to spend the week like "one day reading the
documentation, six days for tweaking the provided examples" and not "seven days
frantic, random coding" ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126994#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...