Re: Struts Source Code Compilation Error - MultipartRequestWrapper.java

2005-01-21 Thread puneet . a
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

Re: Struts Source Code Compilation Error - MultipartRequestWrapper.java

2005-01-21 Thread puneet . a
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

Struts Source Code Compilation Error - MultipartRequestWrapper.java

2005-01-21 Thread puneet . a
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

Struts 1.1 JBoss 3.2.6

2004-10-20 Thread puneet . a
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

Struts - Delhi....

2004-09-14 Thread puneet . a
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

Re: Re: Re: [Gmail] - All gone,

2004-09-13 Thread puneet . a
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

Re: Module and pages Behind WEB-INF don't work...???

2004-08-08 Thread puneet . a
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

Re: HTTP Compression

2004-08-06 Thread puneet . a
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]" <

Re: Module and pages Behind WEB-INF don't work...???

2004-07-29 Thread puneet . a
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]>

Module and pages Behind WEB-INF don't work...???

2004-07-28 Thread puneet . a
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

[OT]Re: PortableRemoteObject.narrow()

2004-07-28 Thread puneet . a
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

RE: Back navigation using application back buttons

2004-07-28 Thread puneet . a
>>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

Re: FW: error in new bea

2004-07-27 Thread puneet . a
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

RE: Back navigation using application back buttons

2004-07-27 Thread puneet . a
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

RE: Error while deploying

2004-07-27 Thread puneet . a
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)" <[

Re: JSP / ActionForm / Action design quesetion

2004-07-27 Thread puneet . a
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]>

Re: Asunto: How to get the ActionForward for the _previous_ page

2004-07-27 Thread puneet . a
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

Re: Intermediate loading page

2004-07-27 Thread puneet . a
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 =

Re: Access Struts objects from a session listener

2004-07-26 Thread puneet . a
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..

Re: Intermediate loading page

2004-07-26 Thread puneet . a
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

RE: Intermediate loading page

2004-07-25 Thread puneet . a
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

Re: some best practices questions

2004-07-25 Thread puneet . a
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

RE: Best practice request - dynamic link to redraw page

2004-07-16 Thread puneet . a
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]

Re: Best practice request - dynamic link to redraw page

2004-07-16 Thread puneet . a
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