[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2007-07-09 Thread ian_bailey
sherkan777 wrote : | My Firefox browser throws me an error: Seam is not defined | at line: Seam.Component.getInstance(helloAction).sayHello(name, sayHelloCallback); | I got this same problem, here was the problem I was having when I was using remoting on a view in a subdirectory of

[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2007-07-09 Thread [EMAIL PROTECTED]
Seam 2.0 has a new tag, s:remote that generates the lt;scriptgt; tags automatically for you, with the correct path. Usage can be seen in the helloworld example (CVS) and looks like this: s:remote include=customerAction/ View the original post :

[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2006-09-21 Thread sherkan777
sherkan777 wrote : Hello, | I have problem with example HelloWorld method... | I've implemented those example in my project, on my index.xhtml page it works fine, but when i try to use it or some other AJAX functions on pages in my /pages/ folder (/pages/Person.xhtml) AJAX it could't work..

[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2006-09-21 Thread [EMAIL PROTECTED]
You obviously have not got remote.js available in your page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973304#3973304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973304 ___