Handling Data Submission and Prepopulation

2003-08-15 Thread Paul Martin (Developer NLW)
There is various advice to not chain Action classes. However, say have 2 pages, page A that when submitted leads on to page B, and want to prepopulate B. Should the prepopulation of page B, done by prepopulating it's associated ActionForm bean, be done in the Action class that handles page A's

Tree menu using jsp/struts HELP !!!!

2003-08-14 Thread JavaXML Developer
Any example or tutorial on how to build tree menu using struts/jsp. MY DATA FOR MENU ARE COMING FROM XML FILE. - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software - Do you Yahoo!? Yahoo!

Tree menu using jsp/struts (second post)

2003-08-14 Thread JavaXML Developer
JavaXML Developer [EMAIL PROTECTED] wrote:Any example or tutorial on how to build tree menu using struts/jsp. MY DATA FOR MENU ARE COMING FROM XML FILE. - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Tree menu in using applet or servlet/jsp, struts?

2003-08-14 Thread JavaXML Developer
Currently we have tree menu in applet which is running on one frame of our web based application. We are planning to re-design it using jsp/struts. Can anyone address pros-cons of using tree menu on applet and tree menu using jsp/struts. Also i am looking for some priliminary example/tutorial

Tiles related question

2003-08-14 Thread JavaXML Developer
I am new to tiles and want to learn it quickly. Is there any tutorial , sample program anywhere including introduction to tiles? Thanks, Vicky - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

RE: Tiles related question

2003-08-10 Thread JavaXML Developer
=10306302322r=1w=2 Check out the post by Cedric, I believe he wrote Tiles. -Original Message- From: JavaXML Developer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:51 PM To: [EMAIL PROTECTED] Subject: Tiles related question I am new to tiles and want to learn it quickly

Tree menu using jsp/struts

2003-08-06 Thread JavaXML Developer
Any example or tutorial on how to build tree menu using struts/jsp. MY DATA FOR MENU ARE COMING FROM XML FILE. - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Any tool for struts?

2003-07-31 Thread JavaXML Developer
Hello group, I want to know if there is any tool available in the market to develop struts applications faster? Thanks, Vicky - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: Struts in iPlanet/Sun ONE Web Server 6.0 SP5 throws exception

2003-07-18 Thread JavaXML Developer
Sometimes back i had issue with iPlanet web server 6.0 with SP1. Now my app is running well on iWS with SP1. Am sure it should work well with later SP versions. Did you make sure your lib and tlds are getting picked up? Take a look at your _Welcome_jsp.java line 226 on which you are getting

Re: Workflow engine status

2003-07-08 Thread JavaXML Developer
Its a workflow extension NOT engine. Sandeep Takhar [EMAIL PROTECTED] wrote:That is not a workflow engine per se. sandeep --- Matthias Bauer wrote: I don't think that there has been anybody working on this proposal for several months. It is definitely not part of the latest Struts

Re: Session ID always being appended even with cookies enabled?

2003-07-08 Thread JavaXML Developer
What you are seeing is jsesssionid. The jsessionid is a key maintained by the container to track the user session via HTTP. Including the session key in the hyperlink is called URL rewriting. The Servlet Specification encourages the use of cookies to maintain the session. When that is not

How do install/use struts in iWS 6.0? (VERY URGENT)

2003-07-02 Thread JavaXML Developer
i deployed struts application on iWS 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C:\iPlanet\Servers\docs . Now issue is; when i start up iPlanet web server i get following error message in error log. 01/Jul/2003:15:01:02] info

Can anyone address this issue ? (VERY URGENT)

2003-07-02 Thread JavaXML Developer
i deployed struts application on iWS 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C:\iPlanet\Servers\docs . Now issue is; when i start up iPlanet web server i get following error message in error log. 01/Jul/2003:15:01:02] info

Struts issue on iPlanet web server 6.0 with SP1

2003-07-01 Thread JavaXML Developer
I am trying to deploy my struts application onto iPlanet web server 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C:\iPlanet\Servers\docs . Now issue is; when i start up iPlanet web server i get following error message in error log.

Re: Struts issue on iPlanet web server 6.0 with SP1

2003-07-01 Thread JavaXML Developer
I badly need to get this work on iPlanet web server 6.0 with SP1. Can anyone be at help? Thanks a bunch, Vik JavaXML Developer [EMAIL PROTECTED] wrote: I am trying to deploy my struts application onto iPlanet web server 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C

Struts issue on iPlanet web server 6.0 with SP1

2003-07-01 Thread JavaXML Developer
I badly need to get this work on iPlanet web server 6.0 with SP1. Can anyone be at help? Thanks a bunch, Vik JavaXML Developer [EMAIL PROTECTED] wrote: I am trying to deploy my struts application onto iPlanet web server 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C

Struts issue on iPlanet web server 6.0 with SP1 (VERY URGENT)

2003-07-01 Thread JavaXML Developer
I badly need to get this work on iPlanet web server 6.0 with SP1. Can anyone be at help? Thanks a bunch, Vik JavaXML Developer [EMAIL PROTECTED] wrote: I am trying to deploy my struts application onto iPlanet web server 6.0 (which has SP1). I deployed it usind wdeploy. It deployed under C

Re: html:link/ tag - multiple query string params

2002-10-16 Thread Developer
Try this: html:link href='%=page.jsp?day= + Calendar.DAY_OF_MONTH + month= + Calendar.MONTH %' Tasks /html:link you may have to change the month to amp; month. - Original Message - From: Don Najd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 16, 2002 6:49 PM

Validator - How can I access a specific error

2002-10-11 Thread Developer
Before Validator I was able to do the following in the jsp: html:errors property=startDate/ in order to display an error messages which was added in the validate method the following way: errors.add(startDate, new ActionError(date.format.incorrect) With validator how do I access that

Re: [ANNOUNCE] struts-layout 1.0b1

2002-10-09 Thread Developer
excellent work Jean, Merci, bon travail. - Original Message - From: Jean-Noel Ribette [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 8:55 AM Subject: [ANNOUNCE] struts-layout 1.0b1 Hello everybody I'm pleased to announce that struts-layout 1.0 beta 1 - an

Struts-Layout 1b1

2002-10-09 Thread Developer
I've had to modify the code to ad the titleKey functionality to the layout tags. I've had to call it hintKey since title key would not be too intuitive in the struts-layout perspective. Is that support added to 1b1 yet, if not are you planning on adding. Is the sort collection functionality

Re: Struts Authentication Filter

2002-09-25 Thread Developer
Have you had a chance to use http://securityfilter.sourceforge.net/ If not, check it out. I have not used it yet, but it seems like a tremendous effort on the part of Max Cooper and the community. Let us know how it works out for you if you use it. - Original Message - From: Mark

Re: display tag and Tiles

2002-08-08 Thread Developer
i set the requestURI to an action which forwards to the tiles definition. requestURI='request.getContextPath().concat(/something.do)' where something.do is the same way to get to the page you're on. - Original Message - From: Jerry Jalenak [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: ActionErrors in ActionForm and JSP not showing up...

2002-07-31 Thread Developer
Well actually you could have a resources directory under WEB-INF/classes but you have to set it up like this: message-resources parameter=resources.ApplicationResources null=false / and you'll be ready to go. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Layout facilities

2002-07-24 Thread Developer
I'm using Struts Layout and it's pretty cool. You have to be using tables for you layout as opposed to just using CSS. I'm using a combination of the two. It's not too flexible as far as the way you layout objects but what it allows you is pretty clean. There is also

Re: BeanUtils.populate with native types

2002-07-14 Thread Developer
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Developer [EMAIL PROTECTED] Sent: Friday, July 12, 2002 12:03 PM Subject: Re: BeanUtils.populate with native types On Thu, 11 Jul 2002, Developer wrote: Date: Thu, 11 Jul 2002 22:55:59 -0400 From: Developer [EMAIL PROTECTED

Re: bean:define Nightly Version, June28th

2002-07-12 Thread Developer
I had that error as well. Try the latest nightly build. - Original Message - From: hemant [EMAIL PROTECTED] To: struts [EMAIL PROTECTED] Sent: Friday, July 12, 2002 1:59 PM Subject: bean:define Nightly Version, June28th I had my jsp page working correctly until I replaced the struts

Re: [ANNOUNCE] Scioworks Camino v2.0

2002-07-11 Thread Developer
How about support for Tiles Validator? - Original Message - From: John Yu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 11, 2002 6:46 AM Subject: [ANNOUNCE] Scioworks Camino v2.0 Dear Struts Users, We are pleased to announce the release of Scioworks Camino v2.0, a

Re: Tiles fowarding from struts-config

2002-07-11 Thread Developer
Apparently this problem was fixed on the 20020711 nightly build. Thank you. - Original Message - From: Developer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 1:26 PM Subject: Tiles fowarding from struts-config Greetings, I'm

BeanUtils.populate with native types

2002-07-11 Thread Developer
Apparently BeanUtils.populate chokes with native type properties. Is there a way to handle that other than change all the Model beans attributes to use Objects? Thank you.

Tiles fowarding from struts-config

2002-07-10 Thread Developer
Greetings, I'm currently having difficulties forwarding to a definition from the config files. Is there anything I should be looking out for. Struts 1.1nightly - 20020707, 20020708, 20020709, 20020710. Tomcat 4.0.4, 4.1.7 I have the TilesRequestProcessor in struts-config.xml and the

Re: Tiles fowarding from struts-config

2002-07-10 Thread Developer
Thanks Martin. You mean I'm seeing progress. well, I thank you folks for it. If anyone knows when that's fixed please post it God day. - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED]; 'Developer' [EMAIL PROTECTED] Sent

Re: How do I handle (ignore) multiple submits from one client?

2002-06-27 Thread Developer
Hi Chris, That's been discussed on this list many times, I have not paid much attention to it but I know it can be found in the archives at http://www.mail-archive.com/struts-user%40jakarta.apache.org/. There you can do a search on miltiple submits. Please post the thread that was most helpful

bean:define with message keys

2002-06-27 Thread Developer
Has anyone a cleaner way to do the following: bean:define id=confirmMessage value=return confirm(' / % org.apache.struts.util.MessageResources messages = (org.apache.struts.util.MessageResources)request.getAttribute(org.apache.str uts.action.Action.MESSAGES_KEY); deleteConfirmMessage =

Re: Upgrading from 1.0 to 1.1

2002-06-27 Thread Developer
try downloading the latest 1.1 build or use 1.1b1. I use the same thing everywhere in my app and it's working fine with tomcat 4.0.x ciao. - Original Message - From: Bill Milbratz [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 9:43 AM

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
, 26 Apr 2002 16:06:52 -0400 I use something like: link rel=stylesheet type=text/css href=%= request.getContextPath()%/styles/blah.css Sincerely, Shane Witbeck __ Developer, Bank of America email: [EMAIL PROTECTED] phone: 904.987.1688 -Original Message

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
there is a designing tool that can offer us visualized editing capability, like the page designer in WSAD for a regular html page, where the developer can see the page as he/she designs it visually. Any suggestions will be greatly appreciated. Thank you very much again, Yanhui -- To unsubscribe, e-mail

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
version: 1.0 IDE: WebSphere Studio Application Developer 4.0 JSP spec: 1.1 Servlet Spec: 2.2 Favorite Ginger Ale: Vernor's == START of messages === [02.04.03 13:30:36:568 CST] 2c8da636 WebGroup I SRVE0091I: [Servlet LOG]: action: Creating new Action instance

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