problem with 'url' tag, need helpl

2008-11-20 Thread Muralidhar Y
Hi friends, I am using struts 2.0.1.2. I am using url tag and I am facing some problem. Please help me in this. The following is the code in jsp s:url value=http://www.mypopproject.com/p/paypal.action; id=returnURL includeParams=none

problem with url tag when using portlets

2008-08-14 Thread cvx22
hi all, i'm using struts 2.0.11.2 with portlets (Apache Pluto 1.1.5). I have problem with struts url tag. I have something like this: - %@ page contentType=text/html; charset=UTF-8 % %@ taglib prefix=s uri=/struts-tags% [..] s:iterator value=%{menu} lt;a href=s:url action=%{url

Re: problem with url tag when using portlets

2008-08-14 Thread Nils-Helge Garli Hegvik
You're right, that is indeed a missing feature. Please register a JIRA issue for this. Nils-H On Thu, Aug 14, 2008 at 1:29 PM, cvx22 [EMAIL PROTECTED] wrote: hi all, i'm using struts 2.0.11.2 with portlets (Apache Pluto 1.1.5). I have problem with struts url tag. I have something like

Problem with URL tag

2008-04-01 Thread Ian Meikle
Hi, I have downloaded what is discribed as the latest best available release of STRUTS 2.0.11.1 (http://struts.apache.org/downloads.html) I am following the tutorial Using tags where the example uses a URL tag with the var attribute. s:url var=url action=Welcome However this crashes

Re: Problem with URL tag

2008-04-01 Thread Dave Newton
(Quick followup.) The wiki is a bit tricky when it comes to supplying version-specific information when the information is added before the new version is released. Unless editors specifically add version numbers to documentation text there's no way to know what version something applies to.

Re: Problem with URL tag

2008-04-01 Thread Dave Newton
--- Ian Meikle [EMAIL PROTECTED] wrote: I am following the tutorial Using tags where the example uses a URL tag with the var attribute. s:url var=url action=Welcome However this crashes since the TLD in the struts2-core-2.0.11.1.jar does not define the var attribute. It is