[java ee programming] can we call one controller from within another controller?

2010-07-24 Thread aryan
Hello Sir, I m new to spring. I want to known that is there any way to call one controller from another. we have Roo base project where one class(parent) contain reference of three other classes(child). so total there are four controller. So is there any way that to call one controller and after ex

[java ee programming] how to print/check encrypted data in servlet or in servlet header

2010-07-17 Thread aryan
hello everyone, i have one project in which user login data is getting encrypted first then it send to servlet in header. In servlet it is using bean/ interface to decrypte data from header. I want to known how can i view or display that encrypted data or decrypted data. and how can i add some addi

[java ee programming] problem in spring framework

2010-07-13 Thread aryan
hello everyone, I am new to spring. I want to known that how to transfer control from doSubmit.. method of controller in spring to another resources -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this grou

[java ee programming] Exception while creating jasper report

2010-05-26 Thread aryan
following is the servlet i have use in my application package report; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.io.StringWriter; import java.sql.Connection; import java.sql.DriverManager; import java.util.HashMap; import javax.servlet.ServletE

[java ee programming] how many dynaValidatorForm we can use in struts?

2009-09-30 Thread aryan
Hi every one, I want to known how many dynaValidatorForm we can use in one struts- config.xml. I am using two dynaValidatorForm in one struts-config.xml file. It is working for first dynaValidatorForm but not for second. Help me guys, to known what is problem. Thanks in Advance. Regards Aryan

[java ee programming] Struts dynavalidatorform problem

2009-09-25 Thread aryan
Hi every one, I am new to struts. I am using dynavalidatorform instead of ActionForm . My problem is, control is not going into cation class.It only display blank page. no error or exception has been shown. Here is the code given below.Its about updateAction Class. Update.jsp <%@ page language="

[java ee programming] String Buffer multipel values

2009-09-22 Thread aryan
How to get multiple values in StringBuffer object or array from result set? What i want to do is, want to access values from data base and show into select tag. For example:- ResultSet rs; while (rs.next()) { //Access value into String buffer array/object } and show into <%=value%> earlie

[java ee programming] How to add MySql5.0 Driver to eclipse

2009-09-18 Thread aryan
Hi, In eclipse 5.1 there is only one driver "JDBC ODBC" Driver. I want to add mysql driver. how can i add driver to eclipse. Regards Sagar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming w

[java ee programming] getting problem in struts.

2009-09-16 Thread aryan
Hi every one, I am new in struts.I am working in simple struts program in which am sending data from jsp form to form bean. i have written getter and setter method and some validation. while executing it is giving following error, javax.servlet.jsp.JspException: No getter method for property lastn

[java ee programming] Can we validate password frm database in client side

2009-09-10 Thread aryan
Hello, I am validating user entered password with database password on server side in jsp. Can any one tell is there any way to validate password with database password on client side like using JavaScript? and how? --~--~-~--~~~---~--~~ You received this message b

[java ee programming] want to display value in text field

2009-08-29 Thread aryan
Hello every one!, I am accessing value from database and want to display in text field, but problem is that if there is space in value accessed from database then it only display value upto space. not the value after space. can any one tell me how to display complete value. Example:- data accessed

[java ee programming] How to return cursor from mysql to java

2009-07-30 Thread aryan
Hi, I want to return cursor having multiple value from My-Sql to jsp page.Iam able to return single value but not multiple. Can any one tell me how to do this? Thanks any way!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[java ee programming] Need Help on Java Script

2009-07-27 Thread aryan
How can i show inline error message. For Example:- If any one leave name field blank and move to next field in html form then java script must show error next to name text field. I am using script dialog box but want to use inline error. CAN ANY ONE TELL HOW SHOULD I DO THIS. Please. Thanks --~