Hi Torsten,

If I understood you correctly you want to send a string from ulc client to
ulc app on server.

You could do this using invokeULC("nameOfMethodOnULCProxy", new Object[] {
"setMessage:+49 (0)" }

On ULCProxy in the server you should have a method  public void
nameOfMethodOnULCProxy(String a).

I tried this with the string that you have provided and it worked ok, i.e. I
did not have to convert your string to another format to be able to send it
across to the server from the client.

Please tell me which version of ULC are you using and how have you
implemented your code?

Thanks and regards,

Janak

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Hofmann,
>Torsten
>Sent: Tuesday, June 19, 2007 7:37 PM
>To: [email protected]
>Subject: [ULC-developer] Error Sending Message from Client to Server
>(Dangling meta character...)
>
>
>Hello
>
>When i want to send the following message to the server i get an error
>Message: "setMessage:+49 (0)"
>
>Error:
>com.ulcjava.base.client.RemoteException: Exception occured on the
>server: Dangling meta character '+' near index 0
>at com.ulcjava.base.client.UISession.b(UISession.java:246)
>at com.ulcjava.base.client.UISession.handleRequest(UISession.java:186)
>at com.ulcjava.base.client.UISession.b(UISession.java:191)
>at com.ulcjava.base.client.UISession.access$1700(UISession.java:337)
>at com.ulcjava.base.client.UISession$2.run(UISession$2.java:3)
>at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
>at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
>at
>com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(Filtering
>EventQueue.java:4)
>at
>java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatch
>Thread.java:201)
>at
>java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchTh
>read.java:151)
>at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
>at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
>at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
>
>How could i convert the string to some format? Which method could
>i use for this?
>
>
>Regards
>
>Torsten Hofmann
>Dipl. - Informatiker (FH)
>
>Comgroup GmbH
>Industriepark Würth
>Drillberg 6 / Geb. 2
>97980 Bad Mergentheim
>Germany
>Phone: +49 (0)7931-91 6284
>Fax: +49 (0)7931-91 7284
>www.comgroup.de
>Sitz: Bad Mergentheim
>Geschäftsführer: Ulrich Baumgartl
>Amtsgericht Ulm
>HRB 680 843
>USt. ID.Nr.: DE 813 649 437
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to