RE: ActionClass

2004-02-24 Thread McClung, Brian
- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:55 PM To: Struts Users Mailing List Subject: RE: ActionClass are you saying about getRequestURL()? can you shed some light on it?? -R -Original Message- From: McClung, Brian [mailto:[EMAIL

Re: ActionClass

2004-02-23 Thread Max Cooper
Define what you mean by where the request is coming from and what kind of processing you would like to optionally perform. It is not clear what you are trying to accomplish -- give some more details so we can help. -Max - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL

RE: ActionClass

2004-02-23 Thread Ramadoss Chinnakuzhandai
it is coming from. -Ramadoss -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:08 PM To: Struts Users Mailing List Subject: Re: ActionClass Define what you mean by where the request is coming from and what kind of processing you would like

RE: ActionClass

2004-02-23 Thread Avinash Gangadharan
Are'nt you talking about what DispatchAction class does ??? -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:38 PM To: Struts Users Mailing List Subject: RE: ActionClass for example XYZAction class handle multiple request

RE: ActionClass

2004-02-23 Thread McClung, Brian
Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 3:38 PM To: Struts Users Mailing List Subject: RE: ActionClass for example XYZAction class handle multiple request coming from several different JSPs .to identify the request I can pass some unique

RE: ActionClass

2004-02-23 Thread Ramadoss Chinnakuzhandai
: McClung, Brian [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:50 PM To: 'Struts Users Mailing List' Subject: RE: ActionClass I have created a Dynamic Action class (DynaAction) that allows a page to define where resulting action states should go. You can define defaults within the actual

RE: ActionClass

2004-02-23 Thread McClung, Brian
You can always try to pull the referer from the request. But that can be unreliable. Brian -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:07 PM To: Struts Users Mailing List Subject: RE: ActionClass tnx for your

RE: ActionClass

2004-02-23 Thread Ramadoss Chinnakuzhandai
are you saying about getRequestURL()? can you shed some light on it?? -R -Original Message- From: McClung, Brian [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 5:08 PM To: 'Struts Users Mailing List' Subject: RE: ActionClass You can always try to pull the referer from

Re: ActionClass + input field validation

2001-01-26 Thread Craig R. McClanahan
John Hunt wrote: Hi Suppose I have an ActionForm class for some validation stuff and after that the associated Action class does some more validation If ActionForm class validation fails then the request is forwarded back to the input page and the page is redisplayed and the whatever

Re: ActionClass + input field validation

2001-01-26 Thread John Hunt
My input page doesnt seem to be retaining the values when the Action class does the forward back to the input. Prob2: I use ActionErros class and I add erros I encounter in the Action class to the ActionErros. And in the input page I use strus:errors/ tag. But the error messages arent getting

Re: ActionClass + input field validation

2001-01-26 Thread Craig R. McClanahan
John Hunt wrote: Craig I am not using form:form tag. I just use the normal html tags for sending the data. I use ActionForm for manipulating them at the server side. Well, that is your problem then. It is the tags like html:text that automatically look up the previous values and display

Re: ActionClass + input field validation

2001-01-26 Thread John Hunt
Thanks Craig. BTW I am using a bit older version. I have errors tag in two tld. One is struts.tld and the other is struts-form.tld. Which one is responsible for displaying the error messages associated with Action and which one is with the form. Thanks again --- "Craig R. McClanahan" [EMAIL

Re: ActionClass + input field validation

2001-01-26 Thread Craig R. McClanahan
John Hunt wrote: Thanks Craig. BTW I am using a bit older version. I have errors tag in two tld. One is struts.tld and the other is struts-form.tld. Which one is responsible for displaying the error messages associated with Action and which one is with the form. Thanks again The tags in