Re: TODO 1.1 - Tools - ActionForm Code Generator

2001-09-24 Thread martin . cooper
I found this rather interesting article, which is somewhat relevant to this discussion: http://www.theserverside.com/patterns/thread.jsp?thread_id=8675 -- Martin Cooper - Original Message - From: "David Winterfeldt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 23

Re: .NET and Struts...

2001-09-24 Thread martin . cooper
Something to keep your eye on in this vein is JavaServer Faces: http://jcp.org/jsr/detail/127.jsp It's still in a very early stage of development, but there was a brief demo at JavaOne a few months ago, and it looked pretty cool. -- Martin Cooper - Original Message - From: "Craig Tata

RE: .NET and Struts...

2001-09-24 Thread Matt Raible
You are correct in that it generates Model 1 code. However, it is easily extensible, and I believe we (the struts community) could probably write extensions to make it work as a "Struts IDE" with drag/drop and the works! I've never written a UltraDev extension, so I'm not volunteering, but I'd b

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation ValidatorException.java

2001-09-24 Thread dwinterfeldt
dwinterfeldt01/09/24 19:22:03 Modified:contrib/validator/src/share/com/wintecinc/struts/validation ValidatorException.java Log: Added a constructor to pass in a message. Revision ChangesPath 1.2 +6 -0 jakarta-struts/contrib/validator/s

Framework handling of links back to the application.

2001-09-24 Thread Stuart Robertson
Oops...I previously posted this using a misleading subject. This one should give a better idea of what the post is about. Hi. I have a couple of questions/suggestions for ye architects of Struts. I haven't yet built anything with struts yet, but have been looking it over and following

Re: query string

2001-09-24 Thread Stuart Robertson
Hi. I have a couple of questions/suggestions for ye architects of Struts. I haven't yet built anything with struts yet, but have been looking it over and following the dev list for a few months now. This seems like the right formum for bringing this up, so here it goes :-) Oh, and please forgiv

submit and cancel in form

2001-09-24 Thread Lu, Jennifer
Hi, there: I have a question regarding the submit and cancel button using the   and tag in a form. In the FormAction class, how do I tell whether the user clicked on the submit or the cancel button? Seems to me that either the user clicked on the submit or the cancel, the code that is in

Re: .NET and Struts...

2001-09-24 Thread Ted Husted
There's a project concerning this at TagLibs. http://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html The DreamWeaver UltraDev is a very impressive package. But last I looked it was still generating model 1 code ;-) Matt Raible wrote: > > I would actually recommend writing more struts-

Re: .NET and Struts...

2001-09-24 Thread Craig Tataryn
From a distributing computing standpoint, I would hate to have to host a web application that generated server events on things like a "lostFocus" event on the web page.  This sounds like a recipe for network congestion and an overwhelmed server.  It is a bad idea to make it easy for devel

Re: .NET and Struts...

2001-09-24 Thread Matt Raible
I would actually recommend writing more struts-extensions for Dreamweaver UltraDev. It's a great HTML/JSP editor, has a 78% marketshare (Dreamweaver does) and is easily extendible. I've been to Macromedia Dreamweaver seminars before, and they make creating "webforms" in jsps/asps look VERY easy.

RE: .NET and Struts...

2001-09-24 Thread Erik Worth
Hi Gang, I realize this is tangential to Craig's original request, but I just had to comment...   >The IDE would then compile your application and create an ASPX page that displayed >your form and a class file that would be used to handle events on the form (on the >server side).  So the

Re: .NET and Struts...

2001-09-24 Thread James Holmes
Craig-- I've been working on a "Struts Console" which is a GUI-based front-end for Struts. Right now the functionality is limited to editing the struts-config.xml, but I have aspirations of much more. For instance I plan to have: + ability to build new form beans from JSPs (utilize CodeMaker o

RE: template taglib example

2001-09-24 Thread Alexander Jesse
Hi, for me the templates work fine. Your description sounds like a small typo in your template-files. Check out the template sample coming with struts. That's the best starting point. good luck Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent

Re: template taglib example

2001-09-24 Thread Matt Raible
I've seen this on iPlanet 6.0. I'd try using the "tiles" extension (got to www.husted.com to find) and it encapsulates all the same "template" functionality and more. This seems to fix the issue on iPlanet. Matt --- "Vaillancourt, Richard" <[EMAIL PROTECTED]> wrote: > I am a new user of struts

template taglib example

2001-09-24 Thread Vaillancourt, Richard
I am a new user of struts, just got it working... I am trying the template example with a couple of modifications, instead of html pages I am using .jsps for the header, content, sidebar, footer. The index.jsp that uses the template, finds and displays the included .jsp pages, however there seem

.NET and Struts...

2001-09-24 Thread Craig Tataryn
Hi all, I just wanted to give an observation and perhaps propose another "ToDo".  I recently attended a ".NET roadshow" seminar in Minneapolis (btw: not worth the money, just buy a book and read it, all the instructors did was read the slides to us).   Anyway, the thing I got the most out of

cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java

2001-09-24 Thread mschachter
mschachter01/09/24 09:52:58 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH BufferedMultipartInputStream.java MultipartIterator.java Log: - fixed file mangling bug (#3702) - fixed long line bug (#2503)

Re: Updating Site for Struts 1.1

2001-09-24 Thread Ted Husted
Ted Husted wrote: > What I'm working on now is converting the package.html's to > package.xml's, so we can generate an overview for the Javadoc and a > section for the user's guide from the same XML source, same as the TLDs So I'm having some trouble finding a good way to "include" various well-f

cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java

2001-09-24 Thread mschachter
mschachter01/09/24 09:41:37 Modified:src/share/org/apache/struts/upload BufferedMultipartInputStream.java MultipartIterator.java Log: - fixed file-mangling bug (#3702) - fixed long line bug (#2503) CVS: -

Improving struts-config digestion time...

2001-09-24 Thread Nicholas Lesiecki
Hello Struts developers, (Please let me know if this is relevant to the dev list.) I am noticing that ActionServlet requires a fair amount of time to digest the struts config file. If you have several web apps on the same box, this can cause long restart times for an application server. (30+ seco

FYI - misspelling

2001-09-24 Thread James Holmes
Found a misspelling in the User Guide. No big deal...just a heads up. Go to: http://jakarta.apache.org/struts/userGuide/building_model.html#actionform The last sentence in Section 2.3 has "pftem" and should be "often". -james __ Do You Yahoo!?

ActionError and replacement values

2001-09-24 Thread Matthias Gries
Hi, I found that it is only possible to pass up to four replacement values to an ActionError. Therefore there are four different constructors. Why are you not using only one constructor with an array of replacement values? Y