Problem with MyEclipse+JDBC Driver

2009-02-12 Thread Narasimha Raju Naidu
Hi to all, I am new to MyEclipse IDE and Struts. I am developing a Login form. In that i need to test the user entered details from Databse. My Database is PostgreSQL. I tested with a java program and i am sucessfully retriving data from database. But when i am trying to access from logi

Re: Java Mail errors

2008-09-23 Thread Narasimha Raju Naidu
thanks for your reply, is it public static void main() what you are saying. is it required for every class? On Tue, Sep 23, 2008 at 4:55 PM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > Hi, > > I think you should first read some Java tutorial how to write Java > classes (you are m

Java Mail errors

2008-09-23 Thread Narasimha Raju Naidu
hi to all, I am new to java mail. i want to send an email from my system using the following program: --- import javax.mail.*; import javax.mail.internet.*; import java.util.*; public void postMail( String recipients[ ], String

Re: help required to install struts 1.2 plugin for eclipse 3.2

2008-09-01 Thread Narasimha Raju Naidu
thanks for your reply, i need to install Struts 1.2 plugin for eclipse 3.2 On 8/31/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- On Sun, 8/31/08, Narasimha Raju Naidu wrote: > > I am new to eclipse, can any one help me. i need > > instructions f

help required to install struts 1.2 plugin for eclipse 3.2

2008-08-30 Thread Narasimha Raju Naidu
hi to all, I am new to eclipse, can any one help me. i need instructions for installing struts 1.2 plugin for eclipse 3.2. waiting for you peoples reply -- Regards, Narasimha Raju.Naidu Hyderabad. uni...

Re: how to work on SVN

2008-08-26 Thread Narasimha Raju Naidu
Tohmatsu and its > member firms. Please see www.deloitte.com/us/about for a detailed > description of the legal structure of Deloitte LLP and its subsidiaries. > [v.I.1] > > -Original Message- > From: Narasimha Raju Naidu [mailto:[EMAIL PROTECTED] > Sent: Wednes

how to work on SVN

2008-08-26 Thread Narasimha Raju Naidu
hi to all, i am new to eclipse, my client gave a SVN work bench and told me to work on for struts application. but i dont know from where i should start, whre i should add my files. can any one help me regarding this . waiting for your reply. -- Regards, Narasimha Raju.Naidu Hyd

Re: help in build.xml

2008-08-25 Thread Narasimha Raju Naidu
thanks for your reply, i downloaded one file yesterday and edited according to my requirement. right now itz bulding my application. but there is no WEB-INF folder in that. is it must to run my application. still i am not able to run my application becoz i dont know where i sho

help in build.xml

2008-08-25 Thread Narasimha Raju Naidu
hi to all, i am developing a struts web application on eclipse. in order to run struts application build.xml is required. can any one help me how to develop build.xml on eclipse and how to run a struts application on eclipse. waiting for your reply. -- Regards, Narasimha Raju.Naidu

Re: not displaying Action errors

2008-08-11 Thread Narasimha Raju Naidu
[mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 12, 2008 7:48 AM > To: Struts Users Mailing List > Subject: Re: not displaying Action errors > > Have you debugged your code with a source level debugger? Are you sure > that the error messages are getting added? > > -R >

Re: not displaying Action errors

2008-08-10 Thread Narasimha Raju Naidu
nstead of equals() > -R > > Sent from my iPhone > > > On Aug 8, 2008, at 11:52 PM, "Narasimha Raju Naidu" <[EMAIL PROTECTED]> > wrote: > > hi to all, >> >> >> im sending my code please check where i am doing mistake >> >&

not displaying Action errors

2008-08-08 Thread Narasimha Raju Naidu
hi to all, im sending my code please check where i am doing mistake form.jsp --- <%@ taglib uri="/tags/struts-html" prefix="html"%> User Name Password - formbean ---

Re: how to set classpath for servlet-api.jar, jsp-api.jar and struts.jar for Ubuntu

2008-08-03 Thread Narasimha Raju Naidu
y. > You may find more help in an Eclipse specific mailing list/forum. > > 2008/8/2 Narasimha Raju Naidu <[EMAIL PROTECTED]>: > > thanks for your reply. i installed eclipse but inorder to strat struts > > application what are the steps required any reference sites, pleas

Re: how to set classpath for servlet-api.jar, jsp-api.jar and struts.jar for Ubuntu

2008-08-02 Thread Narasimha Raju Naidu
like eclipse, netbeans or from any > other vendor. They handle classpaths and Tomcat configurations with a > few clicks of your mouse. > > 2008/8/2 Narasimha Raju Naidu <[EMAIL PROTECTED]>: > > hi to all, > > > > i am using ubuntu OS and recently i insta

how to set classpath for servlet-api.jar, jsp-api.jar and struts.jar for Ubuntu

2008-08-01 Thread Narasimha Raju Naidu
hi to all, i am using ubuntu OS and recently i installed tomcat and starting developing struts applications. in order to compile my own servlet classes it is required to set classpath. i am failing to set classpath becoz i am new to UBUNTU. can any one resolve my problem. waiting for you people's

problem while developing a DynaValidatiorForm application

2007-07-17 Thread Narasimha Raju Naidu
dear, i am not getting the parameter values whlie dispalying the errors. i am providing all my code here can any one help me regarding this Form Bean class:URformBean.java java Code: *import* javax.servlet.http.*;*import* org.apache.struts.action.*;*import* org.apache.struts.validator.*;*p