[jboss-user] [JBoss Seam] - Remoting Problem (Bug)
stephenwilliams
do-not-reply at jboss.com
Wed Jun 6 06:01:02 EDT 2007
Remoting callback not working
I am creating a progress bar based on the seam example "remoting/progressbar".
The example from the CVS is working but in the project that I created with seam-gen (1.2.1.GA) the callback function is only called when I return an integer.
i.e.
with "@WebRemote public int getProgress();" the javascript callback function gets called but with "@WebRemote public Process getProgress();" not.
I get the following error in the doc.documentElement...
"XML Parsing Error: mismatched tag. Expected: .\nLocation: http://localhost:8080/AlgodesRenderServer/seam/resource/remoting/execute\nLine Number 1, Column 291:"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051652#4051652
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051652
More information about the jboss-user
mailing list