Re: Getting index inside iterate / pager tag [SOLVED]

2002-04-30 Thread Struts Developer
?selectedClient= + myIndex %' bean:write name=results property=clientName/ /html:link From: Struts Developer [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Getting index inside iterate / pager tag Date: Mon, 29 Apr 2002 14:13:08 -0500 All - I am

Re: few questions

2002-04-30 Thread Struts Developer
Did you happen to read through Ted Husted's excellent Strut by Strut example? If not it helps to pull all the pieces you mention below together. You can find it here http://husted.com/about/scaffolding/strutByStrut.htm I've answered the questions I feel comfortable with. HTH, /\/\ark -

Re: Mailing List

2002-04-29 Thread Struts Developer
You must reply to the generated message you receive when you send in your un-subcribe request. HTH /\/\ark From: Michael Nadeau [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Mailing List Date: Mon, 29 Apr 2002

Getting index inside iterate / pager tag

2002-04-29 Thread Struts Developer
All - I am trying to get the index of the current row inside an iterate tag so that a link on that row properly identifies itself to the subsequent action class. However, all I get is a Class Not Found error pointing to the collection I am iterating. Here is my code: logic:iterate

Re: Getting index inside iterate / pager tag

2002-04-29 Thread Struts Developer
/, /\/\ark From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Getting index inside iterate / pager tag Date: Mon, 29 Apr 2002 15:17:47 -0400 Look in the docs for indexId! Dave Struts Developer [EMAIL

link rel='stylesheet' ... treated as GET???

2002-04-26 Thread Struts Developer
I am having a rather strange problem with one of my JSPs. The head of the JSP looks like this: %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic % html:html head

link rel='stylesheet' ... treated as GET??? (take II)

2002-04-26 Thread Struts Developer
Forgive my partial posting a minute ago... hotmail sucks. =) I am having trouble with my stylesheet link being treated as a GET when struts processes my action. Here is the head of the JSP in question: !-- Some standard includes -- %@ page language=java % %@ taglib

RE: link rel='stylesheet' ... treated as GET???

2002-04-26 Thread Struts Developer
- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 4:02 PM To: [EMAIL PROTECTED] Subject: link rel='stylesheet' ... treated as GET??? I am having a rather strange problem with one of my JSPs. The head of the JSP looks like this: %@ page language=java % %@ taglib uri

RE: Singleton vs ServletContext

2002-04-24 Thread Struts Developer
Adam, I, too, would be interested in a copy of your servlet and connection pool source. best regards, /\/\ark From: Kipnis, Adam [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Singleton vs ServletContext

RE: nested Tag

2002-04-24 Thread Struts Developer
How xenophobic of you, Mark. /\/\ark From: Galbreath, Mark [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: nested Tag Date: Wed, 24 Apr 2002 06:05:24 -0400 Your grammar? -Original Message- From:

RE: Example App for Struts?

2002-04-19 Thread Struts Developer
True. What I really want is someone to hold my hand and lead me through the entire development process, pointing out along the way all the pitfalls and dangers. They should code all the sticky bits and know everything there is to know about my environment, software, legacy apps, and they

Re: Re(2): Caching in IE

2002-04-19 Thread Struts Developer
rant:peeve What is the point of using a mail client that threads messages when others are using clients that number their responses to a posting? It is hard enough to monitor a list that regularly generates 100+ messages a day, without having to sift through the message subjects looking for

Getting client IP address from HTTP request

2002-04-19 Thread Struts Developer
I'm sure that there is a web site/manual/e-mail thread I'm not finding that explains how I go about getting the client workstation IP address from the incoming HTTP request. I need this in my Action class. If any one could share the location of this information I would greatly appreciate it.

Re: ActionServlet and NoClassDefFoundErrors

2002-04-18 Thread Struts Developer
your app server manages CLASSPATH, but I'll bet if you put the 3rd party files in one of the above two areas, it will work. FWIW _ Kevin Struts Developer [EMAIL PROTECTED] on 04/17/2002 04:48:04 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: JSP and Tag Libraries for Web Development - not a book review

2002-04-18 Thread Struts Developer
I have purchased this book and find it very helpful. I was new to JSP/Web development and this book answered a lot of my questions. Like you I found the sections on Struts helpful too. Worth the purchase price. And I'll be buying both Stuts books due for publication this year! /\/\ark /\/.

RE: Example App for Struts?

2002-04-18 Thread Struts Developer
I have just started looking at ant to build our application. If you could forward me your ant example it would be greatly appreciated! Thanks /\/\ark From: Chappell, Simon P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]

Re: Radio Buttons

2002-04-18 Thread Struts Developer
A quick search of the archive found this thread... http://www.mail-archive.com/struts-user@jakarta.apache.org/msg27843.html From: sanjeev_dutt [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] CC: JyothiLakshmi_R [EMAIL

ActionServlet and NoClassDefFoundErrors

2002-04-17 Thread Struts Developer
Greetings All, This is probably a dumb question, and being this close to Friday will generate short flippant answers, but here goes anywayÂ… I have a need to communicate via IBM MQSeries to a legacy application. This application has a listener that monitors the queue and posts events in the

Re: When is it bad form to use form beans?

2002-04-16 Thread Struts Developer
For my $0.02 worth I think using the form-bean in the database layer of your application is a bad idea any time. By doing so you are directly tying your presentation layer to your database layer. Any changes to one now have to be measured against the other. Granted most changes to your

RE: Any Framework with GUI Administration - Ryan Norman

2002-04-12 Thread Struts Developer
Hi, I am Mark Nichols. TGIF. =) Thank you, Mark Nichols From: Galbreath, Mark [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Any Framework with GUI Administration - Ryan Norman Date: Fri, 12 Apr 2002

RE: Configuration Changes for Action extension??

2002-04-11 Thread Struts Developer
the delay, Mark - I'm very busy today. I'll take a look at your code ASAP. Mark -Original Message- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 2:57 PM To: [EMAIL PROTECTED] Subject: Configuration Changes for Action extension?? I am still unable to get

Really Dumb Newbie Question about Extending Action

2002-04-10 Thread Struts Developer
Some days it just doesn't pay to chew through the leather straps and come to work... I would like to add a layer of inheritance between the org.apache.struts.action.Action class and my application's Action subclasses. IE: MyAction extends ORGAction extends Action. Seems simple enough,

RE: Really Dumb Newbie Question about Extending Action

2002-04-10 Thread Struts Developer
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Really Dumb Newbie Question about Extending Action Date: Wed, 10 Apr 2002 09:29:39 -0400 dunno...let's see the source of ORGAction(). Mark -Original Message- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10

RE: Really Dumb Newbie Question about Extending Action

2002-04-10 Thread Struts Developer
, HttpServletRequest request, HttpServletResponse response) throws Exception { return mapping.findForward( success); } } Mark -Original Message- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:46 AM To: [EMAIL

RE: Really Dumb Newbie Question about Extending Action

2002-04-10 Thread Struts Developer
, HttpServletRequest request, HttpServletResponse response) throws Exception { return mapping.findForward( success); } } Mark -Original Message- From: Struts Developer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:46

Configuration Changes for Action extension??

2002-04-10 Thread Struts Developer
1.0.2. Thanks... From: Struts Developer [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Really Dumb Newbie Question about Extending Action Date: Wed, 10 Apr 2002 08:19:36 -0500 Some days it just doesn't pay to chew through the leather

Null from from Navigation JSP?

2002-04-09 Thread Struts Developer
All - My application starts with a welcome page that has news of the day and other static bits of information. This page also contains the navigation links to the rest of the application. When a link is clicked the appropriate Action is invoked, but I don't have any data from this JSP that

Re: Where have all the postings gone

2002-04-08 Thread Struts Developer
Don't forget about the mail list archive at: http://www.mail-archive.com/struts-user@jakarta.apache.org! Mark From: Struts Newsgroup (@Basebeans.com) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Where have all the postings gone Date:

Re: is there any visual designer tool to design a struts jsp page

2002-04-05 Thread Struts Developer
This question has been asked repeated and the answer seems to be the same each time... Dreamweaver has some support. If you want more than that I suggest you build a better mousetrap and write your own! WSAD is built on top of eclipse, which allows you to plug in new editors, etc. soapBox If

Re: Action Trouble : Servlet Error: Connection reset by peer: socket write error

2002-04-04 Thread Struts Developer
I believe I have discovered the reason for this error. It appears that an actionForm declaration in my struts-config.xml file was missing. At least when I added the missing form-bean to the configuration the error goes away. Thanks anyway Mark From: Struts Developer [EMAIL PROTECTED] Reply

Action Trouble : Servlet Error: Connection reset by peer: socket write error

2002-04-03 Thread Struts Developer
All - I am getting the log messages attached at the end of this e-mail when my action is initally instantiated. Once these messages post everything works fine. I am clueless as to what is causing this problem. Any help, suggestions, or rude comments welcome! regards, mark nichols Struts

Re: ActionMapping

2002-04-02 Thread Struts Developer
If you haven't already, read this: http://husted.com/about/scaffolding/strutByStrut.htm From: K J [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: ActionMapping Date: Tue, 2 Apr 2002 10:43:25 -0800 (PST) can

Re: ApplicationResources.properties

2002-04-02 Thread Struts Developer
I'm somewhat new to all of this so my answer may not be entirely correct. But I suspect that the source copy is just that, the source you modify and maintain, whereas the /webApp copy is what is used when the application is run. I think you'll find that changes to the webApp copy are overlaid