Struts 2.0.11 Critical Production issues

2011-06-11 Thread Rajesh
(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Thanks Rajesh

Issues regarding sx:auto completer

2010-12-03 Thread Rajesh R
Hi All, Actually I have a requirement, which fetch the drop down values from JS and show it in jsp. I have to use ajax auto completer to achieve this. Here the issue is, i can able to enter any value in the auto completer box and pass that value to database. My question - how can

Issues in s:x autocompleter

2010-12-02 Thread Rajesh
Hi All, Actually I have a requirement, which fetch the drop down values from JS and show it in jsp. I have to use ajax auto completer to achieve this. Here the issue is, i can able to enter any value in the auto completer box and pass that value to

Dropdown box fetch values from JS.

2010-11-22 Thread Rajesh
Hi All, Actually I have a requirement, which fetch the drop down values from JS and show it in jsp. I have to use ajax auto completer to achieve this. Here the issue is, i can able to enter any value in the auto completer box and pass that value to database.

Re: Page refresh after AJAX Call

2010-07-01 Thread Jyothi Rajesh
Hi, Here is how you can do it: 1) Have an independent JSP which will just include the grid using the s:iterator tag. 2) The forward/result of the servlet/action given in the AJAX request should be this JSP. 3) In the AJAX callback function, the above JSP will give the HTML to be rendered. 4) Use

Re: Page refresh after AJAX Call

2010-07-01 Thread Jyothi Rajesh
, because the grid should appear on the main page. On Thu, Jul 1, 2010 at 11:49 AM, Jyothi Rajesh jyoraj...@gmail.com wrote: Hi, Here is how you can do it: 1) Have an independent JSP which will just include the grid using the s:iterator tag. 2) The forward/result of the servlet/action

Re: How to call to another action from the action class

2010-06-24 Thread Jyothi Rajesh
You can try by giving the path of the action in place of /pages/ext/summary.jsp. Atleast that was how it is done in struts1.3 Thanks, Jyothi On Thu, Jun 24, 2010 at 11:39 AM, Kushan Jayathilake kusha...@gmail.comwrote: Hi Guys, I want to call to another action mapping which has defined in

Re: Submit not passing the form input to the action

2010-04-29 Thread Jyothi Rajesh
Not sure about struts 2, but in struts 1.3, there will need to be a collection object in the action form and this will need to be instantiated while declaring. And there needed to be getters and setters for the entire collection as well as inidiviual members with index.

Re: Using jsps from another context

2007-04-19 Thread Rajesh Gupta
Laurie Harper laurie at holoweb.net writes: Rajesh Gupta wrote: Hi All, I have several common jsp's in a common webapp, which will be shared by all other web applications. I use c:import tag to include jsp's from this common webapp. I can include jsp's , if they do not contain any

Using jsps from another context

2007-04-18 Thread Rajesh Gupta
(ex: html:form action=search method=get) , it fails. Is it possible to include a jsp with a struts action in it from another web application. Any ideas, suggestions please?. I am using struts 1.2.4 tomcat 5.0. Thanks in advance. Rajesh**

RE: setup file

2006-10-10 Thread RAJESH THIHARIE
Use Ant. http://ant.apache.org is where you should head. -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 October 2006 3:17 PM To: user@struts.apache.org Subject: setup file Hi All, Can anyone plz tel me how to create a setup file for a

RE: Role Based Action Mapping

2006-10-08 Thread RAJESH THIHARIE
I would suggest you take a look at Acegi. It will take a bit of learning but it is definitely worth it. You can go to http://www.acegisecurity.org to learn more. -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Monday, 9 October 2006 3:40 PM To: Struts Users

Re: iReport using Jasper reports

2005-10-26 Thread K Rajesh
hi could you give me some web-site to know about iReport On 10/21/05, Thomas Sundberg [EMAIL PROTECTED] wrote: -Original Message- From: Meenakshi Singh [mailto:[EMAIL PROTECTED] Sent: den 21 oktober 2005 15:44 To: Struts Users Mailing List (E-mail) Subject: iReport using

Graphs in Struts

2005-07-20 Thread Rajesh
hi i am generating reports in a struts based applicationnow i want to show data graphically also using pie-charts and bars hoe to go for it Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Design problem

2005-05-21 Thread K Rajesh
i have done only one struts application. but the below action tag, i can't understand. could you anybody give me some code to let me know about the parameter=show attribute Rj On 3/9/05, Nicolas De Loof [EMAIL PROTECTED] wrote: Each mapping have to define a parameter that sets the

Re: The F5 problem - Best Practice (ActionHierarchy)

2005-03-22 Thread Rajesh Thiharie
Leon: My suggestion is to use Tokens. I know you dont feel very nice about it but it is a practical (this is the keyword) solution. From my personal experience avoid JavaScript as far as possible. It does come across as a nice solution but becomes very painful to maintain. Cheers Rajesh

DataSource........

2005-03-10 Thread K Rajesh
i have one doubt. Connection Pooiling only possible thro' JSTL sql:DataSource Tag or any other way in JSP. kindly let me know. thanx in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Help Me!!!!

2005-03-08 Thread K Rajesh
why if anybody know. Thanx in Advance. Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Session handling in Struts

2005-02-08 Thread Rajesh
way to over come this at first when i access my site the url contains Session id but after that i am not can anybody suggest me ??? Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Antwort: Session handling in Struts

2005-02-08 Thread Rajesh
Bernd: THANK YOU VERY MUCH Bernd. I got you now :) Rajesh [EMAIL PROTECTED] wrote: Hi Rajesh, automatic session handling by URL-rewriting (which will happen if the client is not accepting cookies) can only be guaranteed by Struts if you use the corresponding struts tag libraries or JSTL Tags

problem with required validation

2004-12-01 Thread Rajesh
Hai all in validation of required field when user gives just a spaces it considereds it as charectors i want to stop this that even if user types blank speces i need to specify that he must type letters of numbers i dont want to use mask here Regards, Rajmahendra R. Hegde GK Bharani

problem with required validation

2004-12-01 Thread Rajesh
Hai all in validation of required field when user gives just a spaces it considereds it as charectors i want to stop this that even if user types blank speces i need to specify that he must type letters of numbers i dont want to use mask here Regards, Rajmahendra R. Hegde GK Bharani

using a user-defing function inside EL

2004-11-16 Thread Rajesh
Hai i have a user-defing function in path Package : com.mypack.funs.Commons; Function: public static String sayHai(String name); can i use this code snippet inside my JSP page c:set var=myName value=Rajesh / ${com.mypack.funs.Commons.sayHai(myName)} Regards, Rajmahendra R

using a user-defing function inside EL

2004-11-16 Thread Rajesh
Hai i have a user-defing function in path Package : com.mypack.funs.Commons; Function: public static String sayHai(String name); can i use this code snippet inside my JSP page c:set var=myName value=Rajesh / ${com.mypack.funs.Commons.sayHai(myName)} Regards, Rajmahendra R

${param[Title]} not capturing full string

2004-10-28 Thread Rajesh
Hai all i just tryed EL with struts. when i pass a value as parameter key is Title and value is The Matrix when i use ${param[Title]} its displaying only The not The Matrix how can i overcome this. if i use %= request.getParameter(Title)% its working fine. Regards, Rajmahendra R.

${param[Title]} not capturing full string

2004-10-28 Thread Rajesh
Hai all i just tryed EL with struts. when i pass a value as parameter key is Title and value is The Matrix when i use ${param[Title]} its displaying only The not The Matrix how can i overcome this. if i use %= request.getParameter(Title)% its working fine. Regards, Rajmahendra R.

RE: General Question in JSP

2004-10-27 Thread Rajesh
completes. Is that an answer to your question? crack On Wed, 27 Oct 2004 11:13:08 +0530, Rajesh [EMAIL PROTECTED] wrote: Hai all in Web prgramming (Struts,JSP,Servlet) if i call a static function say in a package Commons class having a static functioin closeConnection(Connection con

use EL in Struts 1.1

2004-10-27 Thread Rajesh
Hai all, is it possible to use EL in Struts 1.1 ? Struts-EL how to use with Struts 1.1. Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the

use EL in Struts 1.1

2004-10-27 Thread Rajesh
Hai all, is it possible to use EL in Struts 1.1 ? Struts-EL how to use with Struts 1.1. Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
Hai Claus, Thanks :) After i added the line %@ page isELIgnored=false % In layout page in a tile page am passing a querystring(parameter) as ?CategoryId=3 If i need to display can i just add it as img src=images/category${request.parameter.CagegoryId}.gif width=120 height=40 ? Regards,

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
Hai Claus, Thanks :) After i added the line %@ page isELIgnored=false % In layout page in a tile page am passing a querystring(parameter) as ?CategoryId=3 If i need to display can i just add it as img src=images/category${request.parameter.CagegoryId}.gif width=120 height=40 ? Regards,

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh In layout page in a tile page am passing a querystring(parameter) as ?CategoryId=3 If i need to display can i just add it as img src=images/category${request.parameter.CagegoryId}.gif width=120 height=40 I'm afraid not since

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh In layout page in a tile page am passing a querystring(parameter) as ?CategoryId=3 If i need to display can i just add it as img src=images/category${request.parameter.CagegoryId}.gif width=120 height=40 I'm afraid not since

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Rajesh wrote: Hai Claus, The code img src=images/category${cagegory.cagegoryId.gif} width=120 height=40 / Is not parsed and directly appairs in the html source code. You would have to use the struts html tags. I forgot

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Rajesh wrote: Hai Claus, The code img src=images/category${cagegory.cagegoryId.gif} width=120 height=40 / Is not parsed and directly appairs in the html source code. You would have to use the struts html tags. I forgot

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
a JSP 1.2 or JSP 2.0 container? If you're using a JSP 1.2 container, you use the jars/tlds in contrib/struts-el/lib. If you're using a JSP 2.0 container, don't use Struts-EL. I didn't see in any of these notes where you said what container you're using. -Original Message- From: Rajesh

General Question in JSP

2004-10-26 Thread Rajesh
Hai all in Web prgramming (Struts,JSP,Servlet) if i call a static function say in a package Commons class having a static functioin closeConnection(Connection con); which will globally closses any connection object which is passed inside it. if i call this package class to all db calls in

General Question in JSP

2004-10-26 Thread Rajesh
Hai all in Web prgramming (Struts,JSP,Servlet) if i call a static function say in a package Commons class having a static functioin closeConnection(Connection con); which will globally closses any connection object which is passed inside it. if i call this package class to all db calls in

RE: Dispatch Action called Twice

2004-10-12 Thread Rajesh
Action called Twice Don't know about others, Rajesh, but I need more information. Have you debugged it? Rajesh wrote: Hai all, am working in Struts 1.1 some time in my program some DispatchActions are called twice am not sure whats the problem am working in Widnows tomcat5 in log

RE: Dispatch Action called Twice

2004-10-12 Thread Rajesh
Action called Twice Don't know about others, Rajesh, but I need more information. Have you debugged it? Rajesh wrote: Hai all, am working in Struts 1.1 some time in my program some DispatchActions are called twice am not sure whats the problem am working in Widnows tomcat5 in log

RE: Dispatch Action called Twice

2004-10-12 Thread Rajesh
Hai Seb' I cant get you, please explain in details ... Rajesh Regards, Rajmahendra R. Hegde Project Leader GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way

RE: Dispatch Action called Twice

2004-10-12 Thread Rajesh
Hai Seb' I cant get you, please explain in details ... Rajesh Regards, Rajmahendra R. Hegde Project Leader GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way

Dispatch Action called Twice

2004-10-11 Thread Rajesh
Hai all, am working in Struts 1.1 some time in my program some DispatchActions are called twice am not sure whats the problem am working in Widnows tomcat5 in log displayed in tomcat console when i made a request of a action it displays the system.out command inside those action

Dispatch Action called Twice

2004-10-11 Thread Rajesh
Hai all, am working in Struts 1.1 some time in my program some DispatchActions are called twice am not sure whats the problem am working in Widnows tomcat5 in log displayed in tomcat console when i made a request of a action it displays the system.out command inside those action

Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-21 Thread Rajesh
Hai all is there any good Freeware/Opensource of Bug Tracking/project management software written in java or JSP ?? please help me Rajesh

Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-21 Thread Rajesh
Hai all is there any good Freeware/Opensource of Bug Tracking/project management software written in java or JSP ?? please help me Rajesh

RE: [OT] RE: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-21 Thread Rajesh
: Kailash Vasani [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:38 AM To: 'Struts Users Mailing List' Subject: [OT] RE: Is there any free Application for Bug Tracking Software in Java or JSP Hi Rajesh, U have asked this question in wrong forum. BTW, search in http

Toomany Client-side validation code!!!

2004-08-19 Thread Rajesh
, Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Toomany Client-side validation code!!!

2004-08-19 Thread Rajesh
Hai you mean dynamicJavascript=false what will happen if i give it. normally html:javascript will create a main function called validateformname(form) {} will this function writes ? if so then where all the other functions goes ? Rajesh Shinobu Kawai wrote: Hi Rajesh, when we use Struts

Connection and Tomcat server

2004-08-16 Thread Rajesh
. thanks you Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Accessing Session attribute from action

2004-08-16 Thread Rajesh
Hai use request.getSession(); u can access from request object. vineesh . kumar wrote: Hi all, I wanna do store two values in the session when one logs in and i have to access the two values throughout the pages.also i have to access these two variables from some action classes. How can i do

Tomcat5 not logging me in

2004-08-09 Thread Rajesh
threads: 4 Max spare threads: 50 Current thread count: 8 Current thread busy: 3 after restarting my tomcat its working fine. am fasing the problem many times can anybody kindly help me thankyou Rajesh

Re: Tomcat5 not logging me in

2004-08-09 Thread Rajesh
. -Jignesh On Mon, 2004-08-09 at 06:17, Rajesh wrote: Hai all am using l Tomcat5, MySql, Struts 1.1 Linux. i had written a web applicaiton in tomcat with the support given above. i tested my site theroughly. its really working fine. but after a day or so, when i try to login first time its not letting

RE: Multiple Databases.

2004-06-06 Thread Thiharie Rajesh
It is best to use the application server connection pool. Do not use the Jakarta Struts connection pool. Rajesh -Original Message- If you are using tomcat, then I believe you can use dbcp. (I think that's what Riyad Kalla was talking about too..) We use dbcp but only for connecting