uteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Thanks
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.
My question - how can
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
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
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
> >
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
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
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.
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
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**
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
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
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
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
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
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
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
i have one doubt. Connection Pooiling only possible thro' JSTL
why if anybody know.
Thanx in Advance.
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
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
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
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
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
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
> -----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
> -----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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
: 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
Hai all
is there any good Freeware/Opensource of Bug Tracking/project management
software written in java or JSP ??
please help me
Rajesh
Hai all
is there any good Freeware/Opensource of Bug Tracking/project management
software written in java or JSP ??
please help me
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
,
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
.
thanks you
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
-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
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
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
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
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
60 matches
Mail list logo