Since I was not using the MultiPart Form, I deleted this Java file from my
source code keeping the struts.jar in my classpath, I could proceed.
But I still wonder how the Struts 1.2.4 binary version was prepared if it
does not compile with J2EE 1.4 jars.
Regards,
Puneet Agarwal
Tata Consultanc
I misses to attach the error...:
here it is: please see the attached mail for details;
Class must implement the inherited abstract method
ServletRequest.getLocalAddr() MultipartRequestWrapper.java
Class must implement the inherited abstract method
ServletRequest.getLocalName() MultipartReq
I get following error while trying to compile Struts 1.2.4 source code.
I am using eclipse and I have included j2ee.jar from J2EE 1.4 version
which I downloaded from java.sun.com
I also tried by copying the jar file that is bundeled with JBoss 4.0.1 but
to no rescue...!!!
Any help...?
Regards
Has someone tried the combination Sturts 1.1 and JBoss 3.2.6
I am upgrading from JBoss 3.2.3, it gives error on all JSPs. Is Sruts 1.1
not supported on JBoss 3.2.6 ?
type Exception report
message
d
Everyone here in Delhi...
check the link.. http://struts.meetup.com
go for "Dilli" instead of
Delhi...!!!
Cheers...
Puneet Agarwal
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
- Forwarded by Puneet
A/DEL/TCS on 09/15/200
I have three...any takers?
Puneet Agarwal
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for
the addressed individual or entity indicated in this message and for the excl
Thanks for the help..yes it works that
way...!!!
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Jurn Ho <[EMAIL PROTECTED]>
07/29/2004 07:06 PM
Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>
To
"Struts Users Mailing
yeah there are filters available...!!!
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
"Shailender Jain"
<[EMAIL PROTECTED]>
08/06/2004 05:29 PM
Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>
To
"[EMAIL PROTECTED]"
<
Thanks Erik, this can actually be very
useful. (I haven't tried it yet...)
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Erik Weber <[EMAIL PROTECTED]>
07/29/2004 12:44 PM
Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>
I want to do both "hide my JSPs
behind WEB-INF" and use "Struts modules".
and this does not work, I looked into
the struts code. it does the following
If the path of ActionForward starts
with "/", it obtains the module prefix and prefixes this to the
path so...
If my path was say "/WEB-INF/pag
please mark such mails as [OT] in the
subject line - This means Off Topic
PortableRemoteObject.narrow()
is a decent way to check whether an object can be casted to given class
or not...so..decide yourself...!!!
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://ww
>>Hi Puneet,
>>Good to hear you have a solution. Item 3 in your list is exactly
the
>>situation I describe. Would you mind sharing the code with the
user group ?
Sure I'll share it, you will have to bear with me,
i'll extract that code tonight(from home) and be able to send you the code
tomorro
I guess u just have to redeploy after
rebuild...that should fix this problem...!!
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Velmurugan M <[EMAIL PROTECTED]>
07/28/2004 11:25 AM
Please respond to
"Struts Users Mailing List" <[EMAIL PRO
I beleive this is really a desired feature,
and I have a piece of code for doing all this.
Which extends DispatchAction and RequestProcessor.
We needed this for
1. BreadCrumbs
2. Wizard
type of Screen
3. A
situation when particular screen was being invoked from multiple place
check the web.xml entry
/tags/struts-html
/WEB-INF/struts-html.tld
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
"LINGALA, AMARESHWAR
G (SBCSI)" <[
I agree with glenn,
my 2 c,
better use swing based client for your
application.
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
[EMAIL PROTECTED]
07/27/2004 04:47 PM
Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>
We also had the similar need to go back
in stack, we used a simple logic of maintaining the stack ourselves for
path of actionforwards
when we needed to go back, we retrived
the last item from the stack and created an actionforward object.
This was veryuseful for us.
Puneet Agarwal
Tata Consulta
Here is the code snippet
onSubmit call these two functions
disableAllFields();
hideBlink();
--
function hideBlink()
{
var blink = document.getElementsByTagName('BLINK');
clearInterval(intervalVar);
blink[0].style.visibility =
we also had the same need to access
the struts mappings from session listener. what we did was
we stored everything that is needed
in session listener in session before it could be required. and we know
session is accessible in sessionlistener.
If someone has a better approach, please
suggest..
thannx for liking this idea, I have
received the request from many people to send the code, I'll look for theat
piece of code pass it to this list some time later in the day..
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
"Shailender Jain"
<[E
But if you change your approach of showing
"work in process" label, while the report is being generated,
to this one, both your problems get solved.
"write some _javascript_ that will
show a layer which is opaque in the browser, and let that layer show some
text like 'processing...' in blinking m
One of our application had more than
300 screens, we used struts and most of those screens had a drop-down list.
We stored all of them in servlet context, and every JSP got a copy of it
in "pre-populate place holder". The peak user load was abt 500,
and its working just fine...!!!
Regards,
Puneet
This is not a potential hazard because
typically in all shopping cart applications cart items are stored in HttpSession
and no other user can change the sesion of some user ( this security is
provided by Java Servlet API)
Regards,
Puneet Agarwal
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Jon,
The way it is managed is, while you
paint the "delete" links in your HTML, you add a query string
like this
?itemid=xyz
and then in your action class method obtain the value of this variable
itemid ( obviously through form-bean)
and this is how single statement can
do the work
Hope this
24 matches
Mail list logo