Hi,
I am in the process of converting a very simple Cold Fusion page over to
JSP. I figured out how to do the query and get the output to display to the screen but in the CF page -- I use a function call #urlencodedformat(Logo_Catalog_Items.Item_Name)#. This function takes a
string and makes it URL safe. What I do is pass the data thru the URL to a FLASH movie so I need to make sure the data is URL safe.
Is there a JSP version of this function?
Thanks
Mario