How to Install Struts on WSAD 4.x

2002-07-15 Thread Gilson Nascimento D Elrei
How to install struts on WebSphere Studio Application Developer 4.x ? Is the same concept on install struts on Websphere Application Server 3.5 on Struts WebSite url below: http://jakarta.apache.org/struts/userGuide/installation-was352.html Has anyone do it ? thanks in advance. -- To

RES: How to Install Struts on WSAD 4.x

2002-07-15 Thread Gilson Nascimento D Elrei
Struts on WSAD 4.x All I do is import the struts-blank.war file. That sets up your project nicely for you. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 9:48 AM To: [EMAIL

Error trying to run struts-example application on Tomcat 3.3.1 (java.lang.NoSuchMethodError...)

2002-07-02 Thread Gilson Nascimento D Elrei
I have to instaled Tomcat 3.3.1 on Win98 and upload struts-example.war on Root directory, when try to execute I receive the error below: My ClassPath variable is void ! Any suggestion is wellcome! Thanks in advance. Location: /struts-example/index.jsp Internal Servlet Error:

RES: Cannot find ActionMappings or ActionFormBeans collection

2002-05-28 Thread Gilson Nascimento D Elrei
Hi, Look for struts.jar. This file must to be localized on your WEB-INF\LIB from webapp container directory. If struts.jar is on another directory that doesn't is your webapp\WEB-INF\LIB and included in CLASSPATH you will probably receive this error. cheers, Gilson - Mensagem original

RES: Cannot find ActionMappings or ActionFormBeans collection

2002-05-28 Thread Gilson Nascimento D Elrei
at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet .j ava:780) struts-config.xml is present in /WEB-INF/ directory of my web application. Thx, Hari -Original Message- From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 4

RES: Migrating from VA to Websphere Test Environment

2002-04-24 Thread Gilson Nascimento D Elrei
Hi! Try http://www7b.boulder.ibm.com/wsdd/library/techarticles/0110_wsad_mig/migrati on.html. Gilson. - Mensagem original - De: Bhaskar Gopalan [SMTP:[EMAIL PROTECTED]] Enviada em: quarta-feira, 24 de abril de 2002 11:43 Para: Struts Group (E-mail)

How to organize the CLASSPATH to compile and execute with struts.jar

2002-04-09 Thread Gilson Nascimento D Elrei
I'm having this following problem: When I need to compile I copy struts.jar to JAVA-HOME\JRE\LIB\EXT (no CLASSPATH directory, but JAVAC find it automatically), it's ok but when I try to execute my STRUT APPLICATION i get error messages, cos struts.jar is found in this directory first and not in

Database sample source using Struts

2002-04-02 Thread Gilson Nascimento D Elrei
I'm needing a simple sample database source code that use settings from struts-config.xml (datasources/datasources). I tried the example from Struts User's Guide, but i get error message when i try to compile the source code. For example, i'm getting error messages in these lines below:

RES: Cannot find message resources - URGENT

2002-04-01 Thread Gilson Nascimento D Elrei
Look on struts.jar path, remember that this file must to be on your WEBAPP\WEB-INF\LIB directory not in WEBCONTAINER\WEB-INF\LIB public directory. It commonly occur when your WEBServer container find struts.jar in another LIB directory (It looks first in CLASSPATH) that doesn't is your

RES: Struts Config Problem - Ryan Norman

2002-03-28 Thread Gilson Nascimento D Elrei
What about the error message ? What error message do you receiving ? Could you send it!? cheers - Mensagem original - De: Ryan Norman [SMTP:[EMAIL PROTECTED]] Enviada em: quarta-feira, 27 de março de 2002 21:42 Para: [EMAIL PROTECTED]; LA

RES: Struts Config Problem - Ryan Norman

2002-03-28 Thread Gilson Nascimento D Elrei
Send us the error message that you're receiving. cheers Gilson DElrei - Mensagem original - De: Ryan Norman [SMTP:[EMAIL PROTECTED]] Enviada em: quarta-feira, 27 de março de 2002 21:42 Para: [EMAIL PROTECTED]; LA Java User Group Assunto:

Is FindDataSource method deprecated ?

2002-03-28 Thread Gilson Nascimento D Elrei
I have read that FindDataSource is deprecated ? Is it correct ? In positive case, what do I must to use in place ? thanks Gilson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

error compiling source code bean

2002-03-28 Thread Gilson Nascimento D Elrei
I'm trying to implement this piece of code extracted from http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_model.html#dat abases but i'm receiving some errors. Which packages i have to import in my source bean ? thanks in advance. Gilson -- from struts documentation --- public

error null value not accept... helpme

2002-03-26 Thread Gilson Nascimento D Elrei
I'm receiving the error below when i try to execute a simple login application null java.lang.NullPointerException at test.struts.LoginBean.validate(LoginBean.java:30) at test.struts.LoginAction.perform(LoginAction.java:20) at

error executing the struts example with Tomcat 3.3a

2002-03-25 Thread Gilson Nascimento D Elrei
Hello All I tried to use JRUN to running my struts application and I didn't get success, so i have desisted. Now I have installed Tomcat 3.3a and started running the Struts-Example (.war file). Ok, tomcat seems that executing normally (servlets and jsp tomcat examples running ok!), but when i try

Newbie Question - Please Helpme (Cannot find ActionMapping or...)

2002-03-22 Thread Gilson Nascimento D Elrei
I'm receiving this error when I try to execute my application (http://localhost:8100/helpdev/jsp/LoginView.jsp) on JRUN. javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection I have verified my WEB.XML and STRUTS-CONFIG.XML files and I didn't

a NEWBIE question: Cannot Resolve Symbol

2002-03-20 Thread Gilson Nascimento D Elrei
Question 1 I'm receiving this error when I try to compile my bean source code (LoginBean.java). Cannot Resolve Symbol - Probably JSDK didn't find the struts.jar to complete compilation. I tried to upload struts.jar in %JSDK_HOME%/LIB and updated my CLASSPATH, but i continue to getting the same

Struts on JRUN

2002-03-12 Thread Gilson Nascimento D Elrei
I have installed STRUTS example package (.war) on my JRUN installation - I did modification like specified in jakarta-struts installation manual, particularly i did some updates in JSP files (from struts-example) for JRUN. When i try to execute the sample strut application i got this error in my