RE: Installing of Struts on WSAD and also on Websphere App Server 4.02

2002-06-18 Thread Soomar, Muki (R.)
Here are the steps to start developing with WSAD. 1. Importing the struts-example. 1.1 Creat a new WEB project using the web application view and the web project wizard. While in the wizard you can select your project name and the EAR name Skip the next screen o

RE: Installing of Struts on WSAD and also on Websphere App Server 4.02

2002-06-18 Thread Soomar, Muki (R.)
Here are the steps to start developing with WSAD. 1. Importing the struts-example. 1.1 Creat a new WEB project using the web application view and the web project wizard. While in the wizard you can select your project name and the EAR name Skip the next screen o

RE: ActionServlet.getResources() Method alternative ??

2002-06-14 Thread Soomar, Muki (R.)
Seems to me that it was a wrong decision to deprecate this method not thinking that ActionForm might also require access to the resources. Cant figure out how else I would get access to it if needed to do checking, and may just have to assume <> that it will be available for use. I have spent

RE: ActionServlet.getResources() Method alternative ??

2002-06-14 Thread Soomar, Muki (R.)
d, I get a NullPointer... He told : (MessageResources) this.getServlet().getServletContext().getAttribute(Action.MESSAGE_KEY); Will tell you whether I find the solution first ;-) I have few hours left to find it, anyway... - Original Message ----- From: Soomar, Muki (R.) <[EMAIL PROTECTED]> T

RE: ActionServlet.getResources() Method alternative ??

2002-06-14 Thread Soomar, Muki (R.)
ll Action.getResources(HttpServletRequest) instead of this method, in order to retrieve the resources for the current sub-application - Original Message ----- From: Soomar, Muki (R.) <[EMAIL PROTECTED]> To: Struts-User (E-mail) <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 4:26 PM Subject: A

RE: ActionForm question

2002-06-14 Thread Soomar, Muki (R.)
can use the errorTag to display the errors that the errors object was populated with. e.g . Muki Soomar ------------ -- -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Thursday

ActionServlet.getResources() Method alternative ??

2002-06-14 Thread Soomar, Muki (R.)
Can anyone tell me how I can access the Message Resources from an ActionForm sub-class, now that the ActionServlet.getResouces() method is deprecated. Thanks. Muki Soomar -- To unsubscribe, e-mail: For additional commands, e-mail:

servlet.getResources() method - deprecated ??

2002-06-13 Thread Soomar, Muki (R.)
I am getting a deprecated warning when doing this, although when looking up the documentation on the the API (JAVADOC) link on the Struts site does not say that. Do we have the latest documentation on the site ? Using struts version 1.0.2 Thanks. Muki Soomar -- To unsubscribe, e-mail:

RE: Using a resource file for managing Form errors

2002-06-13 Thread Soomar, Muki (R.)
omcat. Muki Soomar --- -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 3:21 PM To: Struts-User (E-mail) Subject: Using a resource file for managing Form errors Problem: I am trying to use a separate resource file

Using a resource file for managing Form errors

2002-06-13 Thread Soomar, Muki (R.)
Problem: I am trying to use a separate resource file for managing errors coming out of the form validation in an ActionForm. How do I access this resource file? This is a second resource file defined in my struts-config.xml file. Steps taken so far: - 1. Def

RE: ActionForm question

2002-06-13 Thread Soomar, Muki (R.)
Dont have to answer this. Sorry, for posting it. Got the answer - Chuck's Chapter 7 talks about it. Thanks. Muki Soomar Where do we define where the view gets forwarded to by the ActionServlet when we encounter validation errors from an ActionForm in the struts-config.

ActionForm question

2002-06-13 Thread Soomar, Muki (R.)
Where do we define where the view gets forwarded to by the ActionServlet when we encounter validation errors from an ActionForm in the struts-config.xml file? Or do we not need to do that at all and the original view gets selected and uses the tag which displays the errors in the ActionError

Need help for debugging ActionServlet configuration

2002-06-12 Thread Soomar, Muki (R.)
Hello, I have spent considerable amount of time in trying to debug this and still havent been successful. For some reason, my ActionServlet is not getting loaded and I was logging the following error messages in the Tomcat logs: ---

RE: [ANNOUNCE] Struts Console v1.10

2002-05-22 Thread Soomar, Muki (R.)
James, Its working fine. Apologize for the false alarm. Will provide you my feed back. Thanks. Muki Soomar -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:18 PM To: 'Struts Users Mailing List' Subject: RE: [ANNOUNCE] Stru

RE: Help with JDBC Connection Pool

2002-05-22 Thread Soomar, Muki (R.)
Mark, Can you post it or send it to me as well. I am looking for examples to do that as well. Thanks much. Regards, Muki Soomar -Original Message- From: Mark Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: Re: Help with JDBC Co

RE: [ANNOUNCE] Struts Console v1.10

2002-05-22 Thread Soomar, Muki (R.)
James, I followed the instructions for plugging the tool into JBUILDER 5. However, dont have any instructions to use the tool as a Plug in. Do I have to open the struts-config.xml file in JBUILDER when the struts console will appear as a tab. I dont see that happening. Anything else I need to do

RE: stuts-config.xml file

2002-05-22 Thread Soomar, Muki (R.)
rvices "Soomar, Muki (R.)" wrote: > > I am still new to struts and going through the documentation. > Here are some general questions for the gurus who understand the > DTDs for struts-config.xml file and its usage. > > element > 1. Why is the attribute "type

RE: Binary Version versus Self-Compiled-Source Version of Struts

2002-05-21 Thread Soomar, Muki (R.)
Jeremy, Are you using WSAD to do your development before porting it to the WAS? If you are using WSAD, then, check where your WEB-INF folder is. I got the struts example application working by having the following configuration for the folders: struts-example (root folder or project file) + s

RE: stuts-config.xml file

2002-05-20 Thread Soomar, Muki (R.)
umbersome and that's why I developed the Struts Console software. http://www.jamesholmes.com/struts/ I'm adding some functionality in the near future that will give explanations for each element and their attributes thus making it easier for newbies to get up to speed. -james [EMAIL PRO

RE: stuts-config.xml file

2002-05-20 Thread Soomar, Muki (R.)
rverside.com/resources/strutsreview.jsp > > Chuck > > Thanks Mark. That was very helpful. Please read on.. > > > > -Original Message- > > From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] > > Sent: Monday, May 20, 2002 12:34 PM > > > > I am still

RE: stuts-config.xml file

2002-05-20 Thread Soomar, Muki (R.)
Thanks Mark. That was very helpful. Please read on.. -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:34 PM I am still new to struts and going through the documentation. Here are some general questions for the gurus who understand the

stuts-config.xml file

2002-05-20 Thread Soomar, Muki (R.)
I am still new to struts and going through the documentation. Here are some general questions for the gurus who understand the DTDs for struts-config.xml file and its usage. element 1. Why is the attribute "type" for the element named so. Wouldnt the attribute name "action-class" be more intui

Jakarta Struts Book Review Project by Chuck Cavaness

2002-05-16 Thread Soomar, Muki (R.)
People who want to know more about struts (like me) might want to review the book project by Chuck which will be published by OREILLY. Please pass on your review comments and suggestions to him. http://www.theserverside.com/resources/strutsreview.jsp Regards, Muki Soomar -- To unsubscribe,

RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)
ge, cumbersome, slow, memory intensive, and occasionally pretty cool. Hope this was helpful, mark n. >From: "Soomar, Muki (R.)" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts-User (E-mail)" <[EMAIL PRO

RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)
I meant specific to doing STRUTS development work. Apologize for missing that out. Regards, Muki Soomar -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 4:26 PM To: Struts-User (E-mail) Subject: Using IDE -JBuilder5 or WSAD Does

Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)
Does anyone have a methodology for doing development work using IDEs like JBuilder5 or WSAD. I will be curious to know. I have been pulling my hair out trying to use both of them but finding it very difficult. Regards, Muki Soomar -- To unsubscribe, e-mail: For