Re: URL-escape a var with JSTL

2006-03-01 Thread Eric Haszlakiewicz
> [EMAIL PROTECTED] wrote: > >Hello, > >I need to URL-escape a variable in JSTL, and am not having much luck > >finding the way to do it. > > > >For example, I currently do: > > > > > >Since "foo" param may include some funky characters, I need to URL-escape > >that. So I'm looking for something

Re: URL-escape a var with JSTL

2006-03-01 Thread ogjunk-taglib
Hi, True, but I'm not using to construct my URLs, because my URLs are rewritten (mod_rewrite) and don't look like they are in the webapp context. For example, if I have myapp.war, and URLs are normally under http://example.com/myapp/ , then yes, c:url would work. However, my links are rew

JAXM POST failed null---Please HELP

2006-03-01 Thread Naeem Malik (Ext. 797)
Hi I am getting the following error message from a long time, it now over my nerve, could any one please help me in this matter, i have try almost many things but didnt get any help client side>>> attaching the xml file AttachmentPart attpart = message.createAttachmentPart();

Re: URL-escape a var with JSTL

2006-03-01 Thread Rich
I think you just need the tag. -R [EMAIL PROTECTED] wrote: Hello, I need to URL-escape a variable in JSTL, and am not having much luck finding the way to do it. For example, I currently do: Since "foo" param may include some funky characters, I need to URL-escape that. So I'm looking fo