RE: set a value from a form to a form

2002-09-11 Thread Miguel Angel Mulero Martinez
If you put that after the submit that you loose the data, is because in the reset() you erase it. Don't erase the data in the reset() and all will be OK. You can too make a set() that don't make anything, so the value will be unchanged. -Mensaje original- De: Michael C. Lee Jr.

Re: struts brief

2002-09-11 Thread Michael Delamere
you´re early :-) ! try this link: http://jakarta.apache.org/struts/resources/articles.html or this: http://www.theserverside.com/resources/strutsreview.jsp Regards, Michael - Original Message - From: Sutiwan Kariya [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September

Re: struts brief

2002-09-11 Thread David Griffiths
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Have a look at: http://www-106.ibm.com/developerworks/library/j-struts/?dwzone=java Sutiwan Kariya wrote: |Hi All, |I gotta brief the struts framework to junior developer team in next 2 hrs, |Do you know where I can see the struts document or

Re: Session Values for Action.LOCALE_KEY Change

2002-09-11 Thread micael
Hi, Dave, First, thanks for taking the time to address this. You can do what you said you cannot do with struts. I do it. The code is simple enough. It is (where the page with this code returns a checkbox choice of nine languages as the value of the locale parameter):

JDO example - rozpakowywac Commanderem

2002-09-11 Thread Dariusz Wojtas
Wednesday, September 11, 2002, 6:55:25 AM, you wrote: JM Sorry for the delay. I've decided to post this on our website. JM Please feel free to download and try it out. JM http://www.open-tools.org/struts-atlanta/downloads/DBMessageResources JM If for some reason the site goes down, just send

RE: WYSIWYG for Struts?

2002-09-11 Thread MULLAGIRI Madhavi
James, The tool is quite good, but there is no provision for incorporating comments before each form/action tag. As the config file grows, comments become important. Madhavi -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:21

Re: set a value from a form to a form

2002-09-11 Thread John Yu
Mike, Using hidden fields is the general practice as it allows you to distribute the conversation state of the session to the clients and makes your app more scalable. Use session with care. You need to consider multi-threading and concurrent-request issues if the data is stored in the

Re: Possible memory leak in Tomcat 4.1.10

2002-09-11 Thread Billy Ng
Good pointer, I will do it. Thanks, Craig! Billy Ng - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 8:16 PM Subject: Re: Possible memory leak in Tomcat 4.1.10 What you observe is what

Re: Back Button Shown 'Page Expired' on IE ..... What really happens? ....

2002-09-11 Thread Axel Stahlhut
I encountered this problem/strange behaviour because simply the cache of IE was full. Deleting the Temporary Internet Files solved it. Maybe that helps. Axel - Original Message - From: Trieu, Danny [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday,

struts 1.0.2 logging - destination fd

2002-09-11 Thread rob
I've taken a quick look through the archives and haven't found what I was looking for but; Where does jakarta-struts log to by default? I've checked my container logs (tomcat 3.2.4) but I can't think of where else the output from the logging would be going. I'm using debug/verbosity level 2 in

Re: [XML] Struts with Stxx (was RE: Struts - vs XSLT (ASP.NET v.Stru ts))

2002-09-11 Thread Jeff Pennal
I'm glad you've been enjoying stxx so far. As for the struts 1.1 compatibility, the has not been a lot of movement in that area because as the main developer of this application, I've been involved in moving my wife and myself from Vancouver, BC, Canada to Prague in the Czech Republic for the

Struts 1.1 Final release

2002-09-11 Thread Vikas Sangwan
Title: Struts 1.1 Final release Hi, Can somebody tell me, when can we expect production release od Struts 1.1 ? Thanks in advance. Vikas. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts 1.1 Final release

2002-09-11 Thread Rene Eigenheer
even if I'm not involved in the develoment, I found the answer ;-))) http://jakarta.apache.org/struts/kickstart.html#release http://jakarta.apache.org/struts/kickstart.html#release -Original Message- From: Vikas Sangwan [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 11. September 2002

RE: Struts 1.1 Final release

2002-09-11 Thread Andrew Hill
I believe this has been answered a few million times, but since searching the archive can be a tiresome experience (seriously. The archive search really does suck!) I shall repeat my previous answer. snip The 12th of April 2156 at 15:28 in the afternoon. Or perhaps even sooner if its ready

RE: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Robert Taylor
Depending on which version of Struts you are using, you may need to set the dynamic attribute of the form-bean element to true. I'm assuming you are explicitely creating the form to convey that the NPE is not because the form is null. If this is not the case, you should allow Struts to create

RE: presence of a message

2002-09-11 Thread Galbreath, Mark
Yes, and to find out how, try [EMAIL PROTECTED] -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:00 PM To: Struts Users Mailing List Subject: presence of a message hello all, i want to test for the presence of a message in the message

Re: Apple Web Objects

2002-09-11 Thread Joel Rees
Haven't had any personal experience with it, but -- Noting the spirit of open comment and criticism on Struts-alternative products in the J2EE community, I was mildly surprised to search the archives of theserverside and the Struts users list and find no reference to 'Apple Web Objects'.

Re: No action instance for path /action could not be created. (solved)

2002-09-11 Thread rob
The reason it was biting me was because the struts.jar was in the CLASSPATH of the user who was starting the servlet container. Better explanation here. So not obvious. http://w6.metronet.com/~wjm/tomcat/2001/Feb/msg00096.html rob wrote: This seems to be a fairly common problem and I have

How to access the file mappings in struts-config.xml from a none struts servlet

2002-09-11 Thread Forrester, Tom
Does anyone know if there is a way that I can obtain a file mapping that resides in the struts-config.xml, from a servlet that is outside of the struts framework? This is using Struts1.01 Best wishes Tom Forrester Thales Defence Information Systems DISCLAIMER: The information in this

[Velocity] Problems with multiple subapps and message resources....

2002-09-11 Thread Michael Delamere
Hi all, I was contemplating on wether to send this to struts or to velocity and opted for this one because there is virtually no traffic at velocity-user today. I would really appreciate it if people could share their experiences on this matter And yes, I´ve searched google, the

Null String in Error Message

2002-09-11 Thread Sanjeev
Hi , When I display the error message in JSP page using html:errors property=propertyName/, a null string is getting appended at the beginning of the error message. eg; null custom error message How do I get rid of this null string? I am using Jboss as application server and

passing parameters

2002-09-11 Thread Craig Longman
i'm very new to struts. i've been using systems that are more script oriented, but find that struts is a better fit for keeping things in the webpage simple, so i'm delving in to try and understand it. the first that threw me for a loop was the apparent total lack of support for hashtables,

RE: Null String in Error Message

2002-09-11 Thread Kidd, Polly
the answer is here: http://www.scioworks.net/devnews/strutsDistilled/updates/update-020906/htmlE rrorsHasNulls.html -Original Message- From: Sanjeev [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 12:31 To: Struts Users Mailing List Subject: Null String in Error Message Hi ,

RE: Possible memory leak in Tomcat 4.1.10

2002-09-11 Thread Galbreath, Mark
From the 4.1 Release Notes posted 9/5/02: JAVAC leaking memory: The Java compiler leaks memory each time a class is compiled. Web applications containing hundreds of JSP files may as a result trigger out of memory errors once a significant number of

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Andrew Hill
Ok, so its not Friday, but Im always in the mood for tech-nostalgia... ;-) I remember teaching myself C back in 1990 on my Amiga 2000 (using the Lattice compiler a copy of KR). Laughing at the poor MAC+ users I knew with their clunky one button mice and tiny black white displays. (If I recall

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Mark Kaye
-Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Ah the good ol Amiga. A far more worthy home for the Motorola 68000... Lol, just don't mention the OS or any kind of usability for the Amiga. Because it was dreadful. Also, don't mention that 95% of them were used

RE: [Announce] [New Extension] ApplicationResources.properties from Database

2002-09-11 Thread Galbreath, Mark
Cool. I wrote a generic class to turn any key-value properties strings in a database table into a java.util.Properties object. If anybody's interested, I can make that available as well. Mark -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September

RE: [SHOW=N=TELL] struts brief

2002-09-11 Thread Galbreath, Mark
http://www.dirtroad.net/computer-programmer Mark -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:24 AM To: [EMAIL PROTECTED] Subject: struts brief Hi All, I gotta brief the struts framework to junior developer team in next 2

RE: Struts 1.1 Final release

2002-09-11 Thread Galbreath, Mark
lamer -Original Message- From: Vikas Sangwan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 4:40 AM To: Struts Users Mailing List Subject: Struts 1.1 Final release Hi, Can somebody tell me, when can we expect production release od Struts 1.1 ? Thanks in advance.

RE: Null String in Error Message

2002-09-11 Thread Divakar Satyanarayan
Sanjeev, Please look at the way you have added error object in your validate method of ActionForm bean. The error name you mention there shold match with the property name you specify in the tag For instance.. public ActionErrors validate(ActionMapping mapping,

RE: passing parameters

2002-09-11 Thread Galbreath, Mark
Go to www.amazon.com. Search for books, Mastering Jakarta Struts. Click checkout. Purchase book. Read it, learn it, live it. Mark -Original Message- From: Craig Longman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 6:58 AM To: struts-user Subject: passing parameters

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Andrew Hill
ohhh now your asking for it! Meet the guru a few too many times did we? hehe Actually the OS was not too bad for the time. Pre-emtive multitasking, gui, etc... (bit touchy though as it didnt have anything in the way of memory protection to stop different processes playing with memory that didnt

AW: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread Juraj Lenharcik
I would be interessted; Whats about XMLRessources? ;-) -Ursprüngliche Nachricht- Von: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 14:07 An: 'Struts Users Mailing List' Betreff: RE: [Announce] [New Extension] ApplicationResources.properties fr om

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Galbreath, Mark
Aaahhh, yes...I had a Commie 64 in the mid-80s which I used to teach myself BASIC (remember the cassette I/O?). But the Amiga 2000! Video Toaster or Death!!! And I, too, had (still have!) a copy of KR as my C bible Those were happy days...college, beer, cracking, phreaking, no ANI or

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Galbreath, Mark
The Mac had (still has) two mice buttons - the second was activated by holding the cloverleaf key. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:20 AM ohhh now your asking for it! Meet the guru a few too many times did we? hehe

RE: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread Galbreath, Mark
Okay, I put the source in www.dirtroad.net/computer-programmer. Open source - hope you find it useful. Mark -Original Message- From: Juraj Lenharcik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:16 AM To: 'Struts Users Mailing List' Subject: AW: [Announce] [New

AW: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread Juraj Lenharcik
I had some OCR Exceptions on unpacking the zip... -Ursprüngliche Nachricht- Von: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 14:34 An: 'Struts Users Mailing List' Betreff: RE: [Announce] [New Extension] ApplicationResources.properties fr om Database

AW: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread Juraj Lenharcik
with this link: http://www.open-tools.org/struts-atlanta/downloads/DBMessageResources -Ursprüngliche Nachricht- Von: Juraj Lenharcik [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 14:34 An: 'Struts Users Mailing List' Betreff: AW: [Announce] [New Extension]

RE: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread James Mitchell
I've already started on this. I'll let you know. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Juraj Lenharcik [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Jan Fetyko
How do I allow Struts to create the form ? Sorry, but I'm lost here ( and there :(( ). Jf Robert Taylor wrote: Depending on which version of Struts you are using, you may need to set the dynamic attribute of the form-bean element to true. I'm assuming you are explicitely creating the form to

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Brian Hickey
More fodder... The Amiga was the first machine and OS to use flat memory addressing. It had the best graphics of its time. As for WebObjects, it is one of the two branches of history that the top (IMHO) Java developers come from. The other is Smalltalk. - Original Message - From:

Re: Security and Struts

2002-09-11 Thread alex hun
if it fits into my project requirement. i will be the guine pig then wink..thanks all. Darren Hill wrote: Nice .. thanks Todd. Anyone ever use this with Struts? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:41 PM To: Struts

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Kevin A. Smith
Smalltalk, eh? I think that more than a few of the top Java names (Steele, Gosling) have a Lispish background, too. -Original Message- From: Brian Hickey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:51 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re:

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Brian Hickey
And so do I... LISP isn't OO - Original Message - From: Kevin A. Smith [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 8:51 AM Subject: RE: [OT][ALT-TECH] Apple Web Objects Smalltalk, eh? I think that more than a few of the top

RE: [Dan] Security and Struts

2002-09-11 Thread Darren Hill
Thanks Dan, I just started yesterday, trying to start a struts app, using security filter with JBoss 3.0. I think I'll need to understand JBoss a little further in order to get this to work correctly as I am getting a problem with the REALM not being set-up correctly. Do you have a quick

RE: NullPointerException while extending DynaValidatorForm

2002-09-11 Thread Robert Taylor
Define a set up action mapping which is called prior to displaying your page. action path=/showSomePage type=com.companyname.SomeAction name=customerForm validate=false scope=request forward name=success path=/somePage.jsp

Re: Session Values for Action.LOCALE_KEY Change

2002-09-11 Thread David Graham
I was talking about struts not seeing the change to your browser's language setting. Of course you can change the language in struts with the code you've given. I don't know what's causing your problem but it is rather strange. Dave Hi, Dave, First, thanks for taking the time to address

sites powered by struts

2002-09-11 Thread Jefferson R. de O. e Silva
Hi guys, I'm in a process of trying to convince my developement team to use the struts in a new project here. Can anyone tell me any site which is using struts ? There are some people here wanting to see results Thanks in advance Jefferson -- To unsubscribe, e-mail: mailto:[EMAIL

Re: sites powered by struts

2002-09-11 Thread Naveen . Dhotre
here is one : http://www.britannia-music.co.uk/Home.do ta.. Naveen Dhotre, Consultant Uovo Fi SYSTEM Main: +44 (0) 1 494 685 700, Fax: +44 (0) 1494 685 707 Email: [EMAIL PROTECTED], Web: http://www.uovo.com Jefferson R. de O. e Silva [EMAIL PROTECTED] on 11/09/2002 14:36:48

AW: sites powered by struts

2002-09-11 Thread Juraj Lenharcik
try this: https://egovernment.100world.com/ewodemo-lhh/viewMrIndex.do https://egovernment.100world.com/ewodemo-erl/viewMrIndex.do -Ursprüngliche Nachricht- Von: Jefferson R. de O. e Silva [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 15:37 An: [EMAIL PROTECTED]

Re: sites powered by struts

2002-09-11 Thread Nick Sharples
[EMAIL PROTECTED] writes: here is one : http://www.britannia-music.co.uk/Home.do ta.. Naveen Dhotre, Consultant Uovo Fi SYSTEM Main: +44 (0) 1 494 685 700, Fax: +44 (0) 1494 685 707 Email: [EMAIL PROTECTED], Web: http://www.uovo.com Does anyone know what the server

Re: sites powered by struts

2002-09-11 Thread Tiago Nodari
I think in the Struts resource page there is a list of sites If you want to see an application and look at the code look at the Roller Weblogger (http://www.rollerweblogger.org/), you can donwload the source and there is a link to article explaining the application At

Re: sites powered by struts

2002-09-11 Thread Naveen . Dhotre
The site www.britannia-music.co.uk is running Apache/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.5a Resin/1.2.7 on Linux Naveen Dhotre, Consultant Uovo Fi SYSTEM Main: +44 (0) 1 494 685 700, Fax: +44 (0) 1494 685 707 Email: [EMAIL PROTECTED], Web: http://www.uovo.com Nick Sharples

Re: sites powered by struts

2002-09-11 Thread Jin Bal
I have worked on the underlying software for this site(quite a while ago now) and I believe it uses Resin although that could well have changed now - Original Message - From: Nick Sharples [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 11,

AW: sites powered by struts

2002-09-11 Thread Juraj Lenharcik
wow Resin/1.2.7 :-) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 15:56 An: Struts Users Mailing List; [EMAIL PROTECTED] Betreff: Re: sites powered by struts The site www.britannia-music.co.uk is running

Re: set a value from a form to a form

2002-09-11 Thread Michael Lee
?I haven't used hidden fields in over 4 years and have never had a problem. You definately have to be careful with what you stick in the session, I agree. I don't think it makes the app less scaleable as long as you use a session object responsibly. I've been using sessions since they've been

RE: passing parameters

2002-09-11 Thread Craig Longman
On Wed, 2002-09-11 at 08:15, Galbreath, Mark wrote: Go to www.amazon.com. Search for books, Mastering Jakarta Struts. Click checkout. Purchase book. Read it, learn it, live it. thats great. thanks. -- CraigL-Thx(); Be Developer ID: 5852 signature.asc Description:

Re: Struts 1.1 Final release

2002-09-11 Thread Michael Lee
Be nice There are no ship dates for jakarta stuff. It is released when it meets a certain level of quality/features. You can help it meet the ship date! It's open source! I'm going to ask my bosses if I can release some of my code here as examples (modified to protect our interests of

RE: Apple Web Objects

2002-09-11 Thread David Blevins
Hi Adrian, Just wanted to add a note about WebObjects and EJBs. Apple has been using OpenEJB to support EJBs since WebObjects 5.1. So, you can write all the EJB 1.1 beans that you want and they will interoperate from WebObjects' EOF and other parts of WebObjects. If you look at the

Re: sites powered by struts

2002-09-11 Thread Michael Lee
Go to the 'Powered by Struts' section http://jakarta.apache.org/struts/doc-1.0.2/userGuide/resources.html I personally have 2 systems in production on it and am working on a third. Mike - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL

RE: JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
Was there a question in there I missed? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Dariusz Wojtas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11,

Question for using struts as our standard MVC framework

2002-09-11 Thread Khan, Manuchehar A (ACF)
Hello Folks. I work for Govt and we have major policy meeting for using struts as our stantard framework. One developer in our team took the Sun pet store example and created a framework that is basically a router/controller with xml configuration files to define handlers and views. And that

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Mark Kaye
-Original Message- From: Brian Hickey [mailto:[EMAIL PROTECTED]] As for WebObjects, it is one of the two branches of history that the top (IMHO) Java developers come from. The other is Smalltalk. I think it's more likely that you mean Objective C, rather than just WebObjects.

[OT][Sockets] SocketException connection reset by peer

2002-09-11 Thread Morycz, Felicia V
I have a struts front-end that communicates to a CICS backend using TCP/IP Sockets. My communications are simple, but I am getting a SocketException, connection reset by peer. Here are my communications 1. write a string to the output stream and flush 2. buffered read a string 3. write a

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread John Owen
Maybe I can generate some nostalgia as well : My family got an Apple II+ when I was about 8. Immediately, I began toying around with it to play games (sometimes educational) and eventually (around age 9 or 10) I stumbled upon Nibble, Byte and Compute magazines. I would badger my Dad to take me

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Mark Kaye
-Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Maybe I can generate some nostalgia as well : Here we go then! :) Can't go as far back as Apple II but my father bought a Iix which was my first introduction to the Mac. They were _expensive_ back then. My first Mac

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Darren Hill
As far as I can tell its not Friday ... but I do wish it was. -Original Message- From: Mark Kaye [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 10:43 AM To: Struts Users Mailing List Subject: RE: [OT][ALT-TECH] Apple Web Objects -Original Message- From: John Owen

Re: Struts 1.1 Final release

2002-09-11 Thread Donald Ball
On 9/11/2002 at 10:06 AM Michael Lee wrote: Be nice There are no ship dates for jakarta stuff. It is released when it meets a certain level of quality/features. You can help it meet the ship date! It's open source! It might have been more helpful to point the user towards the real release

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Chappell, Simon P
As an ex ZX81/ZX Spectrum/Atari ST kinda guy, I can seriously recommend the new Macs especially with OS X. I have even gotten as far as to get the struts example application to work, under JBoss, on it. (How's that for keeping the conversation on-topic? :-) Simon -Original Message-

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread James Mitchell
Sounds like a political argument more than anything else. I could list 100 reasons to choose Struts, but it wouldn't change the mind of someone who 'wants' to use what they have builtespecially if they have a long standing history as defending champion in the Vi(m) vs. (X)Emacs debate. I

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread John Owen
I converted to x86 when the P3 came out. Man, my IIsi with a LaserWriter cost $4k with a school discount in 1990. Talk about expensive! I also left out some of my background. Between 10-15, I was in a talented and gifted program where I did BASIC programming on TRS-80s. There was a guy who was a

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Bryan Hilterbrand
Next we'll be talking about teletypes and punched paper tape. Ahhh, the good, old days. Bryan P.S. My first computer was an Apple ][+ (you have to use the brackets...), and it saw me through the latter half of high school and college. I bought a daisywheel printer, and my teachers were in awe

RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread Donald Ball
On 9/6/2002 at 4:46 PM Martin Cooper wrote: If you're using a JSP 1.2 container (e.g. Tomcat 4.x, Resin 2.x), you can do this (and many other cool things) using the JSTL c:forEach tag: c:forEach items=items var=item varStatus=status c:out value=${item}/ c:if test=${!status.last}

RE: syntax question regarding html:link

2002-09-11 Thread Karr, David
-Original Message- From: John Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 4:07 PM To: '[EMAIL PROTECTED]' Subject: syntax question regarding html:link I want to make a hyperlink which references a value in my ApplicationResource file. Is this the

Problem with muiltpage form and validation framework

2002-09-11 Thread joe lul
First, thanks David Winterfeldt for the validation package! I have two one page jsp forms. The actions are using (declarative) DynaValidatorForm. I'm using no javascript (like in David's example) First page starts: html:form action=signup focus=firstName html:hidden property=page value=1/

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread David Graham
1. Struts is maintained and supported by many developers and users, his framework is maintained by your small group (or even only him). This is the standard open source argument that OS projects are better because there are many people working on it. 2. Many developers are already familiar

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Eddie Bush
[EMAIL PROTECTED] wrote: I would agree, I am a recent OS X convert (Windows is absolute crap, w2k is digestable.. Linux was my OS of choice, until OS X) Now we just need JDK 1.4 ! I am wondering why the Java Apple team, is so slow at getting a release out. Wow. I can't claim any great

RE: Apple Web Objects

2002-09-11 Thread Schneider, Eric
Adrian, I've used WebObjects since it's 3.5 release (1998ish). Over the last 18 months or so, I've had various consulting gigs, many porting from a WebObjects to J2EE app servers. The meat and potatoes of WebObjects is EOF (object mapping framework) and WOF (dynamic html generation framework).

Advice - Velocity or not?

2002-09-11 Thread Mark Kaye
I am at a crucial stage in the development of a web app and wondered what the opinions of the group were regarding the velstruts tool and/or velocity in general. I like the velocity way of doing things but I'm wondering whether or not I should stick with JSP as this seems to be the primary view

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Mark Kaye
-Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Wow. I can't claim any great experience with Apple in the past (other than games). I know they're quite heavily used in publishing/graphic design, and probably other things I'm unaware of ... but what makes you

Re: Question for using struts as our standard MVC framework

2002-09-11 Thread JEWeaver
I showed/demoed the Struts framework to a client which had just begun j2ee applications this summer. A developer there had created a nice textbook model 2 architecture framework for a trial application. So after reviewing Struts their question was why use that instead of this? I was just

Another question

2002-09-11 Thread Mark Kaye
Is it accepted practice to have /index.html redirect to an action in order to kick off the application from initial session creation? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Another question

2002-09-11 Thread Chappell, Simon P
I've done that before and liked it enough that I am planning to that with the system that I'm working on now. I personally think it's ok. Other opinions may ensue! :-) Simon - Simon P. Chappell [EMAIL

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Chappell, Simon P
In my never so humble opinion, i would use an OS X workstation over Linux as a workstation about 10 times out of 10. At this point, I would still use either Linux or OpenBSD for my servers. I have no experience with Apple servers, so I would use Linux/OBSD because I know that they can do what

RE: Another question [ensuing options ;)]

2002-09-11 Thread James Mitchell
There are many ways to do this. index.html - (javascript) document.location.href='goToMyInitialAction.do' index.html - META HTTP-EQUIV=Refresh CONTENT=1; URL=goToMyInitialAction.do index.jsp - request.sendRedirect index.jsp - jsp:forward... index.jsp - logic:forward... There are more, but I

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Mark_StGodard
Here here... plus the Genie Effect is too kewl :) Eye-candy + BSD = OS X (I too have used Linux for a Java dev platform for years, and like them both) mark Chappell, Simon P [EMAIL PROTECTED] on 09/11/2002 10:42:05 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED]

Re: Another question

2002-09-11 Thread Eddie Bush
accepted? I think it's probably a best practice. That's the impression I get. You can either do it through index.html or index.jsp -- makes no difference. Regards, Eddie Mark Kaye wrote: Is it accepted practice to have /index.html redirect to an action in order to kick off the

hardware composition

2002-09-11 Thread Vincent Stoessel
Hello All, I am putting together specs for what will be JBoss/Struts-on-Tomcat/DB platform. I'm already thinking that the Database should be on a seperate server, but I was wondering about JBoss and Struts, would it be OK to have them on the same server or would it wise seperate them on their

Re: struts 1.0.2 logging - destination fd

2002-09-11 Thread Craig R. McClanahan
Struts 1.0.2 logs via calls to ServletContext.log(), so it goes to whatever logging destination your container has set up for that. Craig On Wed, 11 Sep 2002, rob wrote: Date: Wed, 11 Sep 2002 17:53:45 +1000 From: rob [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED]

Re: Tomcat 4.1.10

2002-09-11 Thread Craig R. McClanahan
On Wed, 11 Sep 2002, Miguel Angel Mulero Martinez wrote: Date: Wed, 11 Sep 2002 11:04:05 +0200 From: Miguel Angel Mulero Martinez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Lista de correo Struts [EMAIL PROTECTED] Subject: Tomcat 4.1.10 There is out the

[OT] Re: hardware composition

2002-09-11 Thread David Graham
I think this kind of off topic post should be prefixed with [OT]. That's the convention I've noticed others using on this list and I use that to filter OT posts to a different location. As far as putting JBoss and Tomcat on the same machine there is no definite answer. It depends on your

Re: How to access the file mappings in struts-config.xml from a none struts servlet

2002-09-11 Thread Craig R. McClanahan
On Wed, 11 Sep 2002, Forrester, Tom wrote: Date: Wed, 11 Sep 2002 11:58:05 +0100 From: Forrester, Tom [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: How to access the file mappings in struts-config.xml from a none

RE: sites powered by struts

2002-09-11 Thread Dan Payne
Yep. I'm the guy behind www.specialolympicstexas.org. It's running on a RH Linux box with Struts and MySQL. There's still a bevy of features in development, but there is still quite a bit up there to surf around in. -Dan -Original Message- From: Jefferson R. de O. e Silva

RE: sites powered by struts

2002-09-11 Thread Darren Hill
Ouch ... do I see a .jsp in the address ... ;) -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 12:05 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: sites powered by struts Yep. I'm the guy behind www.specialolympicstexas.org.

Struts 1.1: Newbie question concerning special characters

2002-09-11 Thread Eric . Lewis
Hi all I'm just starting out using Struts 1.1 by fooling around with the example application. I noticed two things: - A minor bug: When I try to register, the Cancel button doesn't work, because the Javascript function insists I have to fill out the form. - A major concern: When I edit the full

Re: Another question

2002-09-11 Thread rob
If you keep your pages above WEB-INF/ it's necessary infact. I have one page ctxtroot/index.jsp that does nothing but forward the request to ctxtroot/WEB-INF/pages/login.jsp. Rob Eddie Bush wrote: accepted? I think it's probably a best practice. That's the impression I get. You can

RE: Apple Web Objects

2002-09-11 Thread Sig1
As I remember from Apple's developer conference (WWDC) - the integration between EJB and EOF wasn't exactly complete or very usable. The impression I got was that OpenEJB was added so that WebObjects appeared to be in the J2EE camp - so one could make a case for WebObjects if management was

RE: hardware composition

2002-09-11 Thread Mark Kaye
-Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] I'm already thinking that the Database should be on a seperate server, but I was wondering about JBoss and Struts, would it be OK to have them on the same server or would it wise seperate them on their own

Struts in the real world

2002-09-11 Thread Smith, Johnathan M.
My firm is thinking about using struts for a banking system I would like to know if anyone has a system in struts with over 100,000 hits a day and also with more then 100 users at a time? I would also like to know if anyone has it running in WAS4 on SUN -- To unsubscribe, e-mail:

RE: [Dan] Security and Struts

2002-09-11 Thread Dan Payne
Darren, No I don't have an example.war file for you although I *might* be able to do that tonight. However, below I've included the web.xml and securityfilter-config.xml entries for the app. Also, the securityfilter mailing list at

  1   2   3   >