RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Joe Germuska
the struts app periodically to keep the session alive? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Joe Germuska
security. (I saw a JDJ article last year that had some work arounds...) So that said, it may not be surprising that the container managed security model also has no support for continuing the flow of request data to the originally requested URL after logging in. Joe -- Joe Germuska

Re: Dynaform Type Conversion

2004-03-26 Thread Joe Germuska
Apache project... but that stuff should get straightened out in the next week or two. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time

Re: Accessing Struts beans with keys defined in the Globals class

2004-03-26 Thread Joe Germuska
/ In short, you're right that there should be a way, but it hasn't been done yet. Feel free to come join in the discussion! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens

Re: html:options where values have embedded quotes

2004-03-25 Thread Joe Germuska
; at least, I initially looked at OptionTag instead of OptionsTag, and it definitely needs the same fix: http://cvs.apache.org/viewcvs.cgi/jakarta-struts/src/share/org/apache/struts/taglib/html/OptionTag.java?view=markup -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: R: Automatically detecting struts-config changes and reload app.

2004-03-25 Thread Joe Germuska
be *reloaded*. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

RE: Submit Once, Validate Twice -- but how ?

2004-03-24 Thread Joe Germuska
mapping.getInputForward(); } // normal business logic return mapping.findForward(...); } private ActionMessages processBusinessValidation(...) { ActionMessages errors = new ActionMessages(); // execute validation, populate errors if necessary return errors; } -- Joe Germuska

Re: html:messages jstl equivalent

2004-03-23 Thread Joe Germuska
as clean as using the property attribute of html:messages to filter to only include messages associated with a specific property. I'm all for people using the JSTL wherever its better, but I'm not sure its better here... Joe -- Joe Germuska [EMAIL PROTECTED] http

RE: complex forwarding logic?

2004-03-22 Thread Joe Germuska
solution. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

Re: Does instanceof work?

2004-03-21 Thread Joe Germuska
/bayern_apxA.pdf If you really wanted, you could probably extend ConditionalTagBase and implement your own. http://jakarta.apache.org/struts/api/org/apache/struts/taglib/logic/ConditionalTagBase.html Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine

Re: version 1.2

2004-03-20 Thread Joe Germuska
changes in the JSP tag libraries that may be hard to find until you compile the JSPs. Hope that helps, Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all

Re: File-Upload: Progress-Bar

2004-03-19 Thread Joe Germuska
enhancement to commons-fileupload requesting it. You might want to search the commons-dev mailing list archives or do a bugzilla search. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual

Re: FormFile Upload restrictions

2004-03-19 Thread Joe Germuska
by this threshold. These values are set in the controller-config; see the docs for struts-config.xml for details. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all

Re: UTF-8 characters in the name of the uploaded document

2004-03-19 Thread Joe Germuska
/apache/commons/fileupload/FileUploadBase.html I'd suggest posting a bug to http://nagoya.apache.org/bugzilla/ If you can attach a patch, then it's that much more likely to be fixed in the next release! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: [OT] JSTL Quick Reference

2004-03-18 Thread Joe Germuska
/jsp/jstl/1.1/docs/tlddocs/index.html It would be pretty cool to use the tlddoc tool to build Struts TLD doc. https://tlddoc.dev.java.net/ Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them

Re: [OT] JSTL Quick Reference

2004-03-18 Thread Joe Germuska
At 4:59 PM -0600 3/18/04, Joe Germuska wrote: It would be pretty cool to use the tlddoc tool to build Struts TLD doc. https://tlddoc.dev.java.net/ whoops; they moved: https://taglibrarydoc.dev.java.net/ -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine

Re: [OT] Jericho == Struts 2.0?

2004-03-16 Thread Joe Germuska
! C'mon over to struts-dev and help us build it! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining

RE: [OT] Jericho == Struts 2.0?

2004-03-15 Thread Joe Germuska
at all... merlin, tiger, longhorn, whidbey, panther, jaguar... folks, Jericho is just a name. When the thing actually gets released, it will be Struts 2.0. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied

Re: Struts Validator prints all javascript functions

2004-03-14 Thread Joe Germuska
behaviour? This is what happens when the formName you specify in the html:javascript tag is not found by the validator. Since Struts 1.2.0 (and a little before in the nightlies, of course), this condition causes a JSPException to be thrown instead. Joe -- Joe Germuska [EMAIL

Re: (pre)populating DynaActionForm

2004-03-12 Thread Joe Germuska
solution at work that puts us in a pretty good spot relating to pre-filling forms, so the itch has been scratched, so to speak. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way

Re: (pre)populating DynaActionForm

2004-03-12 Thread Joe Germuska
agree on a design. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

Re: best way to highlight error form fields

2004-03-12 Thread Joe Germuska
there someone a while ago talking about an html:label JSP tag that was kind of smart about messages and could apply styles accordingly? That seems like it could be pretty handy... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday

Re: Struts starter

2004-03-08 Thread Joe Germuska
that people wouldn't be confused by the change. Then again, that wiki entry is so old that its confusing anyway! Joe ~Martin~ - Original Message - From: Joe Germuska [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 07, 2004 6:12 PM Subject: Re: Struts

Re: Struts starter

2004-03-07 Thread Joe Germuska
Struts distribution. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

Re: about struts1.2

2004-03-06 Thread Joe Germuska
to a general availability release. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining

[OT] RE: web.xml DTD for Servlet 2.3 Struts 1.1

2004-03-04 Thread Joe Germuska
/sax/helpers/DefaultHandler.html http://jakarta.apache.org/commons/digester/xref/org/apache/commons/digester/Digester.html#1661 Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way

Re: BODY onLoad Workaround

2004-03-03 Thread Joe Germuska
in javascript... function myHandler { ... } document.onload = myHandler; This seems tidier than having to use a tiles attribute. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way

Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-28 Thread Joe Germuska
definition of that property. So if you wanted to have it universally, you'd define this in ${user.home}/build.properties but if it were just for a specific project, you'd define it in ${project.home}/build.properties Did I answer the right question? Joe -- Joe Germuska [EMAIL

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Joe Germuska
the docs dir, and I've never tried to get maven:site to work against anything but the xdocs directory. If anyone knows the trick, patches are always happily accepted! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Joe Germuska
it is to set up the build.properties file. And that's just to compile; if you use an IDE you have another headache getting a Struts project set up. Anyway, no need to proselytize... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes

Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-27 Thread Joe Germuska
from having versioned JAR in my lib directories. I suspect that's a matter of taste too, but I'll take the overhead of pruning old JARs when new versions are deployed over the mystery of knowing which versions your apps depend on any day... Joe -- Joe Germuska [EMAIL PROTECTED

Re: Inclusion mechanism for JavaScript and Stylesheets

2004-02-19 Thread Joe Germuska
to get this bit of functionality. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining

Re: How to create a No Action ActionForward for return from an Action's execute() ?

2004-02-19 Thread Joe Germuska
passes, have the base action call an abstract method like 'executeValidated(...)' which your subclasses would implement. Does that fit the bill? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them

Re: How to create a No Action ActionForward for return from an Action's execute() ?

2004-02-19 Thread Joe Germuska
for your Action classes. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

Re: FileUploading Error

2004-02-16 Thread Joe Germuska
for a reasonable filename -- this is far from perfect, but may help. I use this as a cheap way to get around the lack of support for the accepts attribute -- I test to see if the file has a right extension using the mask validator. Just one thought... Joe -- Joe Germuska [EMAIL PROTECTED

Re: perform vs execute

2004-02-13 Thread Joe Germuska
exception handling. perform() was limited to throwing ServletException and IOException (IIRC). Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time

Re: what version of Struts to use?

2004-02-13 Thread Joe Germuska
for compilation of Jars; Ant still does the best job of building documentation and the examples, but most folks don't need to build that all the time. Ant is fine for building the dist also, although it is more work to configure a local copy of build.properties for the first time. Joe -- Joe Germuska

Re: Javscript

2004-02-12 Thread Joe Germuska
config caused it to suppress the wrapping script tags, but not to suppress the JavaScript. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time

Re: RE: Javscript

2004-02-12 Thread Joe Germuska
=validateForm / Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

RE: multiple struts-config files

2004-02-12 Thread Joe Germuska
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied

Re: Validation.xml

2004-02-11 Thread Joe Germuska
element. Have a look at http://jakarta.apache.org/struts/userGuide/dev_validator.html There are also several links at the bottom to more detailed information, including sample chapters from two Struts books. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: multipart problem

2004-02-11 Thread Joe Germuska
be able to do file upload at all, so that's not Are you sure that forwarding to a second action is the only way to process the data? Perhaps you can rearrange things to avoid re-invoking the request processor. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

RE: multipart problem

2004-02-11 Thread Joe Germuska
solution. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

RE: Errors or messages or??

2004-02-10 Thread Joe Germuska
adds a bit of confusion as well, unfortunately. I doubt you've been wasting your time, although I'll admit that it's been a few months since I was using a pure 1.1 release, and there may be something I've forgotten. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

RE: Errors or messages or??

2004-02-10 Thread Joe Germuska
in the signature of ActionForm.validate(), which will be with us for a while yet. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers

Re: Validation.xml

2004-02-10 Thread Joe Germuska
this class's validate method is called, it uses that action's path instead of form's name. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time

Re: Validation.xml

2004-02-10 Thread Joe Germuska
/validator/ValidatorActionForm.html I haven't had to actually write a form class in quite a while, so I assumed that you were using DynaForms too. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them

Re: Report4Format: Setter on Property (of type Map) Not Getting Called After Form Submit

2004-02-08 Thread Joe Germuska
of the form element on display; it has nothing to do with the processing of the request. Hope this helps. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all

Re: Back to the originating screen...

2004-02-06 Thread Joe Germuska
in the session. What do you do in such a case? -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining

Re: Enable the log for RequestProcessor and other classes

2004-02-06 Thread Joe Germuska
. Otherwise, you may need to place a commons-logging.properties file on your classpath with config details. http://jakarta.apache.org/commons/logging.html http://jakarta.apache.org/commons/logging/userguide.html http://logging.apache.org/log4j/docs/manual.html -- Joe Germuska [EMAIL

Re: Accessing ActionForm from Servlet (was: Pajes + Struts)

2004-02-03 Thread Joe Germuska
that name, so I'm also waiting to come up with a method name that I like. Also, there has been a lot of effort to factor certain things out of RequestUtils, so maybe it's time to find a different home for these methods. FormUtils? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: How to set properties on actions?

2004-02-03 Thread Joe Germuska
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded

Re: Problems when not using html:form

2004-02-02 Thread Joe Germuska
of it alive! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded

Re: Why doesn't ActionForm's constructor have access to HttpServletRequest?

2004-02-02 Thread Joe Germuska
people use it, the sooner it will work for everything! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks

Re: bug in latest validator-rules.xml ?

2004-01-31 Thread Joe Germuska
december) Nah, the bug was in my commons-validator-1.1.1.jar Somehow I got a version which didn't have the javascript in it. Thanks for providing a worksforme though; it helped me look harder at my own install. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

XML Entity Resolution (was Re: 2 unanswered questions)

2004-01-30 Thread Joe Germuska
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers

bug in latest validator-rules.xml ?

2004-01-30 Thread Joe Germuska
. Do I need a newer commons-validator? I'll file a bug if it's a bug, but I thought I'd ask if there was some documentation that I'd missed before doing that. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them

Re: [OT] Distribute a Struts Application on CD ??

2004-01-29 Thread Joe Germuska
could probably do a pretty effective test without burning a bunch of CDs. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers

Re: 2 unanswered questions

2004-01-29 Thread Joe Germuska
-config, and in the plugin descriptor in struts-config for tiles) -- isn't that a simpler way to solve the same problem of breaking down big config files? Sorry, no answers for the other two questions... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

Re: [OT] mail.apache.org dropping connections?

2004-01-28 Thread Joe Germuska
-- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

RE: Iplanet Struts Compatibility

2004-01-22 Thread Joe Germuska
) at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1059) at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:959) Any pointers what could be the reason. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes

Re: Iplanet Struts Compatibility

2004-01-20 Thread Joe Germuska
books! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jef Raskin

Re: passing a value using html:image tag

2004-01-20 Thread Joe Germuska
the request parameters directly in your action, which might be easiest. Joe PS some of this is discussed in the doc for html:image: http://jakarta.apache.org/struts/userGuide/struts-html.html#image -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Imagine if every Thursday

Re: AppException

2004-01-08 Thread Joe Germuska
to as module. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: Struts and Google

2003-12-19 Thread Joe Germuska
of Struts, it's a factor of the HTTP protocol. A few searches in Google should turn up pages that have request parameters in the URL -- that's all the evidence you need. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get

Re: Tiles in Struts 1.1 - TilesRequestProcessor

2003-12-18 Thread Joe Germuska
-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

RE: Are httpSessions thread safe?

2003-12-18 Thread Joe Germuska
concept seems like high overhead to you, you can still synchronize accesses on the session object along those lines; you may just have more trouble keeping track of all the places it needs to happen. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef

Re: URGENT - Help defending Struts

2003-12-18 Thread Joe Germuska
that a large user community has already done on the Struts codebase and train all your new employees on the internal way to do it instead of hiring people who might come in already experienced in a framework well, that's one way to do it. Joe -- Joe Germuska [EMAIL PROTECTED

Re: Are httpSessions thread safe?

2003-12-18 Thread Joe Germuska
of deployment. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

RE: Reloading of application resources

2003-12-16 Thread Joe Germuska
as init() does (think it's initModuleMessageResources)? -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: How to digest a customized struts configuration

2003-12-16 Thread Joe Germuska
would accept a security-constraint object. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

RE: Reloading of application resources

2003-12-15 Thread Joe Germuska
/resources/ http://jakarta.apache.org/struts/status.html Hope that helps. I know I'd find a dynamically reloadable messages bundle useful! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New

Re: struts validation and dispatch action

2003-12-15 Thread Joe Germuska
simple cases. See the processValidate() method of org.apache.struts.action.RequestProcessor to see every last thing that happens. You often need to do this anyway when you can't easily encapsulate all of your validation in the form bean itself. Hope this helps Joe -- Joe Germuska

RE: [OT] I didn't know Struts was an antipattern

2003-12-15 Thread Joe Germuska
Struts 1.1 final out the door; many good ideas which didn't directly advance that goal may have been deferred, or even just accidentally overlooked. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan

Re: struts validation and dispatch action

2003-12-15 Thread Joe Germuska
the call to form.validate into your action class... Joe Thanks, SB Joe Germuska wrote: At 4:56 PM -0500 12/15/03, Sonam Belbase wrote: Hi, I've noticed that since validation is defined in the action mapping, it will apply to all methods of a dispatch action. But what if only one method

Re: Struts EL status

2003-12-15 Thread Joe Germuska
project will go is to become an active participant in the development community! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef

RE: [OT] Beer

2003-12-12 Thread Joe Germuska
: http://www.samswine.com/beer/search_beer_results.asp?country=USA Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: Redisplaying form after validation failure

2003-12-12 Thread Joe Germuska
on. Can you send your action mapping from struts-config ? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

RE: Redisplaying form after validation failure

2003-12-12 Thread Joe Germuska
=search extends=default put name=content value=/WEB-INF/jsp/lc/search.jsp/ /definition Cheers, James -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get

Re: [OT] SQL Date to Util Date

2003-12-12 Thread Joe Germuska
bean:write and specify the date format in the format attribute; using the JSTL you can use the formatting tags: see http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSTL6.html#wp70048 Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can

RE: PlugIn Interface implementation

2003-12-11 Thread Joe Germuska
PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: 'Module scoped' variables

2003-12-10 Thread Joe Germuska
like {module}/MODULE_CONTEXT_MAP and... there you have it. It's a little bit oblique, but then Modules were kind of retrofitted into the Struts structure. This could probably be made easier in future releases if people had ideas, or even better, patches to the source code! Joe -- Joe Germuska

Re: Drow-Down list HashMap???

2003-12-10 Thread Joe Germuska
option value=3teste3/option option value=4teste4/option /select -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association smime.p7s Description: S/MIME

Re: Log4j with Struts

2003-12-05 Thread Joe Germuska
tool (like Log4J) in order to have more powerful logging features. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association smime.p7s Description

Re: [OT] Log4J raw vs. commons-logging/Log4J (was Re: Log4j with Struts)

2003-12-05 Thread Joe Germuska
with it. The point being that the choice to commit to one api over an abstraction layer is much less important when you're writing a self-contained application than when you're writing libraries. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get

Re: Subclassing ActionServlet

2003-12-04 Thread Joe Germuska
fine-grained control over the steps in the request process. But if you're reasonably comfortable with those costs (which are only theoretical for many apps) then I don't think you're making any horrible mistakes. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef

Re: Scheduler

2003-12-02 Thread Joe Germuska
basically just provides an XML configuration, and a QuartzPlugIn which makes it easy to bootstrap from that XML configuration into a Quartz processor running in your webapp (in jgs-struts) http://demo.jgsullivan.com/quartz/ http://demo.jgsullivan.com/struts/ Joe -- Joe Germuska [EMAIL PROTECTED

Re: logic:iterate and Map

2003-12-02 Thread Joe Germuska
PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association smime.p7s Description: S/MIME cryptographic signature

Re: ActionMessage(s) + html:messages

2003-12-02 Thread Joe Germuska
is saved; read the JavaDoc for Action and the details for html:messages for the details, but if you use: html:messages id=msg c:out value=${msg}/ /html:messages it will look for an ActionMessages saved with saveErrors(), not saveMessages() Joe -- Joe Germuska

Re: AW: bye thank you

2003-10-28 Thread Joe Germuska
: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: any standalone java framework around?

2003-10-09 Thread Joe Germuska
out of Apache? You may be thinking of Avalon, which is not swing specific, but which is also not web specific -- see http://avalon.apache.org I can't think of any Swing framework at Apache, although a few projects have GUI elements. Joe -- Joe Germuska [EMAIL PROTECTED] http

Re: Struts And iBATIS

2003-10-08 Thread Joe Germuska
At 3:24 PM +0530 10/8/03, Aswathy Priyarenj wrote: Hello all, Is Struts And iBATIS going smoothly together ? Could u please explore the benefits with iBATIS ? This was discussed at some length in at least a couple of posts last week -- I suggest searching the archives. Joe -- Joe Germuska

Re: message-resources

2003-10-08 Thread Joe Germuska
the collection of LVBeans. That wouldn't be much harder, but it would be one more step. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: Must everything go through an action?...

2003-10-05 Thread Joe Germuska
tell me the right way after I do it ;-) Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: merging webwork and struts

2003-10-04 Thread Joe Germuska
from that project. I have yet to make the time to really learn about WebWork myself, but maybe Don and Lars (see the link above) will save me the effort! Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty

Re: Still an issue: Quartz plugin shutdown problem

2003-10-03 Thread Joe Germuska
, but if you have a test case, you can quickly validate changes you make to the XML external to the more complex deployment environment. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New

Re: Still an issue: Quartz plugin shutdown problem

2003-10-03 Thread Joe Germuska
Alert Contact System can help you Play Smart. +00 1 (877) SoS-9119 +00 1 (708) 570-2772 Fax --- - Original Message - From: Joe Germuska [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, October 03, 2003 6:55 AM Subject: Re: Still an issue: Quartz plugin shutdown

Re: EJB's vs. Hibernate vs. Torque vs. custom DTO's

2003-10-03 Thread Joe Germuska
application developer? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association

Re: EJB's vs. Hibernate vs. Torque vs. custom DTO's

2003-10-03 Thread Joe Germuska
got anything to add, please do. I think this is a topic that itches the brains of many newbies watching the struts-user list. Thanks again. -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director

Re: [OT] International telephone number formatter component????

2003-10-02 Thread Joe Germuska
ago, but once I realized that the scope of the problem outweighed my immediate needs, I left it aside. I'd love to hear if anyone has such a thing... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty

  1   2   3   >