Re: How do I determine which hardware device and software has log4j zero-day security vulnerability?

2021-12-16 Thread Zahid Rahman
A simple two line Java program explaining the bug. https://youtu.be/0-abhd-CLwQ. Regards On Thursday, 16 December 2021, Lukasz Lenart wrote: > Hi, > > This rather a wrong place to ask such questions, I would suggest > asking on the Log4j user list. You can also try to use a commercial >

Re: How to implement custom StrutsTypeConverter to convert String to Collection?

2021-08-17 Thread Zahid Rahman
>> I've spent the better part of a day in the debugger, but ultimately figured it out. you're bill-able. Put it on the time sheet. :) zahid https://www.backbutton.org ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Fri, 13 Aug 2021, 12:15 Martin Gainty, wrote: > Assuming you can locate S

Re: How to implement custom StrutsTypeConverter to convert String to Collection?

2021-08-11 Thread Zahid Rahman
tep at a time. Watch the string values changes In the debug window. Then you can see the data values change as expected or not at each step. zahid https://www.backbutton.org ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Wed, 11 Aug 2021, 13:50 Burton Rhodes, wrote: > I have a html form input that submits a

Re: security : context relative URL(s)

2020-09-16 Thread Zahid Rahman
, developing your own framework can save you Weeks of learning a framework. Weeks of coding can save you hours of planning. On Tue, 15 Sep 2020, 06:59 Lukasz Lenart, wrote: > sob., 5 wrz 2020 o 19:44 Zahid Rahman napisał(a): > > > > Hi, > > > > Can I apply these same s

security : context relative URL(s)

2020-09-05 Thread Zahid Rahman
Hi, Can I apply these same security features in struts2 which were applied in struts1 now that the use of web.xml TAGS is discouraged in favour of annotations. *example deployment descriptor * *$CATALINA_HOME/webapps/examples/WEB-INF/web.xml* example Security Constraint Protected Web Are

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
nded A LOT in the last 20 years, not only with Struts. > > Am 14.08.20 um 02:07 schrieb Zahid Rahman: > > Maybe I misunderstand , there has always existed an apache solution to > > prevent anyone executing code on the application server. > > Its like 20 years old solution.

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
> Definitely a possibility You doubt yourself. I'm think it is not a misunderstanding for certain. On Fri, 14 Aug 2020, 01:42 Dave Newton, wrote: > On Thu, Aug 13, 2020 at 20:08 Zahid Rahman wrote: > > > Maybe I misunderstand > > > Definitely a possibility. >

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
Maybe I misunderstand , there has always existed an apache solution to prevent anyone executing code on the application server. Its like 20 years old solution. See www.backbutton.co.uk for more details. https://backbutton.co.uk/ Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ On Thu, 13 Aug 2020 at 1

Re: [ANN] [SECURITY] Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 (DoS) security issues

2020-08-13 Thread Zahid Rahman
Maybe I misunderstand , there has always existed an apache solution to prevent anyone executing code on the application server. Its like 20 years old solution. See www.backbutton.co.uk for more details. https://backbutton.co.uk/ On Thu, 13 Aug 2020, 11:18 Rene Gielen, wrote: > Two new Struts

Re: ./mvnw spring-boot:run struts equivalent

2020-06-06 Thread Zahid Rahman
♡۶ Make Use Method {MUM} makeuse.org On Sun, 31 May 2020, 03:07 , wrote: > Hello Zahid, > The below page provides list of 'Apache Tomcat Versions' and > their supported version of Java, Servlet/JSP spec, > Authentication (JASIC) Spec, etc. > > https://tomcat.apach

Re: ./mvnw spring-boot:run struts equivalent

2020-05-29 Thread Zahid Rahman
://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html > . > > > On Thu, May 28, 2020 at 21:51 Zahid Rahman wrote: > > > Hi, > > I git cloned https://github.com/apache/struts this. > > then I ran ./mvnw clean package install. > > &

./mvnw spring-boot:run struts equivalent

2020-05-28 Thread Zahid Rahman
Hi, I git cloned https://github.com/apache/struts this. then I ran ./mvnw clean package install. is there a struts equivalent *./mvnw spring-boot:run* to run it ? I tried ./mvnw jetty:run then didn't work. Backbutton.co.uk ¯\_(ツ)_/¯

Re: Archetype

2020-05-28 Thread Zahid Rahman
e jQuery > archetypes for the jQuery plugin. > > On Thu, May 28, 2020 at 1:49 PM Zahid Rahman wrote: > > > Hi, > > > > I came across an archetype which has an enum class. It was designed by > some > > one who has written a book on struts. > > > > Sorry I&

Archetype

2020-05-28 Thread Zahid Rahman
Hi, I came across an archetype which has an enum class. It was designed by some one who has written a book on struts. Sorry I'm not good with names. If you know the archetype I mean please give me the link to it. I don't think it is one of these. https://struts.apache.org/maven-archetypes/

Re: RMI client code in Struts : I WIN RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and

Re: RMI client code in Struts I WIN : RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface

Re: RMI client code in Struts : java.lang.ClassNotFoundException

2020-01-27 Thread zahid
633 DEBUG [http-nio-8080-exec-7] interceptor.I18nInterceptor (I18nInterceptor.java:124) - After action invocation Locale=en_GB On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ?

Re: RMI client code in Struts Security Warning

2020-01-26 Thread zahid
+ e );     }     catch (RemoteException e) {     System.out.println("could not look up server " + e );     }     catch (NotBoundException e) {     System.out.println("could not look up server " + e );   

Re: RMI client code in Struts

2020-01-26 Thread zahid
I don't have those errors anymore public String execute() throws MalformedURLException, RemoteException, NotBoundException {         try {             messageStore = new MessageStore() ;         }     catch (MalformedURLException e) {     System.out.println(" " + e );     }  

Re: RMI client code in Struts

2020-01-26 Thread zahid
Thanks On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and struts problem report :- package

Re: RMI client code in Struts

2020-01-26 Thread zahid
26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and struts problem report :- package org.apache.struts.helloworld.model; import java.net.MalformedURLException; import jav

RMI client code in Struts

2020-01-26 Thread zahid
Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface  , and struts problem report :- package org.apache.struts.helloworld.model; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBo

Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-11 Thread Zahid Rahman
gt; To: Struts Users Mailing List > Subject: Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : > Global Impact at the highest levels. > > What? > > On Wed, Jan 8, 2020 at 5:28 PM Zahid Rahman wrote: > > > -- Forwarded message - > > From: Zahid R

Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-08 Thread Zahid Rahman
It requires some time studying the subject ; I would suggest reading it. Sorry no short answer. On Wed, 8 Jan 2020, 22:37 Dave Newton, wrote: > What? > > On Wed, Jan 8, 2020 at 5:28 PM Zahid Rahman wrote: > > > -- Forwarded message ----- > > From: Zahid

Fwd: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-08 Thread Zahid Rahman
-- Forwarded message - From: Zahid Rahman Date: Wed, 8 Jan 2020, 19:51 Subject: Re: [OT] Re: Maven Warning. Ubuntu Users To: Tomcat Users List Another example of using maven 2015 version and the impact of unknown warning by MAVEN can have on application development across the

Maven Warning: Ubuntu Users

2020-01-06 Thread Zahid Rahman
To all ubuntu Maven users. Do NOT install maven using sudo apt install maven Install by direct download only from https://maven.apache.org/download.cgi BECAUSE: "I seem to remember they [ubuntu] have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.n

Re: convention plugin Issue

2019-12-30 Thread zahid
unique SCOPE when calling the action and get the result you need. John On 12/19/2019 12:52 AM, Zahid Rahman wrote: This is not overriding method. As you see when you declare the same functionality using the struts.xml Then only that explicitly declared method will be executed by the struts

Re: convention plugin Issue

2019-12-24 Thread Zahid Rahman
result you need. > > John > > On 12/19/2019 12:52 AM, Zahid Rahman wrote: > > This is not overriding method. > > > > > class="org.apache.struts.helloworld.action.HelloWorldAction" > > method="execute"> > > > > As you see

Re: Architectural considerations

2019-12-23 Thread Zahid Rahman
friendly if those requirements are > not met. While that can be challenging, the reward is faster and higher > quality results) given the previous threads I strongly advise a general > Java mailing list since the nature of advice is more sound-boarding than > specifics. > >

Re: Architectural considerations

2019-12-23 Thread Zahid Rahman
specifics. > > On Mon, Dec 23, 2019 at 4:18 AM Zahid Rahman wrote: > > > Hi, > > > > Somebody advised me that I need to consider connection pooling , load > > balancing , whether a database design can be perfect. > > Also not to waste time doing EJBs . > > Am I at the right place ? > > > > > -- > Sent from my C64 using a 300 baud modem >

Architectural considerations

2019-12-23 Thread Zahid Rahman
Hi, Somebody advised me that I need to consider connection pooling , load balancing , whether a database design can be perfect. Also not to waste time doing EJBs . Am I at the right place ?

Re: convention plugin Issue

2019-12-18 Thread Zahid Rahman
to register a ticket in JIRA, but this is something low > > priority rather. > > > > > > Regards > > Lukasz > > > > sob., 7 gru 2019 o 12:58 Zahid Rahman napisał(a): > >> I think the convention plugin should perform a validation a check for > t

Re: Java Singleton , Framework Design Patterns

2019-12-16 Thread Zahid Rahman
mechanism. Implement undo and redo functionality. Maintain a > history of commands. Use Visitor pattern in below scenarios:. Similar > operations have to be performed on objects of different types grouped in a > structure ; You need to execute many ... > stackoverflow.com > > ?am interested to know which topic prompts

Re: Java Singleton , Framework Design Patterns

2019-12-14 Thread Zahid Rahman
You have been very helpful. Your information is very much along the same lines I was headed. Best Regards Zahid On Sat, 14 Dec 2019 at 12:19, Martin Gainty wrote: > MG>maybe.. see below > > ____ > From: Zahid Rahman > Sent: Friday, December 13,

Re: Java Singleton , Framework Design Patterns

2019-12-13 Thread Zahid Rahman
enarios:. Similar > operations have to be performed on objects of different types grouped in a > structure ; You need to execute many ... > stackoverflow.com > > ?am interested to know which topic prompts your question? > > /br/ > Martin > > F

Re: Java Singleton , Framework Design Patterns

2019-12-12 Thread Zahid Rahman
Thanks v. Much On Thu, 12 Dec 2019, 06:56 Lukasz Lenart, wrote: > czw., 12 gru 2019 o 06:13 Zahid Rahman napisał(a): > > So my point is I have not been able to find accurate information , if > some > > one could furnish me a Java language specification or recommend a book &g

Re: Java Singleton , Framework Design Patterns

2019-12-12 Thread Zahid Rahman
12, 2019 12:56:05 AM > Subject: Re: Java Singleton , Framework Design Patterns > > czw., 12 gru 2019 o 06:13 Zahid Rahman napisał(a): > > So my point is I have not been able to find accurate information , if > some > > one could furnish me a Java language specification or

Java Singleton , Framework Design Patterns

2019-12-11 Thread Zahid Rahman
ly describes these I would be grateful. I feel this would be the right place to seek such information because there are framework developers here. Regards Zahid

Re: Struts 2.5.22 and memory?

2019-12-08 Thread Zahid Rahman
There are some causes and solutions Found here. https://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html?m=1 On Sun, 8 Dec 2019, 21:30 Heikki Hyyrö (TAU), wrote: > I am wondering if this is just a coincidence... But a site I am running > with Struts 2 started to o

Re: convention plugin Issue

2019-12-07 Thread Zahid Rahman
undefined. I think it's not an issue because Convention Plugin has no > avenue to distinguish between them when you request > http://localhost:8080/hello-world. > > Regards. > > >-----Original Message- > >From: Zahid Rahman > >Sent: Thursday, Decembe

Re: OFF TOPIC: Introduction

2019-12-05 Thread Zahid Rahman
gdg4uz.html > > best regards > m. > > > From: Dave Newton > Sent: Tuesday, December 3, 2019 11:31 AM > To: Struts Users Mailing List > Subject: Re: OFF TOPIC: Introduction > > On Tue, Dec 3, 2019 at 9:43 AM Zahid Rahman wrote: > > > If the developer tests his

convention plugin Issue

2019-12-05 Thread Zahid Rahman
Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.example.actions.HelloWorld.java and uk.mypackage.actions.HelloWorld.java with url http://localhost:8080/hello-world then uk.mypackage.actions.HelloWorld.java execute is run. If I have uk.example.actions.HelloWo

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
, Dec 4, 2019 at 07:56 Zahid Rahman wrote: > > > The space and defence don't share what they are doing. So I don't think > > yours is reasonable statement that you know what is happening in the > > aerospace and defence industry. > > > Hm. I don't

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
on there was no sample code in the documents is because the database vendor couldn't install the IDE. On Wed, 4 Dec 2019, 14:11 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 07:56 Zahid Rahman wrote: > > > The space and defence don't share what they are

blank Page

2019-12-04 Thread Zahid Rahman
Hi, I downloaded the latest JVM and tomcat. I set JAVA_HOME as system variable to the latest version of JVM like any developer. the tomcat home page appeared. wow ! and more wow ! great ! freeware which talk to the browser. I no longer have to do 1 week training on vendor tools. I am free at las

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
when using interpretive code. On Wed, 4 Dec 2019, 12:40 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 06:36 Zahid Rahman wrote: > > > You're right except in a bespoke hardware , software environment they > tend > > to use 68k Motorola chip to eliminate internal u

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be > > decompiled). > > > They're just code like anything else. And I don’t quite understand why > there’s a distinction made here between reverse engineering an e

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
You're right except in a bespoke hardware , software environment they tend to use 68k Motorola chip to eliminate internal unknown risks. On Wed, 4 Dec 2019, 11:06 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have

Re: Black Box Tesing v White Box Testing

2019-12-04 Thread Zahid Rahman
Thanks for a most respectful reply. I will give details of an incident later. On Wed, 4 Dec 2019, 11:06 Dave Newton, wrote: > On Wed, Dec 4, 2019 at 01:16 Zahid Rahman wrote: > > > .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be > > decompiled).

Black Box Tesing v White Box Testing

2019-12-03 Thread Zahid Rahman
During the ADA course I attended, the teacher mentioned that no inherited code or libraries are used in these safety critical environments. Therefore there are no unknown internals. Only known internals. .exe and DLLs (C,C++) have unknown internals (AFAIK DLLs can't be decompiled). So at the

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
"Phil the contractor" was the first of many in IT industry. I have a long list. This guy refers to multimillion real life blunders which I describe in detail as [lots of words]. What more can I say (: On Tue, 3 Dec 2019, 18:33 Dave Newton, wrote: > On Tue, Dec 3, 2019 at

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
What developers do isn't testing. [Bottom up programmer]. On Tue, 3 Dec 2019, 18:10 Dave Newton, wrote: > On Tue, Dec 3, 2019 at 12:57 PM Zahid Rahman wrote: > > > We have a difference in opinion. You think you can't do enough testing. > > I think there are

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
We have a difference in opinion. You think you can't do enough testing. I think there are some tests which counts for nothing. It is just testing for testing sake. Because we have difference in opinion/ approach doesn't mean you should get personal. At the end of the day people like me who sta

Re: OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
t; The tech lead who abandoned the project when I told him everything is going server side. That was not the only buffoonary he displayed because he could not wait to dive into coding. On Tue, 3 Dec 2019, 12:33 Dave Newton, wrote: > On Tue, Dec 3, 2019 at 07:04 Zahid Rahman

OFF TOPIC: Introduction

2019-12-03 Thread Zahid Rahman
his helps anyone looking to master Industrial Strength Software. Keep in mind, test from specification not from code and testing MUST not to be done by the person who wrote the code as suggested in a book I read recently. Regards Zahid

Re: OFF TOPIC: hot reload

2019-12-02 Thread Zahid Rahman
start INFO: Server startup in [5,610] milliseconds Dec 02, 2019 12:01:22 PM org.apache.catalina.core.StandardContext reload On Mon, 2 Dec 2019, 10:44 Yasser Zamani, wrote: > Did you mean Struts' "configuration" e.g. struts.xml file hot reload? > > Kind Regards. > >

Re: Struts Application Generator plugin

2019-12-01 Thread Zahid Rahman
to speedup > development such as create a CRUD on Master Tables > > > Regards > > On Sun, Dec 1, 2019, 08:00 Zahid Rahman wrote: > > > Hi, > > > > I am sure you are familiar with the Java Object Orientated Code Generator > > Plugin , > > where

Re: Struts Application Generator plugin

2019-11-30 Thread Zahid Rahman
s extends ActionSupport {} Best Regards Zahid On Sun, 1 Dec 2019 at 01:12, M Huzaifah wrote: > Hi,.. > > I was wonder to have generator like you said. My idea came up when i use > mybatis generator. Mybatis generator will inspect single column in table > that we

Struts Application Generator plugin

2019-11-30 Thread Zahid Rahman
ations for further details. Best Regards Zahid .

OFF TOPIC: hot reload

2019-11-28 Thread Zahid Rahman
FLUTTER'S hot reload (memory Hungary emulator) and Struts development in eclipse works in the same way. which one came first ?

Re: Update views how to ?

2019-11-26 Thread Zahid Rahman
this reason I will try and apply the chat application first as suggested by Yasser. If that doesn't meet my requirement then I will try your suggestions. Regards zahid On Fri, 22 Nov 2019 at 03:27, M Huzaifah wrote: > Hi, > > You should use stream mecanism for that case. What i'

Re: /struts-2.5.22-all.zip where can download

2019-11-26 Thread Zahid Rahman
jetty jetty-maven-plugin 9.4.7.v20170914 /${project.build.finalName} CTRL+C 8999 10 src/main/webapp/WEB-INF/web.xml * Best Regards zahid On Mon, 25 Nov 2019 at 08:41, Lukasz Lenart wro

Re: Update views how to ?

2019-11-24 Thread Zahid Rahman
ble whilst guaranteeing data integrity. On Sun, 24 Nov 2019, 12:13 Yasser Zamani, wrote: > Thank you so much Zahid! you made my day :) > > As far as I can recall there aren't too much to do to release Struts 2.6. > I hope it's going to be soon :) > > Regards. &

Re: Update views how to ?

2019-11-24 Thread Zahid Rahman
rency-asynchronous-processing-support-in-servlet-3-0.html "> Asynchronous processing support in Servlet 3.0 On Sun, 24 Nov 2019, 08:09 Yasser Zamani, wrote: > Hi Zahid, > > Additionally, AFAIK... > > If your users are a lot, then I think you have to wait for Struts 2.

Re: /struts-2.5.22-all.zip where can download

2019-11-23 Thread Zahid Rahman
"struts cookbook" button is unresponsive on main page http://localhost:8080/struts2-showcase/index.action It was unresponsive in the previous version too. Both chrome and Firefox browsers. On Sat, 23 Nov 2019 at 18:17, Yasser Zamani wrote: > Hi, > > https://dist.apache.org/repos/dist/dev/strut

Update views how to ?

2019-11-21 Thread Zahid Rahman
Hi, I have an admin screen (jsp) where the administrator updates values i.e. current weather temperature, cricket , football score, death counter showing people killed by knife crime in a city, natural causes , car accidents etc. I have at least two users who are looking at the current temperat

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
Hi David, THANKS A LOTIt finally worked after I added "delete" in FilePermissions in server.policy file. Just wondering if this has to be done for other app servers too when using the File upload. How do the other app servers handle this?? Anywayz..THANX once again. Zahid.

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
. PLEASE HELP!!! Thanks. Zahid. On 6/22/06, David Friedman <[EMAIL PROTECTED]> wrote: Zahid, I don't use that application server but I have a suggestion: change your temp file download directory. Your stack trace shows Struts is using the CommonsMultiPartRequestHandler class and I have

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
.lang.RuntimePermission "modifyThreadGroup"; }; Its already mentioned "read,write" for FilePermission. I have found a similar thread in the archives but there is no solution.. http://marc.theaimsgroup.com/?l=struts-user&m=105705470300370&w=2 GURUS PLEASE HELP Thank

file upload ACCESS DENIED (AccessControlException)

2006-06-21 Thread zahid mohammed
Hi, I am trying to upload a file using File upload. I get the AccessControlException (access denied). We are using Sun One App Server 7.0and Struts 1.2.9. java.security.AccessControlException: access denied (java.io.FilePermission C:\Sun\AppServer7\domains\domain1\server1\generated\jsp\j2ee-apps\

Struts using Sun One Studio 5 IDE

2006-05-09 Thread zahid mohammed
Hi, We are asked to build a new Struts application using Sun One Studio 5, Standard Edition IDE. I have'nt used it before. Is there any plugin I can install to use struts in Sun One? Links to some tutorials will be helpful. Thanks.

Struts in Sun One Studio 5 IDE

2006-05-08 Thread zahid mohammed
Hi, We are asked to build a new Struts application using Sun One Studio 5, Standard Edition IDE. I have'nt used it before. Is there any plugin I can install to use struts in Sun One? Links to some tutorials will be helpful. Thanks.

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-04-05 Thread zahid mohammed
blunck.info/iehttpheaders.html > > http://www.fileedge.com/Cat/Network-Internet/Browsers-Tools/MMD-HttpHead.html > > None of them seem as good as HTTPWatch, but the price is right :) > > Frank > > zahid mohammed wrote: > > Hi Dave, > > I have used the basic edi

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-18 Thread zahid mohammed
result and when does it show that? PLEASE HELP!!! Thanks. On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > If something was fundamentally wrong then why would it work in > "FIREFOX". > > > Perhaps because Firefox is less fundamen

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
let u guys know the result later. Thanks On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > Yes. After clicking next "System.out.println" is printing the right name > on > > the console whereas "out.println" is printing

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
Yes. After clicking next "System.out.println" is printing the right name on the console whereas "out.println" is printing the wrong name (first page element) on the jsp. Thanks On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > &

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
Frank, Michael and Dave, > On Thu, February 16, 2006 4:51 pm, Michael Jouravlev said: > >> The last thing I can think of is a hook, a rope and some soap. Is this the only option left...Did u guys find any problem in the code? Thanks On 2/16/06, zahid mohammed <[

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Finally here are the relevant portions of the jsp code. <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> <[EMAIL PROTECTED] import="witr.domain.User"%> <% response.setH

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
t? Maybe your network admin is using it? Check > Tools->Internet Options->Connections->LAN settings that it does not > select anything in Proxy Server. > > Is your app and browser on one machine? > > On 2/16/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > No I

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
with the scriptlets but of no use. So I guess this definitely has something to do with the IE. PLEASE HELP Thanks On 2/16/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > No I am not using firewalls/proxies. > > In the IE options I have tried s

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 2/16/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > I just tried placing another with the meta tags at the bottom of > the > > jsp. But it did'nt help. I am still getting the old set of

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
ry time after the > > first GET because it is somewhat over-aggressive in its caching scheme. > > All the headers in the world tend to not help either. > > > > On Thu, February 16, 2006 12:47 pm, zahid mohammed said: > > > Hello All, > > > I have asked this que

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
> -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > AIM: fzammetti > Yahoo: fzammetti > MSN: [EMAIL PROTECTED] > > On Thu, February 16, 2006 12:47 pm, zahid mohammed said: > > Hello All, > > I have

Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Hello All, I have asked this question before in several forums but could'nt get the solution for it. We have a struts application and the server is Tomcat 5.5. I display an Arraylist (set in request) on the first page using Logic:Iterate tag. If the user clicks next, another set is selected and th

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
ing new is coming. > > That was the only way I found to solve this problem: deceiving the > browser. > > Yeah. I hate IE too. > > Hope it's helpful. > > > On 2/7/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > > > Thanks for the reply Brady.

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
Thanks for the reply BradyI have cleared the cache and tried all the options for "Check for newer versions of stored settings." "Every visit to page" and "Automatically". Even then its not working. If its the Apache setting problem then why is it working fine in Firefox. Could you pleas

IE Caching problem..Struts Application Working fine in Firefox

2006-02-06 Thread zahid mohammed
Hello All, We have a struts application and the server is Tomcat 5.5. I have an ArrayList (A) set in session and an Arraylist (B) which is a subset of A set in request. The ArrayList B always has 10 elements and I use this to be displayed in the jsp page using Logic:iterate tag. The first page dis