frames and context

2002-11-02 Thread Amit Badheka
is there Anybody who has used frames within struts application? please help. we are using frames, but when I forwards request to some page which is in frame, the context path is changes, is each frame has context dependencies?

RE: Executive Level Blurb on why to use Struts on a new project

2002-11-02 Thread Andrew Hill
Rather agree about it being an implementation detail - its none of the suits business if you use struts or roll your own framework. Next thing you know they will be asking you to obtain approval to use quicksort in place of bubblesort... -Original Message- From: Galbreath, Mark

identifying views

2002-11-02 Thread Mark Ayad
Hi All I would like to identify and track every major view (using a pageID) that a client a.k.a browser could request (composite views are a seperate issue). So my question is where would this fit in the framework ? Let me back track to give all of you an idea. Before the invention of struts I

identifying views

2002-11-02 Thread Mark Ayad
Hi All I would like to identify and track every major view (using a pageID) that a client a.k.a browser could request (composite views are a seperate issue). So my question is where would this fit in the framework ? Let me back track to give all of you an idea. Before the invention of struts I

RE: [OT] static vs. application scope

2002-11-02 Thread Andrew Hill
This will be available to *all* sessions -- since all sessions are hosted by the same VM (isn't that true -- or is that dependent on the container?) In a clustered environment this would not be the case, with different machines having their own version of the static member. -Original

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread John Jones
Not sure what you're code looks like, but you could try actually putting an out.println( //your HTML table row here) in your loop and see if you stop getting that blank page while your waiting for all the data to process. I'd go with the paging approach if your business users would allow it.

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread V. Cekvenich
Are you saying you could write a servlet that could stream out javascript? Interesting. Else search for the display tag on google. What JDBC driver lets you stream data over, before the resultset/rowset has finished retreving? Or is the data fast, just the rendering is slow? Like Craig says,

Unable to compile class (The major.minor version '48.0' is too recent for this tool to understand)

2002-11-02 Thread [EMAIL PROTECTED]
I'm trying to start up the struts-example application and I'm receiving the following compilation error when I go to http://localhost:8080/struts-example Has anyone had this error before? I can't seem to find a solution for it anywhere. - Billy - org.apache.jasper.JasperException: Unable to

RE: [OT] static vs. application scope

2002-11-02 Thread Galbreath, Mark
It's not going to be available to anything outside its class with the stated signature, static or not. Mark -Original Message- From: Sri Sankaran [mailto:Sri.Sankaran;sas.com] Sent: Friday, November 01, 2002 4:45 PM To: Struts-User Subject: [OT] static vs. application scope What is the

RE: 2 temp positions available

2002-11-02 Thread Galbreath, Mark
Where, in Botswana? -Original Message- From: Tim Dysinger [mailto:struts;dysingers.com] Sent: Friday, November 01, 2002 6:17 PM To: [EMAIL PROTECTED] Subject: 2 temp positions available Hello, I need two full time Struts/J2EE resources for the next two months. If you need some work

RE: 2 temp positions available

2002-11-02 Thread Andrew Hill
Are the tickets and accomodation paid? That would be rather fun methinks :-) Africas a great place! -Original Message- From: Galbreath, Mark [mailto:Galbreath;tessco.com] Sent: Saturday, November 02, 2002 23:31 To: 'Struts Users Mailing List' Subject: RE: 2 temp positions available

RE: 2 temp positions available

2002-11-02 Thread Galbreath, Mark
Right on! A Strutin' safari! -Original Message- From: Andrew Hill [mailto:andrew.david.hill;gridnode.com] Sent: Saturday, November 02, 2002 10:34 AM Are the tickets and accomodation paid? That would be rather fun methinks :-) Africas a great place! -Original Message- From:

RE: 2 temp positions available

2002-11-02 Thread Andrew Hill
Heres an idea - go on safari and try and bag at least one of every animal that appears on an O'Rielly book... (extra points if you can hit the blighters while standing on a moving elephant eh what old chap?...) -Original Message- From: Galbreath, Mark [mailto:Galbreath;tessco.com] Sent:

[OT] Safari

2002-11-02 Thread Galbreath, Mark
Me thinks the odds of finding a 3-legged prancing pony may be pretty low. :-) Would you use a 32- or 64-bit .272? And when would you or I find the time? We're always in the bloody office! (Or are monitoring from home again?) -Original Message- From: Andrew Hill

RE: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Hue Holleran
I do not think even Client/Server could do this nicely. Have you ever seen anyone else put out an application in any design that has 2000 rows? In a word, Yes. We had a client - system went live over 2 years ago using IIS on an Intranet as it happens. Client had 600 branches UK wide, with = 10

RE: [OT] Safari

2002-11-02 Thread Andrew Hill
Well, Im sure a Zebra would qualify after the first shot goes a bit off centre... sigh/ Saturday night in the office ... fun fun fun not -Original Message- From: Galbreath, Mark [mailto:Galbreath;tessco.com] Sent: Saturday, November 02, 2002 23:56 To: 'Struts Users Mailing List' Subject:

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Melissa L Kelley
Yes, I use 6.1 sp2 at work, and I came across the exact same problem with an app just recently, and the problem was the html. The requirement for the app is to return all results on the same page (it currently returned 100 at a time), which means the possibility for rows and rows of data (the

RE: [OT] static vs. application scope

2002-11-02 Thread Sri Sankaran
Sure, good point. What I was trying to establish was the difference in *availability*. In the proper context, both a static property and an attribute in application scope will be both *available*. However, as David Graham pointed out, business objects can not (sic) (interpret -- should not)

RE: [OT] Run Java App as a Win Service

2002-11-02 Thread Andrew Hill
Ive used a simple freeware program called JNT to run java stuff as windows services. Dont know if it can be used on an app server but worth a try. http://www.eworksmart.com/JNT/ oops. Just been looking through the links below - one of them points (indirectly) to JNT already. Oh well. Guess thats

Re: [OT] Memory Footprint of DynaX vs. BO

2002-11-02 Thread Phil Steitz
Craig R. McClanahan wrote: On Thu, 31 Oct 2002, Jacob Hookom wrote: Date: Thu, 31 Oct 2002 22:51:32 -0600 From: Jacob Hookom [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: [OT] Memory Footprint of DynaX vs. BO

Re: WebLogic/Struts/JSP performance woes...

2002-11-02 Thread Phil Steitz
David, Have you considered running some tests with Jmeter or some other testing tool that can tell you exactly how long it takes to deliver the HTML? This would enable you to determine whether the problem is on the server side or in the browser rendering. Regards, Phil -- To

Re: [OT] Memory Footprint of DynaX vs. BO

2002-11-02 Thread Jacob Hookom
Heheh, I'm putting this one in my 'save' bin :-) - Original Message - From: Phil Steitz [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 11:06 AM Subject: Re: [OT] Memory Footprint of DynaX vs. BO Craig R. McClanahan wrote: On Thu,

Re: [OT] static vs. application scope

2002-11-02 Thread Max Kremer
In my application I use the singleton pattern to cache information which is globally accessible. You can invoke the singleton in the init method of a servlet which is loaded on startup. This way you have one instance of the object in the JVM Regards, MAX - Original Message - From: Sri

problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
I am running Struts 1.1b2 on Jboss 3.0.3 w/ Tomcat 4.1.12 with JDK 1.4.1 on Windows XP. I have a form page that is validating nicely using required, maxlength, integer, range, and mask validations on various fields. I want to change a field so that it is only required if another field equals

Continues stream from server to client

2002-11-02 Thread Reinhard Dunst
Hi yesterday I run into a problem with very large lists for printing. My first try was to collect all the records i need in a low priority thread in the background, store it in session context and display the list in a logic:iterate .. loop inside a tile. But this run in a memory problem. Now I'm

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
Eric Weidner wrote: I am running Struts 1.1b2 on Jboss 3.0.3 w/ Tomcat 4.1.12 with JDK 1.4.1 on Windows XP. Is this truely Struts 1.1B2, or a nightly ? The requiredif javascript method wasn't added until Oct 18 or so. Mixing different functionality from 1.1B2 a nightly build will get you

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif was in there since the documentation mentioned it as a feature in 1.1. I'll get a nightly and try that. BTW, was one of the bugs that was fixed validating max and min length on password fields? Thanks, Eric

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
Eric Weidner wrote: Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif was in there since the documentation mentioned it as a feature in 1.1. When downloading a struts version always refer to the version of the docs that come with that download. The docs on

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
I'm now using the 20021102 1.1 nightly build and I get the following java script error when submitting the page. Error: invalid assignment left-hand side Source Code: this.field-test[0]='NOTNULL'; this.maxlength='20'; this.field[0]='field1'; this.mask=/^[a-zA-Z0-9\-]*$/; return this[varName

RE: [OT] static vs. application scope

2002-11-02 Thread Andrew Hill
Another good way of initialising is to use the struts PlugIn functionality. This is also quite easy to use, and good if you dont want a do-nothing servlet lying around after initialisation. -Original Message- From: Max Kremer [mailto:mkremer;datastay.com] Sent: Sunday, November 03, 2002

Manually call strust validation

2002-11-02 Thread Mr Alireza Fattahi
Hi, I am using validitor feature. I have turn the validation OFF on struts_config.xml. How can I manually do the validation on my action class by calling validitor objects. Thanks. P.S: I want validate my form, not before the action is executed but after I have done some logics.