Try xml escaping the string using LzBrowser.xmlEscape(). Hopefully that'll do the trick.
pablo -- Sr. Software Engineer, Laszlo Systems On Mon, 28 Aug 2006 [EMAIL PROTECTED] wrote: > > i added. eventhough its not displaying properly > > -----Original Message----- > From: Pablo Kang [mailto:[EMAIL PROTECTED] > Sent: Monday, August 28, 2006 3:12 PM > To: Devulapalli, Harish > Cc: [email protected] > Subject: RE: Reg: Bug > > > Try adding CDATA around your script block like > > <method name="..."><![CDATA[ > canvas.modifyPricePlanWindow.setAttribute('title','Create New Price Plan > : (<<A&''>>)'); > ]]> > </method> > > pablo > -- > Sr. Software Engineer, Laszlo Systems > > On Mon, 28 Aug 2006 [EMAIL PROTECTED] wrote: > > > > > Thanks Pablo. > > i solved this problem by using LzParam by using encoding value as true. > > > > but i have another problem. > > like this string "<<A&''>>" not able to display on window .. > > its giving the problem with < symbols. > > > > > > canvas.modifyPricePlanWindow.setAttribute('title','Create New Price Plan : > > (<<A&''>>)'); > > > > please correct me in this problem > > thanks > > harish. > > > > -----Original Message----- > > From: Pablo Kang [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 28, 2006 2:26 PM > > To: Devulapalli, Harish > > Subject: Re: Reg: Bug > > > > > > Hi Harish, > > > > Try doing something like > > > > escape("<<A&''>>") > > > > to HTML escape those characters. Unfortunately, the POST is an url-encoded > > request and not a raw POST. > > > > For future reference, you can also send your questions to > > [EMAIL PROTECTED] > > > > Cheers, > > pablo > > -- > > Sr. Software Engineer, Laszlo Systems > > > > On Mon, 28 Aug 2006 [EMAIL PROTECTED] wrote: > > > > > Hi Pablo Kang > > > How are you. > > > this is harish working for verizonwireless . > > > i am using the lazlo for developing my gui. > > > i have a need of using like the following > > > > > > > > > > > > sendDataSet.setQueryType('POST'); > > > sendDataSet.setQueryString( > > > param ); > > > sendDataSet.doRequest(); > > > > > > but i am not able to send the special characters like <<A&''>> > > > > > > param.addValue("vendorName","<<A&''>>"); > > > > > > when i send like this to back end its printing only <<. not other > > > characters. > > > please give me the solution. > > > > > > > > > > Regards > > > > Harish Devulapalli > > > > Verizon Wireless - (WDS) > > > Mobile# 732 986 6446 > > > > > > > > > > > > > > > The information contained in this message and any attachment may be > > > proprietary, confidential, and privileged or subject to the work > > > product doctrine and thus protected from disclosure. If the reader > > > of this message is not the intended recipient, or an employee or > > > agent responsible for delivering this message to the intended > > > recipient, you are hereby notified that any dissemination, > > > distribution or copying of this communication is strictly prohibited. > > > If you have received this communication in error, please notify me > > > immediately by replying to this message and deleting it and all > > > copies and backups thereof. Thank you. > > > > > > > > > _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
