Re: Hi Action Forward problem

2004-01-14 Thread Mark Lowe
localhost:1443"+getContextPath() +"xyz.jsp",true); Regds Anant Kumar TCS "N.N.S.S Ravi Krishna" To: "'struts users'" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]

Re: Hi Action Forward problem

2004-01-14 Thread Anant_Kumar
l.com> Subject: Hi Action Forward problem

Hi Action Forward problem

2004-01-14 Thread N.N.S.S Ravi Krishna
Hi All, I am trying to redirect to a page using the following piece of code: new ActionForward("https://localhost:1443"+getContextPath()+"xyz.jsp"); when this action takes place the browsers takes me to an error page saying java.lang.illegalArguementException: https://localhost:1443/xyz/xyz.jsp s

Re: forward problem ?

2003-11-11 Thread Abhijeet Mahalkar
create one more tag in action ... and provide this name in action class forward. this works... abhijeet - Original Message - From: "Kalra, Ashwani" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 1

forward problem ?

2003-11-11 Thread Kalra, Ashwani
hi, I have one link http://localhost:8080/controller?id=23 when user clicks it , a page is loaded, user fills in the details in the form, and presses one button and the same page should be loaded . The problem is that redirecting to the same page is done using forward, which leaves the address ba

RE: logic forward problem

2003-09-11 Thread David G Friedman
-Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:45 PM To: Struts Users Mailing List Cc: 'David G Friedman'; [EMAIL PROTECTED] Subject: RE: logic forward problem > -Original Message- > From: David G Friedma

RE: logic forward problem

2003-09-11 Thread Van Riper, Mike
> -Original Message- > From: David G Friedman [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 8:18 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: logic forward problem > > > Your path looks like a tile. I wrote about this >

RE: logic forward problem

2003-09-11 Thread David G Friedman
om an Action subclass. Regards, David -Original Message- From: koen boutsen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 11:12 AM To: Struts Users Mailing List Subject: logic forward problem Hi I want to send my user to a .jsp page and immediately send him to the next, wi

logic forward problem

2003-09-11 Thread koen boutsen
Hi I want to send my user to a .jsp page and immediately send him to the next, without having to click anything on the intermediate page, or even without having to see this page. I tried with : I know this works when you put a global forward in the struts-config with as forward the target jsp

RelayAction forward problem

2003-02-20 Thread Dan McGowan
All, Struts 1.1b3: I am using the org.apache.struts.scaffold.RelayAction action to handle values from a dispatch parameter. My problem is that the forwards are only working for jsp's. My actions are returning 404's. Here are some action mappings from my struts.config:

Dynamic forward problem

2002-11-20 Thread David Bolsover
Hi all I posted this one a few days back but got no response - so I thought I would have another go - I'll try an improved explanation of the problem. I need to generate a dynamic forward to an action/script (I have no control over implementation) on a remote server. A typical URL for the forwar

RE: Tiles - Forward problem Validator default values

2002-10-15 Thread Heligon Sandra
s displayed for the first time the following error is displayed: Password cannot be less than 3 characters. How is it possible to not call the validator on the default values ? -Original Message- From: Heligon Sandra Sent: 15 October 2002 10:39 To: 'Struts Users Mailing List&#x

RE: Tiles - Forward problem

2002-10-15 Thread Heligon Sandra
Exception ex) { } //if an input/output error occurs catch (IOException ex) { } return true; } -Original Message- From: Antoni Reus [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 18:51 To: Struts Users Mailing List Subject: Re: Tiles - Forward problem Hi, A Dillu

Re: Tiles - Forward problem

2002-10-14 Thread Antoni Reus
ok for tiles definitions. > Sandra > > -Original Message- > From: Antoni Reus [mailto:[EMAIL PROTECTED]] > Sent: 14 October 2002 16:39 > To: Struts Users Mailing List > Subject: Re: Tiles - Forward problem > > > Hi, > > A Dilluns 14 Octubre 2002 10:

RE: Tiles - Forward problem

2002-10-14 Thread Heligon Sandra
I only have to not cast the result of the findForwardConfig method ? Sandra -Original Message- From: Antoni Reus [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 16:39 To: Struts Users Mailing List Subject: Re: Tiles - Forward problem Hi, A Dilluns 14 Octubre 2002 10:59, Heligon

Re: Tiles - Forward problem

2002-10-14 Thread Antoni Reus
Hi, A Dilluns 14 Octubre 2002 10:59, Heligon Sandra va escriure: > I have overridden the TilesREquestProcessor in order to test > if a user is authenticated for each request, but it doesn't work: > > protected boolean processPreprocess(HttpServletRequest request, > HttpServletRespons

Tiles - Forward problem

2002-10-14 Thread Heligon Sandra
I have overridden the TilesREquestProcessor in order to test if a user is authenticated for each request, but it doesn't work: protected boolean processPreprocess(HttpServletRequest request, HttpServletResponse response) { // Get the session object

Re: forward problem with frames

2001-07-31 Thread Peter Alfors
There is a target attribute in the Have you tried setting the target to "_top" ? HTH, Pete Stefan Faist wrote: > Hi all, > why have a frameset and open a link without this framset. Then I want to go > back to the frameset with this forward. > the main.jsp is the > page with the frameset.

forward problem with frames

2001-07-30 Thread Stefan Faist
Hi all, why have a frameset and open a link without this framset. Then I want to go back to the frameset with this forward. the main.jsp is the page with the frameset. But this forward opens a new window? Why does it do that and how can I open this in the same Window? This forward called with a

Re[2]: Forward Problem

2001-06-12 Thread Oleg V Alexeev
ints??? SS> -Original Message- SS> From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] SS> Sent: Wednesday, June 13, 2001 1:22 AM SS> To: [EMAIL PROTECTED] SS> Subject: Re: Forward Problem SS> Hello Sridhar, SS> Try to remove 'input' attribute from action mapp

RE: Forward Problem

2001-06-12 Thread Sridhar S
Thank U Oleg, But like I mentioned earlier if I remove the input tag, it gives me a page not found error Ne more hints??? -Original Message- From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 1:22 AM To: [EMAIL PROTECTED] Subject: Re: Forward Problem

Re: Forward Problem

2001-06-12 Thread Oleg V Alexeev
Hello Sridhar, Try to remove 'input' attribute from action mapping. I view validate=false here - you are not use validate after form submitting - why do you specify input attribute? Here is quote from struts-config.dtd - input Context-relative path of the input form to which cont

Forward Problem

2001-06-12 Thread Sridhar S
Hi All, We are using Struts Version 1. We are having a problem with the forward tag of the action defined in struts-config.xml. No matter what is defined in the forward it is going to the page defined in input. I am attaching a part of the struts-config for clarity: Once the