I have a cfx (credit: written with the help from Rod)

<cfx_JSocket
        host="" 
        port="" 
        message=""
        response="returnMessage" 
        debug="yes">

The problem I am having is that in the calling page it gives me a 
"returnMessage 
undefined" error.

in the Java Class the code is
response.setVariable( request.getAttribute("response"), returnContent );

where the value of request.getAttribute("response") is a string "returnMessage"

Just wondering if someone can see something obivously wrong with this?

My second question Java related, does anyone have any clue as to why the 
result from this CFX takes 2 minutes to return, while when doing it via telnet 
it 
returns almost immediately? We are using Java's Socket and just simply sending 
a message and receiving back a result.

________________________________
Taco Fleur - E-commerce Development Manager
Shelco Searches & Services
An Authorised ASIC Information Broker
www.shelco.com.au
Ph: + 61 7 3236 2605



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to