Re: LookupDispatchAction question part2

2003-06-26 Thread Jason Lea
Frances Aleah Z. de Guzman wrote: i had posted a question i think 3 days ago about submitting a form to a LookupDispatchAction without hitting any button and still having a default value of the parameter handler. someone advised me (im sorry i forgot your name) that i should have a hidden

Re: LookupDispatchAction question part2

2003-06-26 Thread Frances Aleah Z. de Guzman
im sorry but im having the same exception On Thursday 26 June 2003 05:01 pm, Jason Lea wrote: Frances Aleah Z. de Guzman wrote: i had posted a question i think 3 days ago about submitting a form to a LookupDispatchAction without hitting any button and still having a default value of the

Re: LookupDispatchAction question part2

2003-06-26 Thread Jason Lea
Hi Frances, Frances Aleah Z. de Guzman wrote: im sorry but im having the same exception What does your html:link tag look like? What was the HTML output it produced? What do you have in your getKeyMethodMap()? What are the matching entries in your application.properties file? If you post those

Re: LookupDispatchAction question part2

2003-06-26 Thread Frances Aleah Z. de Guzman
thanks jason, i double checked my application.properties and i found out that the value of my action should be Edit with the capital E but what im putting a while ago is ehehehemy mistake! thanks again. On Thursday 26 June 2003 06:58 pm, Jason Lea wrote: Hi Frances, Frances Aleah Z.

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
I would suggest you read up on the usage of the LookupDispatchAction again. It was not designed to to be used in the way you are trying to use them. Take a look at this site http://husted.com/struts/index.html. It has some good suggestions on the correct usage of the action classes that come with

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
I looked at that site. That is where I found out about LookupDispatchAction. But there is nothing that I can find that tells me how to initially display a page that will subsequently use a dispatch action. In fact, I can't figure out how to do it in Struts at all without either having a plain

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
: LookupDispatchAction Question I looked at that site. That is where I found out about LookupDispatchAction. But there is nothing that I can find that tells me how to initially display a page that will subsequently use a dispatch action. In fact, I can't figure out how to do it in Struts at all

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:54 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3:01 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question I looked at that site. That is where I found out about LookupDispatchAction. But there is nothing that I can find that tells me how to initially display

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:11 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question After the user

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:54 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question I would suggest you read up on the usage

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
] http://www.phase.ws -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:11 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question After the user logs on they are supposed to go to a lookup page. This page

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3:01 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question I looked at that site. That is where I found out about LookupDispatchAction. But there is nothing that I can find that tells me

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
Mailing List Subject: RE: LookupDispatchAction Question OK, so if I don't have a value for the dispatch parameter I can simply do the following?: return unspecified(actionMapping, actionForm, httpServletRequest, httpServletResponse); Brandon Goodin [EMAIL PROTECTED] wrote: U, I'm

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
PROTECTED]] Sent: Tuesday, February 11, 2003 3:01 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question I looked at that site. That is where I found out about LookupDispatchAction. But there is nothing that I can find that tells me how to initially display a page

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
Can you show me the snippet of code you are using to forward to the JSP from the login action. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3:25 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question My

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:20 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question Okay

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:33 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question Can you show me the snippet of code you are using to forward to the JSP from the login action. -Original Message- From: Avexus

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
]] Sent: Tuesday, February 11, 2003 1:20 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question Okay this is one way of doing this: Your login action in this case should not be a LookupDispatchAction. It should be a sub-class of the struts Action class. LookupDispatchAction has

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
Users Mailing List' Subject: RE: LookupDispatchAction Question Can you show me the snippet of code you are using to forward to the JSP from the login action. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3:25 PM To: Struts Users

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
solve your problem. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3:48 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question should be nothing wrong with that. i do that all the time, except this is the first

RE: LookupDispatchAction Question

2003-02-11 Thread Chen, Gin
Okay from what I got: Login - Lookup Login is an Action. Lookup is a LookupDispatchAction. The problem is that it is forwarding to ur LookupDispatchAction class and not to you lookup page. If this is wrong then stop reading ur wasting ur time and I've already wasted mine. So I'm assuming that

Re: LookupDispatchAction Question

2003-02-11 Thread Vic Cekvenich
, 2003 1:33 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question Can you show me the snippet of code you are using to forward to the JSP from the login action. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 3

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
Users Mailing List Subject: RE: LookupDispatchAction Question should be nothing wrong with that. i do that all the time, except this is the first time that i've tried to use LookupDispatchAction as I just came across it. Brandon Goodin [EMAIL PROTECTED] wrote::-D :-D :-D Juan was right

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
: Tuesday, February 11, 2003 2:34 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question -1. You allways do that, like I have processed this page, go to another page. .V What exactly do you mean by this comment Vic. -Juan -Original Message- From: Vic Cekvenich

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
Yeah I've never chained them either. But it looks like our friend at Avexus Inc. has plenty of use for it. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:51 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question

RE: LookupDispatchAction Question

2003-02-11 Thread Brandon Goodin
Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:54 PM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction Question Yeah

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
I wasn't 100% sure but after thinking about it, that's the only thing I could come up with. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 5:00 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question :-D Juan, You