RE: URLs with & ? and other special characters

2012-01-20 Thread Skip
Thanks, didn't know these were there. Actually ended up writing my own. -Original Message- From: Rishi Solanki [mailto:rishisolan...@gmail.com] Sent: Friday, January 20, 2012 1:19 AM To: user@ofbiz.apache.org Subject: Re: URLs with & ? and other special characters Hi, Use

Re: URLs with & ? and other special characters

2012-01-20 Thread Rishi Solanki
Hi, Use following utility methods for formation of Urls before pass it to OfbizUrl. UtilFormatOut.encodeQueryValue(String) UtilFormatOut.decodeQueryValue(String) Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On

URLs with & ? and other special characters

2011-12-30 Thread Skip
I am implementing a new system where some of the key fields like productId, partyId, etc have special characters in them. When constructing a URL, for instance EditInventoryItem?productId= and the productId contains one of these special characters, I expected OfbizUrl to fix it form me. for insta