Struts 2.0.11 Critical Production issues

2011-06-11 Thread Rajesh
uteThread.execute(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

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 valu

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 datab

Re: Page refresh after AJAX Call

2010-07-01 Thread Jyothi Rajesh
cause the grid should appear on > the > main page. > > > > On Thu, Jul 1, 2010 at 11:49 AM, Jyothi Rajesh > wrote: > > > Hi, > > > > Here is how you can do it: > > > > 1) Have an independent JSP which will just include the grid using the > >

Re: Page refresh after AJAX Call

2010-06-30 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: 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 wrote: > Hi Guys, > > I want to call to another action mapping which has defined in the > struts.xml

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 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 tag to include jsp's from > > this common webapp. I can

Using jsps from another context

2007-04-18 Thread Rajesh Gupta
ruts action (ex: ) , 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 java

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 Mailin

Re: iReport using Jasper reports

2005-10-25 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: iRepor

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 th

Re: Design question

2005-03-30 Thread Rajesh Thiharie
1. In a single form you would have the button as a parameter. This is better because you will need to develop a single Action and write a switch-case for the buttons (parameter(s) per tab). 2. For separate actions you would not need to bother with parameters because each button is mapped to a s

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

DataSource........

2005-03-10 Thread K Rajesh
i have one doubt. Connection Pooiling only possible thro' JSTL

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]

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 in

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

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 Soft

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 Soft

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 ${com.mypack.funs.Commons.sayHai(myName)} Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Lt

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 ${com.mypack.funs.Commons.sayHai(myName)} Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Lt

${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, 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, R

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
> -----Original Message- > From: Rajesh [mailto:[EMAIL PROTECTED] > > 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. > > T

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
> -----Original Message- > From: Rajesh [mailto:[EMAIL PROTECTED] > > 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. > > T

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 > >height="40" /> > >Is not parsed and directly appairs in the html source code. > > > You would have to use the struts html tags. I forgot to me

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 > >height="40" /> > >Is not parsed and directly appairs in the html source code. > > > You would have to use the struts html tags. I forgot to me

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
there are no obvious deficiencies. -- C.A.R. Hoare -Original Message- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:58 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh >In lay

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
there are no obvious deficiencies. -- C.A.R. Hoare -Original Message- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:58 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh >In lay

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 ? Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of

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 ? Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of

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 othe

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 othe

RE: General Question in JSP

2004-10-26 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 cl

RE: General Question in JSP

2004-10-26 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 cl

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 m

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 m

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

RE: Dispatch Action called Twice

2004-10-11 Thread Rajesh
ubject: Re: Dispatch 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

RE: Dispatch Action called Twice

2004-10-11 Thread Rajesh
ubject: Re: Dispatch 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

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 twic

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 twic

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, sear

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, sear

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: 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 validate(form) {} will this function writes ? if so then where all the other functions goes ? Rajesh Shinobu Kawai wrote: Hi Rajesh, when we use Struts Validator

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: 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 thi

Connection and Tomcat server

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

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

Tomcat5 not logging me in

2004-08-09 Thread Rajesh
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: executeBatch

2004-07-26 Thread Thiharie Rajesh
values intended for the batch to an MDB (Message Driven Bean). This way you can run the batch asynchronously and not affect your online application or affect it minimally. Rajesh -Original Message- What is the problem with your current performance? -Original Message- I want to

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 conne

EJB+STRUTS Architecture

2004-04-15 Thread Rajesh, Harikrishnan \(H.\)
Hi, Does some body throw me light on how to architect an application with EJB+STRUTS for Websphere+Oracle environment. It would be very much of help to me if anybody has some sample architecture or sample application. If you have some sample app, please send the same to [EMAIL PROTECTED] Thanks f