Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~270 People Reached
Favorite Forums
Favorite Tags
jsp x 4
Member Avatar for rickprospers

JSP Newbie: I have a piece of code that works perfectly within the <% %> brackets but I need it to work within the <%! %> brackets. Here is the code: ------------------------ [code=java]com.newatlanta.cfc.CFCProxy myCFC = new com.newatlanta.cfc.CFCProxy("xmpp", request, response); String jsonMsgData = "A test message"; Object[] myArgs = {jsonMsgData}; java.util.Map …

Member Avatar for ~s.o.s~
0
88
Member Avatar for rickprospers

During the execution of a package listener, I am trying to call a web page with embedded query strings to execute a task in .cfm... The code below is a snippet from the original code to simplify the discover of the error. I have been struggling to get this simple …

Member Avatar for rickprospers
0
182