Hi
You dont need anything in web.xml except from config parameter name and
value
which I beleive you would have given.
Just let me know if you are using tiles by any chance.
We had some problems in the application we developed due to tiles.
Just make sure that name of the files in classpath matc
websphere as App Server. We have also extended the Struts Request
Processor
to implement some code in every request.
Now, I want to know if this can be done using struts, I do not want to write any code
for this ???
Harjot
Harjot Narula
Induslogic
Hi
I see no reason of losing the session while opening a JSP in a new pop up
window.
Try this
test2
or
window.open("/test2.jsp","test2");
I am pretty sure that no session variables are lost while opening a JSP in
a pop up window.
Harjot
- Original Message -
From: "grati_a_lozano" <[
Hi Brati
Well, as far as I can understand, you don't wanna use struts-config for your forward
path
cause it is being generated at runtime. I think this will be helpful
Just before returning from execute of the Action class, you can redirect the control
to any JSP.
response.sendRedirect(response
Hi Navjot
I am late at answering this but still I thought I should.
I agree with the design you have provided, but I wonder why
are you using the ProductDelegate here.
Is your application too big, or do you have too many type of clients ?
Are you using some caching mechanism in business delegate
Geeta is right
There was a post on this list sometime ago and if I remember it correctly
you will find the solution to this at
http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html
just look at saveToken in this article.
You have this saveToken method in Action class.
Harjot
-
To implement a similar behaviour struts provides with the saveToken
functionlaity.
Look at it here
http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html
Harjot
> - Original Message -
> From: "Frank Zammetti" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wed
To implement a similar behaviour struts provides with the saveToken
functionlaity.
Look at it here
http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html
Harjot
- Original Message -
From: "Frank Zammetti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 09
Just extend the struts request processor and
then you can over ride any method in the requestprocessor.
If you need to check something before every request
you can put the code in processPreProcess method of
request processor. ActionServlet calls this method just
before processing every request.
H
Any positions in India ???
I have struts development experience of almost 2 years ...
- Original Message -
From: "Andy Engle" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 8:30 PM
Subject: Re: [OT] Jobs
> James Mitchell <[E
Hi
I think you need to mention something like this in web.xml
config
/WEB-INF/struts-config.xml
and in struts-config.xml you need to have this
you can use this in JSP as
This will also work probably
myActionForm.setMessage(mr.getMessage("de", "messages.deleteFailed"));
Hi Tarun
Have a look at this
(Search for 'token' on this page)
http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html
Hope you find a solution.
Harjot
- Original Message -
From: "Tarun Dewan" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sen
12 matches
Mail list logo