Re: Tomcat problem

2001-02-05 Thread Thierry Cools
Hi Craig, yes you're the Tomcat specialist I was looking for ;-)   To answer you're question, yes, Struts is working fine under the environement I use, and what you told me is very strange, because I put the struts library in the classpath just before starting Tomcat and put my jar file cont

Re: Performance Issues with Struts

2001-02-05 Thread Wong Kok Wai
Tag instance creation aside, I don't see how a smart JSP page compiler can optimise away the method calls to the tag: Looking at page 107 of the JSP 1.1 specs, it is obvious there are alot of overhead for using a tag. Don't get me wrong: I love tag lib in general, especially Struts, which make it

Re: Frameset Documentation

2001-02-05 Thread JamesW
Might it not make some sense to use DocBook (http://www.docbook.org ... I think) an XML format for describing technical documentation for Struts documentation at some stage, plus Tomcat and the other Jakarta projects? I know that the JBoss guys are in the process of doing this, it sounds like a g

Action class

2001-02-05 Thread John Hunt
If an action class directly wants set the headers like content type etc and write the output directly, what all issues should be taken care of apart form returning null in perform method? Thanks Hunt __ Do You Yahoo!? Yahoo! Auctions - Buy the thing

Frameset Documentation

2001-02-05 Thread dion
I've finished my first cut at the frameset version of the documentation, which includes the Users Guide in it's heading list on the left (see http://jakarta.apache.org/struts ) rather than as a separate page. I'm now working on adding some DHTML menus in so that it's a bit friendlier. If anyone d

Help with Context Path Error

2001-02-05 Thread Toby
Hi, I'm new to Tomcat and Struts. I can get the basic hello world struts examples to run in my environment. But when I try something more sophisticated, I receive the following error message concerning the ActionMappings. I believe I have a Context Path problem, but am not sure how to resol

FormBean

2001-02-05 Thread John Hunt
Did anyone use an array of fields and use formbean with that? Do you have any pointers to code or examples? Thanks Hunt __ Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

Re: what does this ERROR mean ??

2001-02-05 Thread Ted Husted
It looks like the application resource named in your struts-config.xml is missing. If you just specify the name, and no path, you can drop it in the classes folder. *** REPLY SEPARATOR *** On 2/4/2001 at 7:23 PM majid kamal wrote: >could you please go to : >http://www.webappca

Re: Data Validation

2001-02-05 Thread Ted Husted
On 2/4/2001 at 11:52 PM Neal Kaiser wrote: >Just wondering... Where do people typically do their validation? In the >ActionServlet or ActionForm? Are there any pros/cons? Validation is still rather controversial. Some people bypass the Struts mechanism completely. Typically, you would start by

Re: Data Validation

2001-02-05 Thread Ted Husted
These items are on the TODO list for the 1.1 timeframe. + Client Side Validation. Add the ability to automatically generate optional JavaScript code to perform client-side validations for things like required fields, numeric fields, dates/times/timestamps, and so on. The required validation shou

Re: Mapping

2001-02-05 Thread Ted Husted
On 2/5/2001 at 4:52 PM [EMAIL PROTECTED] wrote: >Is there a document which maps the Struts tags with the HTML tags? >Also, do all the HTML tags have a corresponding Struts tags? All HTML tags do not have a corresponding Struts tags. I believe all the HTML "form" tags have a corresponding tag

Problems with iterate tag

2001-02-05 Thread Roger Kjensrud
Hello, I'm trying to use the iterate tag to access a Model object that contains an ArrayList. The ArrayList in turn contains objects containing the data I would like to present to the user. However, I can't get it to work. Here's the code that works: <% LinkModel model = (LinkModel)request.getA

array in a form bean

2001-02-05 Thread John Hunt
Hi I have a variable number of combo,text pairs ( like name value pairs ). If I use struts form, it would lead me to have variable number of calls ( setter and getter ) if I have a direct mapping of get and set with the input fields. So I want to use arrays. I want to associate the name value pai

RE: Mapping

2001-02-05 Thread Allamsetty, Venkata
See *jakarta-struts/web/documentation/tags.html* in your latest struts download. thanks VA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 5:20 PM To: [EMAIL PROTECTED] Subject: RE: Mapping Hi, I am sorry if I have mislead you

Re: which development tool to use?

2001-02-05 Thread Johan Compagner
I use VAJ 3.5 with Tomcat and struts. works perfectly can debug throught the jsp's (not really jsp's but the generated servlets) Can change code on the fly without restarting anything. johan

Re: which development tool to use?

2001-02-05 Thread Johan Compagner
Are you developing in java? :-) Why? You don't like it if i look at your list. Every IDE that is written in Java has this as a negative 'feature' johan

RE: Mapping

2001-02-05 Thread SPandith
Hi, I am sorry if I have mislead you in my previous email. What I meant was we use the Struts tags instead of HTML tags. I want to know if there is a document which maps the HTML tags with the corresponding struts tags. For example: > -Original Message- > From: Allamsetty, Venkata [

RE: Mapping

2001-02-05 Thread Allamsetty, Venkata
Struts is not used in place of std html tags. It helps implement a web application using Model 2 Architecture. see usersguide at http://jakarta.apache.org/struts thanks VA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 4:52 PM To:

forms with arrays

2001-02-05 Thread John Hunt
Hi I have a variable number of combo,text pairs ( like name value pairs ). If I use struts form, it would lead me to have variable number of calls if I have a direct mapping with the input fields. So I want to use arrays. I want to associate the name value pairs ( combo to text ). From the form be

Mapping

2001-02-05 Thread SPandith
Hi, I know that the Struts tag library is used in place of the standard HTML tags. Is there a document which maps the Struts tags with the HTML tags? Also, do all the HTML tags have a corresponding Struts tags? Are there places when the HTML tags would be more simpler to use than the Struts tags

RE: Performance Issues with Struts

2001-02-05 Thread David Winterfeldt
ATG's Dynamo 5.0 does. I managed to get struts working on it, but then I had problems with includes and security constraints. I guess they'll get everything ironed out if they haven't already. I haven't looked at it since December. When I had problems, I switched to Tomcat. David --- Coty Ro

RE: missing resource attribute

2001-02-05 Thread Ratnadeep Bhattacharjee
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubscribe: > list-post: > Delivered-To: mailing list [EMAIL PROTECTED] > To: <[EMAIL PROTECTED]>, "Ratnadeep Bhattacharjee" <[EMAIL PROTE

RE: which development tool to use?

2001-02-05 Thread Bielby, Randy J.
That's what I thought, didn't make sense other wise. Thanks Randy Bielby Greenbrier & Russel Madison, Wisconsin www.gr.com (608) 827-6760 [EMAIL PROTECTED] > -Original Message- > From: Dan Cancro [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 11:44 AM > To: [EMAIL PROTECT

problems with hidden tag

2001-02-05 Thread Michael Zeitlin
Hey, I am trying to pass an arraylist using the hidden tag, but keep getting an error when the form is populated from the request. Here is my declaration: But, every time I run I get this error: java.lang.IllegalArgrment Exception: argument type mismatch Any help would b

RE: which development tool to use?

2001-02-05 Thread Dan Cancro
That comment is no longer true (see what happens when only one guy works on this ;)) When it was true, "it" referred to Struts, but it's all better now. I'm not sure when it was fixed. Just be sure to use the latest build of Struts and you'll be fine. Dan -Original Message- From: Bielb

RE: Performance Issues with Struts

2001-02-05 Thread Coty Rosenblath
Title: RE: Performance Issues with Struts Can Craig or anyone else comment on which servlet containers/JSP compilers (if any) currently do any such optimization of custom tag creation, etc.? Thanks, Coty -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: M

Re: nested structures

2001-02-05 Thread Steve A Drake
On Mon, 5 Feb 2001, Vardar, Tuna wrote: > hi. > > how can I handle nested structures using Struts? > what I want to do is sth. like : > > > > > > > > > > > > > > I tried some combinations but couldn't suc

Re: Performance Issues with Struts

2001-02-05 Thread Craig R. McClanahan
Rajan Gupta wrote: > Has anybody used Struts in a largescale application and witnessed > performance issues. It seems to me that the cost of creating & destroying > tags in a JSP page would create a lot of overhead on the JVM. There is no requirement that custom tag instances be created and dest

Re: no mapping available error

2001-02-05 Thread Craig R. McClanahan
Julia Reynolds wrote: > I am getting a "no mapping available" error whenever I use the > struts 1.0 example application in Servlet Mill. I'm not familiar with this server. Does it support Servlet 2.2 and JSP 1.1? > There seems to > be a problem reading the struts-config.xml file, because Stru

RE: missing resource attribute

2001-02-05 Thread Justin Kennedy
Have you included an 'application' element in web.xml, which points to your ApplicationResources.properties file ? application your.path.ApplicationResources take a look at web.xml in the struts-example app -Justin -Original Message- From: Ratnadeep Bhattacharjee

Re: Tomcat problem

2001-02-05 Thread Craig R. McClanahan
Thierry Cools wrote: Hi,well this not really a struts problem, but as there are a lot of Tomcat specialists in this mailing list ( at least one ;-) ), I'm sure I'll get an answer.  So my problem is : I currently busy to evaluate the use of different application servers and web servers, e.g I tr

missing resource attribute

2001-02-05 Thread Ratnadeep Bhattacharjee
Hello All, Just wondering if anybody has encountered this problem. Any help/pointers would be really appreciated. Thanks, -Deep. When I include the following tag in my jsp: I get the following error: Error: 500 Location: /struts-myexample/logon.jsp Internal Servlet Error: javax

my forms are not auto-repopulating

2001-02-05 Thread Justin Kennedy
Hi all, I have 5 text fields in my logon.jsp and all are required, so when I fill out only four, my LogonForm.validate() fails and returns to logon.jsp with all form fields empty. It works for the struts-example, and I more of less copied what was being done there. I notice it does work if I ch

Re: ActionForward: scope of modifications?

2001-02-05 Thread John Raley
Well, in general I'm against making global state modifications easy. As for cloning, I'm usually taking an existing ActionForward and adding params to it. Constructing a new one from an existing one is pretty easy; a clone method would mostly be a hint not to munge the original! Martin Cooper w

Re: IncompatibleClassChange Error

2001-02-05 Thread Josh Hill
You get this problem when one of your class files is compiled vs a different library than you are running with. Make sure you are compiling with the same classpath as you are running with. I had problems like this for awhile so I wrote a script to pass ant the classpath taken from my lib folder of

RE: which development tool to use?

2001-02-05 Thread Bielby, Randy J.
Dan, I am just getting started with Struts and was reading through your document (thank lots of good info). I noticed a note pertaining to Struts and Weblogic. In this document you state "Jakarta:Struts -requires a hack to work with WebLogic since it puts non-serializable objects in session".

IncompatibleClassChange Error

2001-02-05 Thread Julia Reynolds
I am getting an IncompatibleClassChange error now when I run the Struts 1.0 example application. Can anyone throw any light on the cause? It appears to be thrown in actionmapping. Is this a class loader problem? We don't have Struts in the classpath, it is in the lib folder in a jar. Julia M

problem with hidden tag

2001-02-05 Thread Michael Zeitlin
Hey, I am trying to pass an arraylist using the hidden tag, but keep getting an error when the form is populated from the request. Here is my declaration: But, every time I run I get this error: java.lang.IllegalArgrment Exception: argument type mismatch Any help would b

RE: which development tool to use?

2001-02-05 Thread Dan Cancro
For about the last 4 months, I've been putting together the attached list of products, as news of their existence, pros and cons comes to my attention. A lot of the comments have actually come from this and other newsgroups. It provides a concise, distilled reference of a)what goes into a web sol

RE: Antwort: RE: which development tool to use?

2001-02-05 Thread Greg Reddin
With Foundation it is possible to debug web apps, but you have to jump through some hoops to do it (basically you're debugging Tomcat). I haven't taken the time to get it working, but another guy in my group has, and it works nicely for him. With the "seat price" anything above Foundation become

nested structures

2001-02-05 Thread Vardar, Tuna
hi. how can I handle nested structures using Struts? what I want to do is sth. like : I tried some combinations but couldn't succeeded. any comments?

Re: which development tool to use?

2001-02-05 Thread Deping Chian
The debugging with JBuilder 4 pro (+ struts + Tomcat) has been very good for me in Redhat Linux 6.2, very fast (but stability is another question). Previously I had used JBuilder 4 in Windows NT: debugging was super slow as Greg had said. BUT, I found a tip in JBuilder's Linux version saying that

no mapping available error

2001-02-05 Thread Julia Reynolds
I am getting a "no mapping available" error whenever I use the struts 1.0 example application in Servlet Mill. There seems to be a problem reading the struts-config.xml file, because Struts .5 examples using action work fine. Can anyone help? Julia Reynolds

AW: Antwort: RE: which development tool to use?

2001-02-05 Thread Lind Jürgen
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > to be sure that I understand it correctly: with the JBuilder > or JBuilder > Foundation it is possible > to develop web applications using struts and then run/debug > the JSP files and > Java classes > i

Antwort: RE: which development tool to use?

2001-02-05 Thread michael . brohl
Hi, to be sure that I understand it correctly: with the JBuilder or JBuilder Foundation it is possible to develop web applications using struts and then run/debug the JSP files and Java classes inside the IDE? That would be very nice. Regards Michael "Klemme, Robert, myview" <[EMAIL PRO

RE: which development tool to use?

2001-02-05 Thread Klemme, Robert, myview
hi > -Original Message- > From: Greg Reddin [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 4:45 PM > To: [EMAIL PROTECTED] > Subject: RE: which development tool to use? > > actually, we've had great success with JBuilder Foundation. we, too. i am always astonished how

RE: which development tool to use?

2001-02-05 Thread Greg Reddin
actually, we've had great success with JBuilder Foundation. Debugging can be painful, and, if you're used to developing in GUI environments, the interface can be kludgey(?) at times, but it works good enough to get work done. You also have to be careful of how it compiles things. It compiles pa

RE: which development tool to use?

2001-02-05 Thread Greg Reddin
hell, why not vi?? -Original Message- From: [EMAIL PROTECTED] Sent: Monday, February 05, 2001 3:29 PM To: [EMAIL PROTECTED] Subject: Re: which development tool to use? Emacs and Jakarta-Ant. What bugs? ;-) >> Original Message << On 2/5/01, 2:11:34 PM,

RE: Dreamweaver

2001-02-05 Thread Brugge, John
Arjan, Greetings! I work for Compuware in Madison, Wisconsin (USA) and I'd be interested to hear of your progress with DreamWeaver and/or UltraDev extensions for Struts. I'm at a client right now that's beginning to use Struts for an intranet project, and I'm very impressed with the core framewor

Re: which development tool to use?

2001-02-05 Thread Mike Fitterman
Check out Forte for Java Internet Edition (IE). Mike. At 03:11 PM 2/5/2001 +0100, [EMAIL PROTECTED] wrote: >Hello, > >I hope my question is not too off topic for this mailing list: > >In the last weeks I struggled around with JDeveloper as an IDE for >creating web >applications with Struts,

Re: which development tool to use?

2001-02-05 Thread Chris Smith
Emacs and Jakarta-Ant. What bugs? ;-) >> Original Message << On 2/5/01, 2:11:34 PM, [EMAIL PROTECTED] wrote regarding which development tool to use?: > Hello, > I hope my question is not too off topic for this mailing list: > In the last weeks I struggled ar

RE: Are there tags for iterating through collections

2001-02-05 Thread Deadman, Hal
The iterate tag is what you are looking for. http://jakarta.apache.org/struts/struts-logic.html#iterate -Original Message- From: Klemme, Robert, myview [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 9:30 AM To: 'Struts Users' Subject: Are there tags for iterating through coll

RE: Are there tags for iterating through collections

2001-02-05 Thread Geddes, Mark (ANTS)
The taglib is called 'logic'. The tag is called 'iterate'. -Original Message- From: Klemme, Robert, myview [mailto:[EMAIL PROTECTED]] Sent: 05 February 2001 14:30 To: 'Struts Users' Subject: Are there tags for iterating through collections hi there, someone pointed me at struts for a

Are there tags for iterating through collections

2001-02-05 Thread Klemme, Robert, myview
hi there, someone pointed me at struts for a taglib for iterations through java standard collections. i could not find it in the doc on the web site. does struts have anything like that or not? thank you! robert -- Robert Klemme Software Engineer ---

which development tool to use?

2001-02-05 Thread michael . brohl
Hello, I hope my question is not too off topic for this mailing list: In the last weeks I struggled around with JDeveloper as an IDE for creating web applications with Struts, but it seems that it has some problems with the message resource files for the action servlet (see my question earlie

Tomcat problem

2001-02-05 Thread Thierry Cools
Hi, well this not really a struts problem, but as there are a lot of Tomcat specialists in this mailing list ( at least one ;-) ), I'm sure I'll get an answer. So my problem is :   I currently busy to evaluate the use of different application servers and web servers, e.g I tried to communica

Re: New LinkTag not working?

2001-02-05 Thread yahoo kin
Problem solved. I forgot to change the taglib uri from struts-form.tld to struts-html.tld. - Original Message - From: kin To: [EMAIL PROTECTED] Sent: Monday, February 05, 2001 4:59 AM Subject: New LinkTag not working? To all,Currently i'm using the struts

Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-05 Thread michael . brohl
Hello Sean, the option is set correctly - if I run the application under Tomcat, everything works fine. Is there any option to be set in JDeveloper to let it work correctly? Thanks for your answer so far. Regards Michael I recently had this problem and it was due to the "application" pa

Error running app with JDeveloper

2001-02-05 Thread michael . brohl
Hello, trying to run/debug my app with JDeveloper, I get the following error: javax.servlet.jsp.JspException: Missing resources attribute org.apache.struts.action.MESSAGE void index._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) void orac

RE: Dreamweaver

2001-02-05 Thread Kok, Arjan
Thierry Cools submitted a simple prototype for a Struts Dreamweaver extension: http://marc.theaimsgroup.com/?l=struts-user &m=97445773011774&w=2 Note:A project is started to extend this prototype to get a fully functional Struts