Re: [STRUTS] Please help with LookupDispatchAction

2002-09-21 Thread kiuma
I love open source!!! After having downloaded struts src., here is the obvious solution: override execute method LOL!!! public ActionForward execute(ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletReques

RE: [STRUTS] Please !

2002-09-12 Thread Joe Barefoot
ethodMap() should be a statically initialized HashMap if you're not going to be adding anything else to it. peace, Joe > -Original Message- > From: Irwin, Chris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 10:35 AM > To: Struts Users Mailin

RE: [STRUTS] Please !

2002-09-12 Thread Joe Barefoot
;name" attribute referencing a declaration in your struts-config. peace, Joe > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 11:30 AM > To: Struts Users Mailing List > Subject: Re: [STRUTS] Please ! &g

Re: [Fwd: Re: [STRUTS] Please !]

2002-09-12 Thread Eddie Bush
... and, more specifically: http://jakarta.apache.org/struts/resources/1st.html Eddie Bush wrote: > Please stop posting your traces and such. If you're new to > JSP/Servlet technology, you should get comfortable with that before > you start in on Struts. If you're not comfortable or are new

Re: [Fwd: Re: [STRUTS] Please !]

2002-09-12 Thread Eddie Bush
Please stop posting your traces and such. If you're new to JSP/Servlet technology, you should get comfortable with that before you start in on Struts. If you're not comfortable or are new to struts, please go to http://www.theserverside.com/resources/strutsreview.jsp and read up. There are

Re: [STRUTS] Please !

2002-09-12 Thread jsadove
(bcc: Joseph Sadove/DKBDS USA/DKB) Subject: Re: [STRUTS] Please ! *Here is the root cause* javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:897) at org.apache.struts.taglib.html.FormTag

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
*Here is the root cause* javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:897) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:543) at org.apache.jsp.userlist$jsp._

[Fwd: Re: [STRUTS] Please !]

2002-09-12 Thread kiuma
--- Begin Message --- Here is the root cause javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:897) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:543) at org.apache.jsp.userlist$jsp._

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
kiuma wrote: > Maris Orbidans wrote: > >> Try to comment this line. >> >> >> I think it's only plase which can cause NPE. >> >> Pls let us know if it works. >> >> Maris >> > *Now my jsp page is:* > > <%@page language="java" contentType="text/html;charset=UTF-8" > import="javax.naming.*

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
Maris Orbidans wrote: >Try to comment this line. > > > >I think it's only plase which can cause NPE. > >Pls let us know if it works. > >Maris > *Now my jsp page is:* <%@page language="java" contentType="text/html;charset=UTF-8" import="javax.naming.*, com.wingstech.webapp

RE: [STRUTS] Please !

2002-09-12 Thread Maris Orbidans
Try to comment this line. I think it's only plase which can cause NPE. Pls let us know if it works. Maris > -Original Message- > From: kiuma [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:18 PM > To: struts-user > Subject: Re: [STRUTS]

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
ts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: kiuma [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 1:18 PM > To: struts-user > Subject: Re: [STRUTS] Please ! > > > Th

RE: [STRUTS] Please !

2002-09-12 Thread Irwin, Chris
ber 12, 2002 1:18 PM > To: struts-user > Subject: Re: [STRUTS] Please ! > > Thx, but since I'm complitely new to struts I don't know what to do: > > *Here is my action class* > > public class ListedUserAction extends LookupDispatchAction { > >

RE: [STRUTS] Please !

2002-09-12 Thread Darryl Nortje
?? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 7:18 PM To: struts-user Subject: Re: [STRUTS] Please ! Thx, but since I'm complitely new to struts I don't know what to do: *Here is my action class* public class ListedUser

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
Thx, but since I'm complitely new to struts I don't know what to do: *Here is my action class* public class ListedUserAction extends LookupDispatchAction { protected String keyfinder = ""; protected Map getKeyMethodMap() { Map map = new HashMap(); map.

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
Can you check the log files and provide a little more detail on what you are doing? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: kiuma [mailto:[EMAIL PROTECT