LookupDispatchAction question part2

2003-06-26 Thread Frances Aleah Z. de Guzman
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 property of my parameter name, so that

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.

LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
I am new to Struts and am trying to use the LookupDispatchAction class to display a page for the first time (i.e. the user is being navigated to this page from another page). I have everything setup fine in my struts_config.xml and Struts attempts to display my page, but was giving the

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
with struts. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: LookupDispatchAction Question I am new to Struts and am trying to use the LookupDispatchAction class to display a page for the first

RE: LookupDispatchAction Question

2003-02-11 Thread Avexus Incorporated
: LookupDispatchAction Question I am new to Struts and am trying to use the LookupDispatchAction class to display a page for the first time (i.e. the user is being navigated to this page from another page). I have everything setup fine in my struts_config.xml and Struts attempts to display my page

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
with struts. -Original Message- From: Avexus Incorporated [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: LookupDispatchAction Question I am new to Struts and am trying to use the LookupDispatchAction class to display a page for the first

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

AW: LookupDispatchAction Question

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

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
: LookupDispatchAction Question After the user logs on they are supposed to go to a lookup page. This page will have no data on it when it is first displayed. This page, which is a JSP of course, will have a form and more than 1 submit button. The problem is that the page can't even be displayed

Re: AW: LookupDispatchAction Question

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

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
: 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. Why are you forwarding to another action

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
: LookupDispatchAction Question Alvarado, Juan (c) wrote: From a design point of view, forwarding from one action to another action should be examined closely. It should be the exception rather than the rule. -1. You allways do that, like I have processed this page, go to another page. .V I would

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