Changing the way Context Root and Namespaces are rendered in URLS.

2008-08-12 Thread Pandolf
Hi everyone, I'm using Struts 2 to author Facebook applications and I have a bit of a problem. When using the struts "form" or "URL" tags, struts 2 of course wants to render URLs as follows: /// Because I'm running applications through Facebook, the urls must be in the following format: // I

Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
Thanks Lukasz, all sorted now. Cheers. Lukasz Lenart wrote: > > Hi > > 2008/6/7 Pandolf <[EMAIL PROTECTED]>: > >><@s.url id="todayDashboardUrl" action="encounters"> >> > > > Add includeParams="none"

After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
Hi everyone, I'm using Struts 2.0.11.1 with FreeMarker 2.3.8. I've created a hyperlink in a .FTL as follows: <@s.url id="todayDashboardUrl" action="encounters"> <@s.param name="minDaysAway" value="0"/> <@s.param name="maxDaysAway" value="1"/> <

Struts 2 + SmartURLs Plugin- Root Redirect no Longer Working

2008-05-23 Thread Pandolf
Hi there, I've recently started using the SmartURLs plugin with Struts 2, particularly for the extensionless URLs feature, which I've enabled by setting the struts2 filter to be "org.texturemedia.smarturls.SmartURLsFilter" in my "web.xml" and setting "struts.action.extension=" in my "struts.prop