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
did not give any input i am getting bullet not the exact error what i gave. waiting for you people's valuable replys. Regards, Narasimha Raju uni...

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
x27;s solution. Regads, Narasimha Raju -- uni...

struts 2 rest showcase example

2008-01-08 Thread raju
Hi, I am trying to find struts 2 rest showcase example and try it out.Can someone please let me know where i could find the code for download? Regards Raj -- View this message in context: http://www.nabble.com/struts-2-rest-showcase-example-tp14687694p14687694.html Sent from the Struts - User

Struts 2 REST Example

2008-01-06 Thread raju
Hi , I have just started on struts 2.There seems to codebehind plugin for REST for struts. Basically i am trying to create a service say /servers/ Now i want to implement REST GET requests to servers/app1.,servers/app2 where app1,app2 are server names for which again i need to access other

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

NullPointerException in ActionServlet.java:854

2004-12-21 Thread Raju GVRRG
;t able to figure out what happened exactly at the moment my Application started throwing exception. Can anybody help me in this. Regards, Raju. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Back Button Problem

2004-09-12 Thread venkat raju
Hope the following helps to get to the root of the problem; I am using post method to submit the form. And sometimes when I click on back button, it says "Handler parameter not found". Is it some known bug in Struts or Tiles? --- venkat raju <[EMAIL PROTECTED]> wrote: > Hi

Back Button Problem

2004-09-12 Thread venkat raju
Hi All, I have got a strange problem. I am using Struts 1.1 and tiles. When I click on the back button, I want the page to be loaded from cache. But to my surprise, its behaving strange. For instance, I open a new browser instance and I open Page1. Then I submit this page to get Page2. No