Hi!,
> I guess Im not understanding why you don't want to use
> redirect-action-result?
Because I want use as a first-web-page tiles page. And as far as I
know I can achive this only with
tiles.index
so I want to redirect from index.jsp to actionName.action. How can I
use redirect-acti
Oops.
AFAIK S2 doesn't have an equivalent tag.
Can't you just use a scriptlet? It's only one file. Or use JSTL.
d.
--- Marcin Pietraszek <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > http://struts.apache.org/2.0.11/docs/redirect-action-result.html
> > the struts2.x prescribed algorithm is to use a r
AFAIK there is no tag for this.
Can't you just use a scriptlet? It's only in one file.
d.
--- Marcin Pietraszek <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > http://struts.apache.org/2.0.11/docs/redirect-action-result.html
> > the struts2.x prescribed algorithm is to use a redirect-action
> > is ther
Hi,
> http://struts.apache.org/2.0.11/docs/redirect-action-result.html
> the struts2.x prescribed algorithm is to use a redirect-action
> is there something specific in your webapp to prevent you from using
> redirect-action?
Maybe this could be named "specyfic".. I want to redirect to action X
Hi,
as in subject. Is there in Struts2 tag which have the same behavior as
from Struts1? If no, how I can achive simillar effect
with S2 tags?
--
greetings! kbl/Cinek/greengoo
marcin.pietraszek.pl
-
To unsubscribe, e-mail: [EMA
Hi,
as in subject. Is there in Struts2 tag which have the same behavior as
from Struts1? If no, how I can achive simillar effect
with S2 tags?
--
greetings! kbl/Cinek/greengoo
marcin.pietraszek.pl
-
To unsubscribe, e-mail: [EM
Kishore,
I'm now trying to pass multiple request parameters. My code:
"CONTINUE"
<% Hashtable ht = new Hashtable();
ht.put("notifyMsg",msg);
ht.put("errCode",errCode);
%>
(Also tried: logic:redirect forward="ERRORNOTIFY" name=&
> />
>
> Is this possible?
Yes, If you use and tags as in
truts Users Mailing List
Subject: Re: logic:redirect w/ query string
You could specify paramId, paramName, paramProperty attributes in the exact
similar way to .
Please take a look at
http://struts.apache.org/userGuide/struts-logic.html#redirect
You could specify paramId, paramName, paramProperty attributes in the exact
similar way to .
Please take a look at
http://struts.apache.org/userGuide/struts-logic.html#redirect
On 9/30/05, Doug Thomas <[EMAIL PROTECTED]> wrote:
>
> How do I create a logic:redirect element with a
How do I create a logic:redirect element with a query string>
I have:
Where ERRORNOTIFY is defined in of the struts-config.xml
file and forwards to notifyError.jsp.
I need to generate the following URL:
notifyError.jsp?errMsg=some+error+message
How to append the query string to the URL
llips" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 07, 2004 9:19 PM
Subject: logic:redirect has odd behavior in HW load balanced struts app
Hi.
We have been experiencing odd behavior with the logic:redirect tag where a
simple index.jsp page that contains it seems
Hi.
We have been experiencing odd behavior with the logic:redirect tag where a
simple index.jsp page that contains it seems to construct absolute urls
instead of relative ones, which is not what we would like. We hope that by
sending the question out to the list that we could get some
construct.
>
> So, there appears to be a problem with using logic:redirect in a dynamically
> included JSP?
>
> Any ideas?
>
>
> TIA - Adam
>
>
> -Original Message-
> From: Adam Lipscombe [mailto:[EMAIL PROTECTED]
> Sent: 23 June 2004 13:48
> T
Folks,
I have discovered that if I use the mechanism then the code
below does not work.
It does work if I use the <%@ include file="..." %> construct.
So, there appears to be a problem with using logic:redirect in a dynamically
included JSP?
Any ideas?
TIA - Adam
-
Folks,
I am trying to implement a simple login gate to ensure a user is logged in.
My code is below.
When a user is logged in successfully a session attribute named
"userContext" is present, and this has a property named "user".
There is a global forward called "login"
LoginGate.jsp:
<%@ t
16 matches
Mail list logo