RE: Displaying Short Dates in a Text Box

2002-03-08 Thread Steve Earl
you could try looking at the datetime taglib on Jakarta to see if this answers your problem __ Steve Earl InfoGain Limited, 23-25 Marlow Road, Maidenhead, Berkshire SL6 7AA, UK email: [EMAIL PROTECTED] Tel: +44 (0)1628 580 600 Fax: +44 (0)1628 580 610 Mobile

RE: Pre Populating Fields - bit of a newbie question

2002-03-06 Thread Steve Earl
te formats. It also contains a tag, I think, which gets the current date and time. Hope this helps ______ Steve Earl -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 5:28 PM To: 'Struts Users Mailing Li

RE: "parameter" attribute in the action-mapping... what is it?

2002-03-05 Thread Ditlinger, Steve
limitation you are finding with the "parameter" attribute. Cheers, Steve -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:43 PM To: Struts Users Mailing List Subject: Re: "parameter" attribute in the action-mapping... what is

Re: Digester Question

2002-03-05 Thread Steve A Drake
On Mon, 4 Mar 2002, Craig Tataryn wrote: > I realize that the digester is now part of commons, but I figure there is > probably a lot of expertise here since it grew up in Struts. I was > wondering if someone could help me figure out the easiest way to do this: > > I have an xml document, that h

RE: "parameter" attribute in the action-mapping... what is it?

2002-03-05 Thread Steve Earl
ks using a parameter to distinguish them. However, I'm also using Steve Ditlinger's ssl tag extension and that requires a parameter on the actionMapping of "secure". All advice appreciated. regards, steve ______ Steve Earl -Original Message---

RE: action and form contract

2002-03-05 Thread Carter, Steve
Thanks. That's clear. However -- not to nit-pick, but -- in the first paragraph you have "contact" and it appears you mean "contract". Steve Steve Carter Sr. Software Engineer Swift Rivers [EMAIL PROTECTED] -Original Message- From: Ted Husted [mailto:[EMAIL

RE: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner

2002-02-25 Thread Ditlinger, Steve
Yes, it is. Can you upgrade? If not, you should be able to write your own utility that takes a Request and creates a HashMap instance containing any parameters found on it. Steve -Original Message- From: Michael Mok [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 7:25 PM

RE: Implement HTTP and HTTPS in a safe, flexible, and easily main tainable manner

2002-02-25 Thread Steve Earl
Steve, Have been using your implementation of ssl today and am pretty impressed. I have got one question though. One of the jsp's I've got is made up of several frames within a frameset - so no body tag. Putting your ssl tag set to "secure" within the didn't seem to

RE: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner

2002-02-25 Thread Steve Earl
this helps steve ______ Steve Earl InfoGain Limited, 23-25 Marlow Road, Maidenhead, Berkshire SL6 7AA, UK email: [EMAIL PROTECTED] Tel: +44 (0)1628 580 600 Fax: +44 (0)1628 580 610 Mobile: +44 (0)779 026 3645 Disclaimer: Neither this e-mail nor any attachment place

RE: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner

2002-02-22 Thread Ditlinger, Steve
Hey, thanks for the publicity. We've created a Struts extension based on this article. Find it at http://struts.ditlinger.com. Try it out, let us know what you think. Steve -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:

RE: Retaining checkbox state on redisplay

2002-02-22 Thread Steve Earl
have now checked the Artimus example on his website! regards, steve __ -Original Message- From: Steve Earl [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 9:24 AM To: 'Struts Users Mailing List' (E-mail) Subject: Retaining checkbo

Retaining checkbox state on redisplay

2002-02-22 Thread Steve Earl
o set the value of direct from within a reset() method but didn't quite figure out whether that means that direct should be defined as a boolean or not. Also had a look at most of the examples on the struts homepage and couldn't find any which included checkboxes. All a bit confused really

action and form contract

2002-02-20 Thread Carter, Steve
eptions are often overused or misused in Java, and this seems like a good use: let the exception raise havoc, in order to inform you of a really exceptional condition, and one that should be exposed if it exists. Steve Carter Sr. Software Engineer Swift Rivers [EMAIL PROTECTED] -- To unsubsc

RE: Bug with SSL

2002-02-18 Thread Ditlinger, Steve
te general solution to the query string, you will need to continue to specify redirect="true" in situations like this to avoid displaying posted data in the location field. Thanks, Steve -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 7:01

RE: BeanUtil BUG (this is actually correct behaviour)

2002-02-18 Thread Steve Armstrong
Fernando Esteban Barril Otero [mailto:[EMAIL PROTECTED]] writes: I think that is the normal behavior for JavaBean properties. When you have a setter/getter for a property starting with more than one upper char, the property name must have exactly the same name (without the "normal" convention).

RE: Outputting dates to screen

2002-02-18 Thread Steve Earl
Thanks Stephen, that's sorted out my prob! regards, steve -Original Message- From: Stephen Owens [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 2:27 PM To: Struts Users Mailing List Subject: RE: Outputting dates to screen Steve, I use the taglib and it's wo

Outputting dates to screen

2002-02-18 Thread Steve Earl
add a new getter to this to return a string equivalent of myDate, how do I call that from the bean:write? Sorry if this is all a bit dumb - it is Monday morning after all...!! regards, steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Bug with SSL

2002-02-15 Thread Ditlinger, Steve
Max, Greg: I successfully tried your given solution. The posted parameters are no longer seen in the location field. Steve -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:16 PM To: Struts Users Mailing List Subject: Re: Bug with SSL

RE: Pre and Post Processing

2002-02-12 Thread STEVE WILKINSON
Why don't you have a servlet that is called on startup to execute some business logic class that loads the drop down list items into a collection and then store then in the application scope. This increases memory, but also increases speed. Then you can use the collections and the struts tab

Re: suggestions for multiple entries - One submit?

2002-02-12 Thread STEVE WILKINSON
the most elegant solution, but I believe that it is a simple solution. Sometimes simple is not elegant! :-) Hope this helps... If I can every get NewParticles to update my source code you will be able to download the latest edition from the http://www.newparticles.com/struts web site. The late

Re: build failure problem

2002-02-12 Thread STEVE WILKINSON
You need Xalan either in your classpath or in your $ANT/lib directory since the ant script uses the Style task. The Style task is deprecated by Ant and the struts build.xml has not been changed/updated to whatever new approach is recommended. >From: Adam Hardy <[EMAIL PROTECTED]> >Reply-To: "

Re: For Steve Wilkinson, Re: Best way to go about learning Views with Struts?

2002-02-11 Thread STEVE WILKINSON
I've sent the latest war to your email address to avoid posting the war to the user list. >From: [EMAIL PROTECTED] >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Sub

Re: For Steve Wilkinson, Re: Best way to go about learning Views with Struts?

2002-02-11 Thread STEVE WILKINSON
e backward and re-code my ant script to generate the war with the old version of the code. Trust me it's not hard to install Ant. I don't expect you to be able to code the ant script. I've already done that. Sorry, Steve >From: [EMAIL PROTECTED] >Reply-To: "Struts U

RE: Implementing HTTPS in Struts

2002-02-10 Thread Steve Ditlinger
at http://struts.ditlinger.com. Thanks, Steve __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: ActionErrors

2002-02-08 Thread Steve Earl
aner way of doing this (without hacking the struts taglibs) then please let me know!! regards, steve __ Steve Earl InfoGain Limited -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 11:37 AM To: Struts Users Mail

ActionErrors

2002-02-08 Thread Steve Earl
' which seems to be the reference to the ActionErrors object rather than the text of an individual error contained within it. thanks in advance for any help regards, steve ______ Steve Earl InfoGain Limited -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]

RE: redirect html:errors to popup window

2002-02-08 Thread Steve Earl
either, and that's what my client usesso back to the drawing board. __ Steve Earl InfoGain Limited, 23-25 Marlow Road, Maidenhead, Berkshire SL6 7AA, UK email: [EMAIL PROTECTED] Tel: +44 (0)1628 580 600 Fax: +44 (0)1628 580 610 Mobile: +44 (0)779 026 3645 Disclaimer: Neither this e-mail

Re: Antwort: How to go about??

2002-02-07 Thread STEVE WILKINSON
Sanjay, Sorry I don't have a soft copy of it. My only soft copy does not include the last edits from the editors at Wrox and has a bunch of comments and no images. Sorry, Steve - Original Message - From: Sanjay Choudhary Sent: Thursday, February 07, 2002 10:23 AM To: Struts

Re: Multiple Forms on one JSP...

2002-02-07 Thread STEVE WILKINSON
they do differently. Thanks for your response, code snip below: Steve --- bigger snip: shoppingcart.jsp - <% num++; if((num % 2) == 0) { bgColor = SLATE; } else { bgColor = WH

Re: Antwort: How to go about??

2002-02-07 Thread STEVE WILKINSON
Chris, Thanks for the feedback on my chapter in Professional JSP. FYI, http://www.newparticles.com/struts contains updates and bug fixes to the chapter examples. In a few days they will post the latest edition that is built from a CVS snapshot of 12-15-2001. Steve - Original

Re: Multiple Forms on one JSP...

2002-02-07 Thread STEVE WILKINSON
formBean. Any suggestions? AR. -----Original Message- From: STEVE WILKINSON To: Struts user Sent: 2/6/02 4:39 PM Subject: Re: Multiple Forms on one JSP... I know that works also. It was not clear to me in your email that the example had to be specific to two different actions. Anywho... here

Extraneous addServletMappings?

2002-02-06 Thread Steve Gass
I'm working on my first Struts app, and whenever Resin reloads it, the logs show that every servlet in web.xml is being processed by ActionServlet, ie: Call org.apache.struts.action.ActionServlet.addServletMapping(ad/java.lang.String,/ads/viewall/java.lang.String) when "ad" and "/ads/viewall"

Re: Multiple Forms on one JSP...

2002-02-06 Thread STEVE WILKINSON
basic struts example and to provide what I learned back to the community. Please download the example application. I get no extra money for it. It's there as a resource to learn from. I've updated the code to work off CVS, but it's not been posted to the web site yet. Steve --

Re: How to go about??

2002-02-06 Thread STEVE WILKINSON
ng/strutByStrut.htm should help. 5. Subscribe to the user list, read often, and give back what you learn. Good luck, Steve - Original Message - In my team 1. No one has any knowledge about Struts but they are very good with Java and J2EE. 2. Except for a HTML designer, most of the pr

Re: Multiple Forms on one JSP...

2002-02-06 Thread STEVE WILKINSON
ember. It's in the read me. I will be updating this in the next month or so to be current with CVS. Thanks, Steve Wilkinson >From: "Rustad, Aaron" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'[EMAIL PRO

RE: Implementing HTTPS in Struts

2002-02-06 Thread Ditlinger, Steve
ges we did for the LinkTag soon. When we do, we will repost our jar file. Thanks for the feedback, Steve -Original Message- From: Robert Scaduto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:50 AM To: Struts Users Mailing List Subject: RE: Implementing HTTPS in Struts T

Re: Can anyone help me how to unsubscribe

2002-02-06 Thread STEVE WILKINSON
hese instructions, you do not get the desired results, please contact my owner at [EMAIL PROTECTED] Please be patient, my owner is a lot slower than I am ;-) --- END: Administrative commands for the struts-user list --- Hope this helps Steve - Original Message - From: [EMAIL PROTECTED] Se

Re: jbuilder jsp and struts tags

2002-02-05 Thread STEVE WILKINSON
No, I have not. My understanding is that you need Enterprise to debug JSPs. If you find out please let me know. >From: "Ben Kafka" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: jbuilder jsp and st

Forms question

2002-02-05 Thread Steve Earl
shows huh!) and up until now every ActionForm I've created has had a 1-1 mapping with the form within the jsp. all advice appreciated, apologies again if it's a dumb question. regards, steve __ Steve Earl InfoGain Limited -- To unsubscribe, e-mail: <m

RE: Implementing HTTPS in Struts

2002-02-04 Thread Ditlinger, Steve
Hmmm. I just tried it again to be sure and it worked. Maybe it is just slow. Try this one, maybe you can reach it better. http://us.f1.yahoofs.com/users/aee2731f/bc/public/Struts+Security+Extension. jar?bcB4.X8AlFd_32Ts HTH, Steve -Original Message- From: Rob Breeds

Re: forward setting in struts-config.xml

2002-02-01 Thread Steve Ardis
If I understand your question correctly, see the struts-config.xml file in the example application provided by Struts - here's the portion(s) relevant to you : >From: Henry Lu <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To:

Re: OT: onblur Javascript validation

2002-02-01 Thread Steve Ardis
I realize this reply is probably best suited to a Javascript newsgroup, but in reply to a previous posting, the below code will handle the "onblur Javascript validation" issue (may not be pretty, but it works) : var currField = null;

Re: Implementing HTTPS in Struts

2002-02-01 Thread Ditlinger, Steve
Robert: We recently posted just such a solution. Check it out at http://struts.ditlinger.com. There you will find a description of our solution and a link to download our Struts extensions and example app. If you have any questions, please do not hesitate to ask. Steve >You wr

RE: Proposed solution for HTTP vs. HTTPS

2002-01-31 Thread Ditlinger, Steve
jar file at the URLs given below. Thanks for your help, Steve >Common custom or not, I was deluged with messages from mail servers around the world that the attachment would be removed. So, we have now made the source code and sample app (sans the jsse jars) available at &l

RE: bug with the select tag value attribute? - Solved somewhat

2002-01-31 Thread Carter, Steve
I think that I think the problem is with the dot notation. I found that something like the following works: This assumes OrganizationForm has a field parentOrgId of type String. Is PARENT_ORG_ID a Constant in your form? Steve Carter Sr. Software Engineer Swift Rivers [EMAIL PROTECTED

RE: scpritlet and iterate

2002-01-29 Thread Carter, Steve
ing, to see if the array was populated (but I did it before the iterate). Steve Carter Sr. Software Engineer Swift Rivers [EMAIL PROTECTED] -Original Message- From: Philippe Hodapp / 1genia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:13 PM To: Struts Users Mailing L

RE: Struts and frames...

2002-01-29 Thread Steve Earl
g to javascript regards steve __ -Original Message- From: Rob Breeds [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:20 PM To: Struts Users Mailing List Subject: Re: Struts and frames... I asked something similar to this on jGuru Struts FAQ. I

Struts and frames...

2002-01-29 Thread Steve Earl
eturn to a multi-frame page. At present I can get the new window to appear but closing it does not redisplay the original page correctly. Apologies again if this topic has been done to death regards ______ Steve Earl InfoGain Limited -- To unsubscribe, e-mail:

Re: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Ditlinger, Steve
The line in question contains a call to request.getParameterMap(), a method new to Servlet Spec 2.3.. I guess I should state that you'll need Tomcat 4.0 (or other J2EE 1.3-compliant container) and/or the latest j2ee jar. Thanks, Steve >Has anyone successfully deployed the example ap

RE: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Ditlinger, Steve
/Security+Extension+To+Stru ts.jar?bcnjho8Ao43PhqrL. Please try it out and let us know what you think. Steve Ditlinger Sr. Software Engineer eBuilt, Inc. Irvine, CA -Original Message- From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:03 AM To: Struts

RE: Proposed solution for HTTP vs. HTTPS

2002-01-24 Thread Ditlinger, Steve
ks will include any change of protocol and port that > is required. > > We offer this to developers as an extension to Struts, but > think that ideally our solution would be incorporated into ActionServlet, > ActionMapping, LinkTag, etc. > > P

SAP Web Application Server

2002-01-15 Thread Steve Goldsmith
Hi, We are in the process of researching SAP's Web Application Server. Currently, we have implemented web applications using Struts on Websphere. The question I have does anyone know if SAP's Web Application Server (version 6.2 - J2EE ) will support the Struts framework? Tha

Re: A suggestion for Product-quality Code

2002-01-07 Thread Steve A Drake
+1 -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: RE: Tokens

2001-12-03 Thread Steve Bendiola
returns true if the token in the request matches the token in the session. Hope this helps. -Steve "Knee, Jeff" <[EMAIL PROTECTED]> wrote: >Matt, > >The example is a bit oblique to me and the Action classes JavaDoc doesn't >elaborate very well.

RE: session id is same for different Browser

2001-11-29 Thread Steve Bendiola
Gang, If you are using the same browser (opening 2 versions of IE, Netscape...), they could be sharing cookies, and thus the same session. "Gao, Gang" <[EMAIL PROTECTED]> wrote: >Hi, >I have a very strange case, When I logon to my site using two different >Browser, I print out the session id a

RE: for Actions.

2001-11-26 Thread Steve Bendiola
You can add a parameter attribute under your action in the struts-config file and retrieve it in the perform method of that action. String parameter = mapping.getParameter(); "Marcelo Caldas" <[EMAIL PROTECTED]> wrote: >Hi, >I was wandering if there's a way to declare a init-param for an actio

Re: in web.xml and 404 HTTP error

2001-11-20 Thread Steve Zhang
http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";> ... after 404 /servlet/package.ErrorHandlerServlet?code=404 before ... Make sure you use "web-app_2_3.dtd" at the top. I'm afraid that if you use "web-app_2_2.dtd" it will not work. Steve "VEDR

RE: Error when forwarding from action to action

2001-11-15 Thread Steve Bendiola
Struts is looking for a forward named "success" for the Action (doLogin) you are executing. Anat Rozenzon <[EMAIL PROTECTED]> wrote: >hi all, > >I'm trying to forward from one action to another and get forward exception. >I have a LoginAction which checks all the login

RE: Re: off subject ANT

2001-11-14 Thread Steve Bendiola
Open your war file and make sure the directory naming structure is correct. I rememeber using a war where "WEB-INF" and "web-inf" directories existed which fails on case sensitivity. Tom Tibbetts <[EMAIL PROTECTED]> wrote: >Yes, it does have the manifest file. It is generated by ANT. BTW, I

Weblogic 6.1 and JSP's under WEB-INF

2001-11-13 Thread Steve Bendiola
on.do weblogic.servlet.internal.ServletResponseImpl@3a0dfc Thanks in advance, -Steve __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get you

How do you show a html:select's default selection only until the user makes thier own?

2001-09-23 Thread Steve Lock
the selection. Can anyone help me with this? Thanks in advance Steve

Parse Error in JRun 3.1

2001-09-21 Thread Steve Taylor
/WebEndpoint.java:115) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) Any suggestion would be greatly appreciated. Thanks > Steve Taylor > Systems Consultant > Pangaea Systems Inc. > (250) 360-0111 http://www.pangaeainc.com

Config for WAS 3.5 on OS/390?

2001-09-17 Thread KASSON, STEVEN R (Steve), ALMSH
eally great is a sample OS/390 WAS.CONF file or .webapp file for Struts. I really appreciate any assistance. Regards, -Steve

Re: Looking for "developer's guide"

2001-07-30 Thread steve
cles.com/struts/downloads/index.html Steve bill milbratz wrote: > Hello, > > I'm new to struts and have been digesting the helpful struts documentation > and examples. > > Can anyone recommend a resource (article, web-site, book) that gives > "cookbook" instruction

Newbie question on multiple forms on a single page (no getter method for property blah)

2001-07-28 Thread Steve Philp
er* servlets are copied from them. What could be causing this problem? How do I best deal with it? Thank you for your assistance, -- Steve Philp Advance Packaging Corporation [EMAIL PROTECTED]

Any examples that use real database?

2001-07-26 Thread Steve Knight
Does anyone know if there are any good struts examples out there that use a real database, not just a database.xml file?   Thanks!  

Re: code reuse

2001-07-24 Thread Steve LeClair
;ll work up a simple prototype to identify what I'm missing. Thanks...Steve - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 9:25 AM Subject: Re: code reuse > From your description, it sounds like

Re: Struts + Tomcat/Apache (again)

2001-07-24 Thread Steve Knight
I am having a very similar problem with Resin 1.2.7. I doesn't seem to be able to understand the *.do and I keep getting 404 Not Found pages. Is there anything I should be adding to my .conf file (like the JkMount/*.do ajp 13)? Thanks! Steve - Original Message - From: "Rakes

code reuse

2001-07-21 Thread Steve LeClair
e EJB ;>)   Advice?   Thanks...Steve

RE: Where do YOU put JDBC calls?

2001-07-18 Thread Ritter, Steve
Ryan, you should really read the J2EE blueprints on DAO. It covers everything you need to know. Search aroun javasoft.com for the blueprints (they are documents, not software). --Steve -Original Message- From: Ryan Cornia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 7

RE: html:link problem

2001-07-05 Thread Steve A Drake
On Thu, 5 Jul 2001, Greg Reddin wrote: > > I need to > > use one of "forward", "href" or "page". So now my problems are: > > Try setting up the "href" attribute to read > > href="javascript:performAction(...)" > > and see if that works. > Good idea. Unfortunately, it didn't work. I tried:

Re: html:link problem

2001-07-03 Thread Steve A Drake
nce. On Tue, 3 Jul 2001, Matt Raible wrote: > You cannot use a link to submit a form, unless you > call a javascript function from the link. The link > will only submit its parameters to the form bean. > > Hope this helps, > > Matt > > --- Steve A Drake <[EMAIL

html:link problem

2001-07-03 Thread Steve A Drake
Hello. I'm trying to use to submit the contents of a form. The problem is that when I submit the form using , the ActionForm bean is not populated. My form looks like: ... {Stuff here} ... In struts-config.xml, I've defined a global forward mapping from "sim

RE: Using the tag in collection

2001-06-29 Thread Steve Taylor
t). If it's a Date, assign something like "01/01/1980" then test for it with in the JSP. Anthony -Original Message- From: Steve Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 10:22 AM To: Struts-User (E-mail) Subject: Using the tag

RE: Using the tag in collection

2001-06-29 Thread Steve Taylor
t;0";%> <% a=%>           The line: <% a=%> does not compile. Is there a way of assigning the value of gcsiId to a variable - a - so that I can do the comparison? Thanks Steve -Original Message- From: A

Using the tag in collection

2001-06-29 Thread Steve Taylor
a temporary variable. Any suggestions or ideas would be greatly appreciated. > Steve Taylor > Systems Consultant > Pangaea Systems Inc. > (250) 360-0111 http://www.pangaeainc.com

RE: Generic handling of properties

2001-06-28 Thread Steve Taylor
Look no further: http://www.mail-archive.com/struts-user@jakarta.apache.org/ -Original Message- From: Gangadharappa, Kiran [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 9:13 AM To: '[EMAIL PROTECTED]' Subject: RE: Generic handling of properties Hi Niall, I am kind of new to

RE: HTML:link tag

2001-06-26 Thread Steve Taylor
I found this message to be quite helpful for integrating struts with Tomcat/Apache http://www.mail-archive.com/struts-user@jakarta.apache.org/msg00476.html -Original Message- From: Mustapha Essalihe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 3:47 PM To: [EMAIL PROTECTED] S

Form Validation

2001-06-25 Thread Steve Taylor
When and why is form validation called when the form is instantiated. How are others getting around validation issues when a form should pass validation when there's no data, but not on a save?(i.e. when there's data) Thanks > Steve Taylor > Systems Consultant > Pangaea

Re: Multibox confusion after reading Struts mail-archive

2001-06-21 Thread Steve A Drake
On Thu, 21 Jun 2001, Becky Moyer wrote: > Steve, >Thanks so much for your reply, it gave me some more leads to follow. I > have been playing with this for the last 2 days...I have tried to change my > webapp to be similar to yours. That could get ugly. =:] > I made my for

RE: Who Uses Struts (Struts Acceptance in Industry)

2001-06-20 Thread Ritter, Steve
uperficial comparison but that's the only one I know about. Hope some of this helps. --Steve > -Original Message- > From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 1:07 PM > To: '[EMAIL PROTECTED]' > Subject: Who Uses Struts

RE: "Cannot remove attribute from request"

2001-06-20 Thread Ritter, Steve
lib.html). Recompile struts. Or 2. Preferrably get your servlet engine to use the newer version of Jasper (the one you need to get is included with the Tomcat 3.2.2 distribution). I think there are actually instructions on how to do this with your servlet engine in the mail archives for st

Re: Multibox confusion after reading Struts mail-archive

2001-06-19 Thread Steve A Drake
On Tue, 19 Jun 2001, Becky Moyer wrote: > Hi all... >I've read all I can find in the archives about the html:multibox tag, and > I have gotten farther, but I still would like to ask for some help. > > In my jsp, I have the following: > > > > > > Where entryData is an ArrayList of class

RE: [EJB] java report article says "bye-bye struts"

2001-06-19 Thread Ritter, Steve
Torsten, great lead! Thanks for the info, I am going to check it out and if it works as reported it will save many hours. Again, thanks for the pointer (oops, this is a Java group, I should have said "reference" :) --Steve > -Original Message- > From: Torsten Ter

RE: [EJB] java report article says "bye-bye struts"

2001-06-19 Thread Ritter, Steve
e value bean management and we need standard ways of describing our solutions. We'll save "security context passing" and session management for later. :) --Steve > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19,

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
send me some email directly if you have more questions. --Steve > -Original Message- > From: Bill G [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 2:04 PM > To: [EMAIL PROTECTED] > Subject: RE: java report article says "bye-bye struts" > >

Re: alternate color support in iterate or subtag

2001-06-18 Thread Steve Salkin
Title: Re: alternate color support in iterate or subtag Forgot to add that I'll be going out of town tomorrow for a while, but I will be reading this thread when I come back. Hope this is not too inconvienent, but I wanted to see what people's thoughts were and I'm too impatient to write a pos

alternate color support in iterate or subtag

2001-06-18 Thread Steve Salkin
Title: alternate color support in iterate or subtag Hi- I've been thinking about how best to handle alternate colors for tables. One approach is simple but ugly: etc...   <% String alternatingColor = "firstColor"; %>                       <% if (alternatingColor.equals("

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
Oh yeah, I forgot... thanks for 1.0!! :-) --Steve > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 11:14 AM > To: '[EMAIL PROTECTED]' > Subject: RE: java report article says "bye-bye struts"

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
I'd be happy to, but I think that it would carry a little more weight coming from the Struts inventor or even a Struts dev contributor. I'm not one to make a mountain out of a mole-hill and I sense that this is already becoming that. --Steve > -Original Message- > F

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
might not be a bad idea to send a quick email to the editor's of Java Report and let them know about some of the mis-leading statements. Sounds like their review board needs a little re-org. --Steve > -Original Message- > From: Deadman, Hal [mailto:[EMAIL PROTECTED]] > Se

RE: nested logic:present tags do not short-circuit

2001-06-15 Thread Steve Salkin
om, Fairport NY USA. > -- Custom Software ~ Technical Services. > -- Tel 716 737-3463. > -- http://www.husted.com/about/struts/ > > > > Steve Salkin wrote: > > > > Hi- > > > > Am I correct to say that in the case of nested tags, > > the false ev

nested logic:present tags do not short-circuit

2001-06-14 Thread Steve Salkin
Title: nested logic:present tags do not short-circuit Hi- Am I correct to say that in the case of nested tags, the false evaluation of the first one will not "short-circuit", or prevent the evaluation of, the second one? For example, in the case that a Form has a Bean A, which itself has a

Re: i18n + html:link

2001-06-13 Thread Steve A Drake
On Wed, 13 Jun 2001, Oleg V Alexeev wrote: > You can create javascript functions to implement logic and refer to it > from in onmouseover event. In javascript you can insert scriptlet code > or bean:message tags. Thanks Oleg and Dallas for your responses. Embedding bean:message tags in a javasc

i18n + html:link

2001-06-13 Thread Steve A Drake
Hello. I am trying to implement internationalized rollover buttons using html:link. To do this, I'm trying to use quotes three levels deep and I guess that's illegal in Javascript. For example, for "onmouseover", if I try to extract the source name from the resource file, I try: onmouseover="ch

RE: WebSphere, Jasper and Struts 1.0b3

2001-06-13 Thread Ritter, Steve
help from their vendor. --Steve > -Original Message- > From: Brugge, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 9:00 AM > To: '[EMAIL PROTECTED]' > Subject: WebSphere, Jasper and Struts 1.0b3 > > > We're trying to deploy our S

RE: can't remove attributes from servlet

2001-06-13 Thread Ritter, Steve
stribution). I think there are actually instructions on how to do this with your servlet engine in the mail archives for struts-user. --Steve --- BEGIN INCLUDED Hi Steve, Try editing org.apache.struts.taglib.FormTag.doEndTag as follows : // Remove the page scope attributes

RE: Putting it all together, help???

2001-06-12 Thread Ritter, Steve
ch it might be best if the SessionBean that the Action is using (you're not talking to EntityBeans directly are you?) only return simple JavaBeans (as opposed to EJB's) to represent the data. Make sense? --Steve -Original Message- From: Mike Thompson [mailto:[EMAIL PROTECTED]

RE: Putting it all together, help???

2001-06-12 Thread Steve Salkin
Title: RE: Putting it all together, help??? Mike Thompson wrote: > Ok, I'm new to this web based app thing, so any help is greatly > appreciated.  There are a couple of things that confuse me about Struts. > 1)  Say I've got a main page with a few links on it.  No forms > plain vanilla. 

RE: Struts Questions

2001-06-12 Thread Ritter, Steve
pages, its just a loose rule of thumb that I use. What do you guys all think of this? --Steve > -Original Message- > From: George, Carl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 12, 2001 10:34 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Struts Question

<    1   2   3   4   5   6   7   >