Re: How many people plan to upgrade to Struts 1.3 on Servlet 2.2 (Tomcat 3) ? If any?

2004-12-31 Thread Joe Germuska
PException! Joe At 12:54 PM -0600 12/31/04, Vic wrote: ? ('cuase Servlet 2.3 (Tomcat 4) has JSTL instead of bean/logic tags) .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] RE: Help : execute a equation in String format

2005-01-04 Thread Joe Germuska
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska

RE: ActionForm automatic type conversion

2005-01-05 Thread Joe Germuska
onversions are about the only place where I can see the need for multiple conversions from string to date in a single app. Meanwhile, managing temporary or limited-scope converters might be pretty clumsy to implement. Hope this helps Joe At 11:36 AM -0500 1/5/05, [EMAIL PROTEC

Re: Please explain Struts Chain

2005-01-06 Thread Joe Germuska
e else to solve the workflow problem for me once and for all! We'll see if that comes true, but I think it's much more palatable to do that kind of stuff now than it was with the original RequestProcessor.. Hope this helps, Joe -- Joe Germuska [EMAIL PROTECTED] ht

Re: Please explain Struts Chain

2005-01-06 Thread Joe Germuska
command to change the command which is executed later. I haven't spent a lot of time thinking about trying to set up something like this, but I'm pretty sure you could do it. Joe The reason I ask is with regard to my Struts Web Services project... Currently, it uses a custom reque

Re: Please explain Struts Chain

2005-01-08 Thread Joe Germuska
and I think other committers have said similar. There might be some small organizational questions about where to put the SSL taglibs, since we've factored the Struts taglibs into a separate build artifact, but that's manageable. If anyone feels like taking it on, contributions

Re: Please explain Struts Chain

2005-01-09 Thread Joe Germuska
enus and select lists, and otherwise shepherd data around so that the Actions and the JSPs on either side can be a bit simpler and clearer. Joe, can you elaborate a little bit more on how the PagePrep action works? Here's an earlier post where I elaborated at some detail: http://arti

Re: Struts 1.3 Snapshots ?

2005-01-10 Thread Joe Germuska
ng at some of the bigger changes related to the chain-based RequestProcessor before committing. Note that I have not even run a Struts app on the code in these builds. It compiles, but given how much is in config files, that's no guarantee! Joe -- Joe Germuska [EMAIL PR

RE: Struts 1.3 Snapshots ?

2005-01-10 Thread Joe Germuska
it's about as good as getting it from SVN, until you want incremental updates. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex --

Re: XML date validation

2005-01-12 Thread Joe Germuska
les.xml file and the org.apache.struts.validator.FieldChecks class for some idea of how this is done. I'll admit that I don't find it extremely straightforward, but you can get pretty far by copying what comes built in to Struts. Joe Thanks --Deepak -- Joe Germuska [EMAIL PROTECTED] http://blog.germ

Re: populate data for edit form

2005-01-12 Thread Joe Germuska
t;attribute" in the element, but if you do, you need it to be consistent between the actions that are cooperating. Hope this helps, Joe At 4:19 PM +0700 1/12/05, Dody Rachmat Wicaksono wrote: I'm trying to create an edit page. I think I already in the right direction, but still u

Re: commons-chain problems

2005-01-12 Thread Joe Germuska
e ChainListener javadoc, is Catalog theCatalog = CatalogFactory.getCatalog("risks"); The ChainListener javadoc specifies that the org.apache.commons.chain.CONFIG_ATTR parameter is deprecated. Joe At 4:22 PM +0100 1/12/05, Pedro Salgado wrote: I am trying to use commons-chain on m

Re: Action Chaining

2005-01-13 Thread Joe Germuska
cursor to this in Struts 1.2 using the struts-chain library, which was never formally released, but which can be extracted from the SVN repository. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are wea

Re: Different validations for one form

2005-01-14 Thread Joe Germuska
uot;", you would now have "" Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex - To unsubscribe, e-mail: [EMAIL

[OT] Re: Using XML in struts

2005-01-14 Thread Joe Germuska
hecking out dom4j or JDOM, two apis that simplify the DOM and provide a more Java-like API. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex --

Re: [OT] Re: Using XML in struts

2005-01-14 Thread Joe Germuska
ds org.xml.sax.helpers.DefaultHandler And while the most common way people use Digester is to create a tree of objects, once you get inside it, you realize that you can do a lot more. You can write Digester rules that do the aforementioned "get one, handle it and discard it" as well

Re: Action Chaining

2005-01-14 Thread Joe Germuska
, for us, from a code-grokking perspective, it gains efficiency. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex - To unsu

Re: Action Chaining

2005-01-14 Thread Joe Germuska
At 11:36 AM -0800 1/14/05, Dakota Jack wrote: Hi, Joe, I think you sort of "punched the pouch" here. Let me explain. All your questions were answered in my posts, which you must have not read. Maybe you just read the first post and did not check out the later ones? must have passed eac

RE: Struts 1.3 Snapshots ?

2005-01-17 Thread Joe Germuska
with the belief that more people will notice any problems if it's in the repository! Note that I'm not only looking for bugs, but also critiques of a couple of design decisions, so in contrast to the last year or more of Struts development, it will be important to take to heart typi

RE: Struts 1.3 Snapshots ?

2005-01-17 Thread Joe Germuska
g the request processing chain itself, which is the area of my work-in-progress. Furthermore, once its committed, I'm expecting some bugs to come scurrying out of the woodwork, which means that you may have trouble getting a good baseline on development time. Joe -- Joe Germuska

Re: Struts & Security

2005-01-19 Thread Joe Germuska
ssing, but I couldn't say when that would be ready for a production release. Joe At 9:54 PM +0900 1/19/05, Sylvain ~ wrote: I'm working on a simple application which requires very simple security as given there is only 3 kind of users : anonymous, users and admin. For portability issues, I

Re: Referencing the Local DTD rather than the http:// one

2005-01-20 Thread Joe Germuska
on in their XML. Joe At 4:41 PM -0800 1/19/05, Tim wrote: David, I've tried that option before of course, and I re-did it again just to make sure and still not solving it. I've used the absolute path F:/Projects... and changed the / with \\ and all did not work. - Original Mes

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Joe Germuska
g/apache/struts/resources/tiles-config_1_1.dtd" (where it should be, in JAR distributions, with no further effort on your part.) In this case, the URL specified for the DTD should be completely ignored. Joe At 10:52 AM -0500 1/21/05, Lukas Bradley wrote: What I find particularly annoying about this p

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Joe Germuska
At 10:29 AM -0800 1/21/05, Tim wrote: Thank you Lukas, Thank you Joe, thanks to the others who tried to help. It works now. I just couldnt figure out that you still use the PUBLIC keyword with Local SYSTEM references. Since we're on it, note that when you use the PUBLIC keyword with the co

Re: max file size - validator - javascript

2005-01-24 Thread Joe Germuska
execute. Seems like a shortcoming of the spec to not permit page authors to specify this in the tag, but it's probably because they didn't want to clutter the element spec with too many modal details. (Although there is the rarely-used "accept" element which is supposed t

Re: Simple way to "configure" an action?

2005-01-24 Thread Joe Germuska
ased on a Spring configuration. The project is discontinued in favor of equivalent behavior in the Spring core, but you can get the details on that (and a link to currently active substitutes) at http://struts.sourceforge.net/struts-spring/index.html Joe At 8:02 AM + 1/24/05, Fredrik Jons

[OT] PropertyUtils internals (Re: Select Multiple Issues)

2005-01-25 Thread Joe Germuska
much higher performing way of doing introspection, but I haven't spent much time looking at it, or how it might fit in with (or replace) beanutils. Joe Larry On Mon, 24 Jan 2005 15:39:44 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: From: "Will Stranathan" <[EMAIL PROTECTED]>

Re: [OT] PropertyUtils internals (Re: Select Multiple Issues)

2005-01-25 Thread Joe Germuska
At 7:58 AM -0700 1/25/05, Larry Meadors wrote: There are two things about BU that irritate me (and that is the level - irritation, not a show stopper by any stretch of the imagination). 1) If I have an Integer (or any Number subclass) property, and someone keys in "joe", BU turns it

Re: [OT] PropertyUtils internals (Re: Select Multiple Issues)

2005-01-25 Thread Joe Germuska
isconcerting to think that we might be bitten by issues like this in migrating 100% pure java. Joe At 9:05 AM -0700 1/25/05, Wendy Smoak wrote: From: "Joe Germuska" <[EMAIL PROTECTED]> I haven't actually looked at this in a running debugger, or with log output, but the c

Re: Struts Security

2005-01-27 Thread Joe Germuska
JB layer code. I haven't used SecurityFilter before, but it looks handy. My main issue with Container Based auth is its inability to support user-initiated login -- it only works by intercepting a request for a normal resource and then challenging for login. Joe -- Joe Germuska

RE: Struts Security

2005-01-27 Thread Joe Germuska
At 9:46 AM -0600 1/27/05, Jerry Jalenak wrote: Joe - Your comment My main issue with Container Based auth is its inability to support user-initiated login -- it only works by intercepting a request for a normal resource and then challenging for login. struck a chord with me - it's one o

Re: Create dynamic form ?

2005-01-28 Thread Joe Germuska
gating validation for any standard fields (like contact info) to normally configured validator XML. As Wendy points out, now that there are LazyValidatorForms, this would probably be simpler, because you would only need to extend the validation method, and could probably skip defining new form

Re: New session on submit?

2005-01-28 Thread Joe Germuska
ke a new session is if it couldn't find the pre-existing one, which would usually happen if you were somehow failing to return a session ID back to the servlet container. Joe At 12:20 PM -0500 1/28/05, Brandon Mercer wrote: Brad Balmer wrote: I am using the 1.2.4 release and am finding t

Re: New session on submit?

2005-01-28 Thread Joe Germuska
ch is submitted is using, then Struts should be taking care of that. Joe On Fri, 28 Jan 2005 13:33:46 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: Session management is the responsibility of the servlet container. Are you sure that the session ID is being returned correctly? Struts defin

Re: Create dynamic form ?

2005-01-29 Thread Joe Germuska
this point if you still have questions, I'd suggest getting a copy of the Struts source code and tracing this through. (In general, I'd suggest this for anyone with the slightest curiosity. It's really not so complicated, and it will give you a much broader idea about how you c

Re: Catalog naming

2005-01-30 Thread Joe Germuska
been a 1.0 release of Commons Chain, so unless one could make a good case for things being so confusing as to hamper usage, the question is thoroughly academic. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska

Re: DynaActionForm problem (newbie probably :)

2005-01-31 Thread Joe Germuska
ch insulated Struts from the details of the HTTP Servlet API. If not that, could anyone suggest a way to support this which wasn't too cumbersome? Joe You're right, though. If the same converter will be used throughout the application, then there's no conflict, and it may as w

Re: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Joe Germuska
is frustrating, which to me is just another reason to design your app so that everything except the most basic happens before control is dispatched to the view. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com &

Re: Formatting a date with a different time zone.

2005-02-01 Thread Joe Germuska
mat" as if you were using java.text.MessageFormat with your bean as the single replacement argument to the format string. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons

Re: Tiles and Facades

2005-02-03 Thread Joe Germuska
SiteMesh? Is there something that needs to be done to make it integrate better with Struts? If not, I don't see any reason to re-invent the wheel. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction

Re: Where is the documentation on how to get old source?

2005-02-03 Thread Joe Germuska
At 9:57 AM -0600 2/3/05, [EMAIL PROTECTED] wrote: Well, someone here may have a better answer; I would probably advise checking out http://svn.apache.org/repos/asf/struts/core/tags/STRUTS_1_1 from SVN. Joe But in the past when looking for back-level source on some of the commons components, I

Re: ActionError / ActionMessage

2005-02-04 Thread Joe Germuska
ions) towards simply removing ActionError and ActionErrors, as they are the cause of way too much confusion. Joe At 2:10 AM +0100 2/4/05, Laurent wrote: Tim Christopher wrote: Hi, Can anyone let me know when an ActionError should be used in place of an ActionMessage, or visa versa. It seems like

Re: Want to know abt patterns in Struts.

2005-02-04 Thread Joe Germuska
uest.setCharacterEncoding(...) before anything else happens). Besides dealing with the serialization of user request data into bytes, everything is Java, and therefore fundamentally Unicode. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow m

Re: Using Tiles definitions with query strings in Struts Config

2005-02-06 Thread Joe Germuska
a code. I would probably define multiple tiles definitions, each of which has a element like this: (with appropriately varied values). Then, in the page, you can use and standard JSTL logic do test for the value in an equivalent way to the current JSP-level tests against request parameters.

Re: Struts & Velocity

2005-02-07 Thread Joe Germuska
Have you checked out http://jakarta.apache.org/velocity/tools/struts/ The community of Struts/Velocity users is quite healthy. I'm not actually one of them, but I bet you'll find that they've got you covered if you check out that URL. Joe At 5:48 PM +0200 2/7/05, Markos Charatza

LazyDynaBean question

2005-02-07 Thread Joe Hertz
I'm using Struts 1.2.4. If in my struts-config I have something like this: How can I get to the resulting form object to setPathValidation(true)? Is there a way I can tell Struts what particular BeanValidatorFom subclass to be using? Going to 1.2.6 is not an option right now. TIA

LazyDynaBean question

2005-02-07 Thread Joe Hertz
I'm using Struts 1.2.4. If in my struts-config I have something like this: How can I get to the resulting form object to setPathValidation(true)? Is there a way I can tell Struts what particular BeanValidatorFom subclass to be using? Going to 1.2.6 is not an option right now. TIA

RE: LazyDynaBean question

2005-02-07 Thread Joe Hertz
t exist if (!isDynaProperty(name)) { //return null; throw new IllegalArgumentException("Property '" + name + "' does not exist in bean."); Bout right? Tx again -Joe > -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED

RE: LazyDynaBean question

2005-02-07 Thread Joe Hertz
t exist if (!isDynaProperty(name)) { //return null; throw new IllegalArgumentException("Property '" + name + "' does not exist in bean."); Bout right? Tx again -Joe > -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED

Re: Suggestions for providing online help in a struts web app

2005-02-07 Thread Joe Germuska
what we're able to do with the chain based request processor that would have been quite a bit more work to set up automatically for every page in a traditional Struts app. Joe At 1:08 PM -0600 2/7/05, Barnett, Brian W. wrote: I've written a couple of Struts web apps where the only online hel

Re: Redirecting back to input

2005-02-07 Thread Joe Germuska
g, you use: then Struts will do a "mapping.findForward(input)" upon validation failure. This forward could be defined with "redirect='true'" That doesn't help with getting the errors stored in session scope instead of request scope, though. Joe -- Joe

RE: Redirecting back to input

2005-02-07 Thread Joe Germuska
, simply use: Joe Thanks, Yaakov. -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 4:03 PM To: Jeff Beal; user@struts.apache.org Subject: Re: Redirecting back to input At 3:32 PM -0500 2/7/05, Jeff Beal wrote: I looked at the source of the

RE: Application Security

2005-02-07 Thread Joe Hertz
A shot in the dark here: Are the request params in SecurityFilter still around if you forward to a Struts action. Say like this? (I do this, but I don't try to access the params). FORM /do/LoginRequired /do/LoginError /do/SuccessfulLogin If so, it should b

RE: Application Security

2005-02-07 Thread Joe Hertz
A shot in the dark here: Are the request params in SecurityFilter still around if you forward to a Struts action. Say like this? (I do this, but I don't try to access the params). FORM /do/LoginRequired /do/LoginError /do/SuccessfulLogin If so, it should b

Re: Extending Action Mapping

2005-02-08 Thread Joe Germuska
ion does without being so entangled with the ActionServlet and the Servlet API. Joe On Tue, 8 Feb 2005 15:23:41 -0500, Benedict, Paul C <[EMAIL PROTECTED]> wrote: If your setter (for setIgnore?) does not have the same type as its getter, it is probably ignored. The JavaBean spec is real

Re: I have a jsp. that has two included jsp's that are actually struts actions but the response only

2005-02-08 Thread Joe Germuska
meone recently pointed out a bug in the chain version of TilesPreProcess which was causing this to break. Joe Eric D. Lemle Senior Programmer / Analyst Intermountain Health Care 36 South State Street, Suite 1100 Salt Lake City, Utah 84111 United States of America (USA) (801) 442-3688 -- e-mail: [

RE: LazyDynaBean question

2005-02-08 Thread Joe Hertz
setPathValidation(true); > } > } > > ... and then cofigure it in the usual way. > >type="myPackage.PathBeanValidatorForm "/> > > Niall > > - Original Message - > From: "Joe Hertz" <[EMA

RE: LazyDynaBean question

2005-02-08 Thread Joe Hertz
setPathValidation(true); > } > } > > ... and then cofigure it in the usual way. > >type="myPackage.PathBeanValidatorForm "/> > > Niall > > - Original Message - > From: "Joe Hertz" <[EMA

Re: request Processor in struts-2.

2005-02-09 Thread Joe Germuska
ve people start building applications around the code -- nothing else provides the kind of testing necessary to really flush out issues -- but people who do this should be ready for periodic tweaking to respond to API changes and such until there's a full release. Joe At 9:45 AM + 2/9

RE: request Processor in struts-2.

2005-02-09 Thread Joe Germuska
ich case you'll simply have to specify an alternate chain-config, which will be something which we will write a simple HOWTO for. But for people who have cared about changing the RequestProcessor, there seems to be a lot of enthusiasm and agreement that the CoR stuff is a good way to head. Jo

how to re-init / update parameter of an interceptor during runtime?

2009-04-02 Thread Joe Lam
to change the interceptor behavior. thanks. Joe -- View this message in context: http://www.nabble.com/how-to-re-init---update-parameter-of-an-interceptor-during-runtime--tp22861150p22861150.html Sent from the Struts - User mailing list archive at Nabble.com

Re: how to re-init / update parameter of an interceptor during runtime?

2009-04-02 Thread Joe Lam
thx for your reply. actually I am not going to change the param regularly. this is more like "just in case I want to change the setting in the future". thx Joe Nils-Helge Garli wrote: > > Why do you need to do that? > > Nils-H > > On Fri, Apr 3, 2009 at 5:05

null and zero issue

2009-07-17 Thread Russo, Joe
solve this problem. Joe

RE: null and zero issue

2009-07-20 Thread Russo, Joe
I just put a post out on Enterprise Java Community under web services. Thanks. -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Friday, July 17, 2009 6:51 PM To: Struts Users Mailing List Subject: Re: null and zero issue Russo, Joe wrote: > I know this may

Re: Validation Security Hole?

2006-01-23 Thread Joe Germuska
Please help us keep the discussion coherent in one place. Thanks Joe At 12:56 AM +0800 1/24/06, Tamas Szabo wrote: But what do you guys mean by lookin for a canceled method in the Action. I think that the best would be to implement a Cancelable interface if your Action is cancelable. You

Re: modules

2006-02-13 Thread Joe Germuska
files for struts-config, tiles-definitions, and validations. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new."

Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread Joe Germuska
://struts.apache.org/struts-action/userGuide/configuration.html#controller_config ) Joe At 6:12 PM +0100 2/21/06, [EMAIL PROTECTED] wrote: Hi, Last week we migrated our Struts 1.0 application to 1.2.8. As far as we can tell, we correctly followed the migration steps inbetween. Since the

Re: FormFile throws Serializable exception in session scope

2006-03-01 Thread Joe Germuska
Ben gmail.com> writes: > > I defined an ActionForm of which it has a FormFile. Prepopulation is > not needed for this ActionForm. Configuring this ActionForm is similar > to any other forms and here is the exception. I get this exception > when I startup/shutdown Tomcat. ... > 2005-11-11 09:45

Re: ActionForm Patterns? Nested Javabeans as ActionForm properties

2006-03-08 Thread Joe Germuska
x27;t actually had need to apply it, but I believe its intention matches your use case. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Tr

Re: tiles : "Path teste does not start with a "/" character"

2006-03-08 Thread Joe Germuska
acter.) From your Struts config, it appears that's where you are intending to go, but the actual exception indicates that you are somehow passing a different value. Joe org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1055) org.apache.struts.tiles.TilesRequest

Re: tiles : "Path teste does not start with a "/" character"

2006-03-08 Thread Joe Germuska
XXX does not start with a "/" character", the reason is that Tiles was not able to replace the ActionForward whose path was a tiles definition with one whose path is acceptable to ServletContext.getRequestDispatcher() Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.

DispatchAction: Invalid Method call

2006-03-08 Thread Joe Mun
Using DispatchAction, if a non-existent method name is passed, a java.lang.NoSuchMethodException is thrown. How (and where) can I catch (and ignore) this exception, so that invalid methods default to "unspecified(..)"??? Thanks! --

Re: DispatchAction: Invalid Method call

2006-03-08 Thread Joe Mun
Example... parameter name: "param" param=validMethod => DispatchAction.validMethod() param=NULL => DispatchAction.unspecified() param=invalidMethod => NoSuchMethodException is THROWN!! thanks. --- Paul Benedict <[EMAIL PROTECTED]> wrote: > Joe, override the unsp

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
and then have an Action look for it, but that seems tangled and suboptimal. I suppose in the end it depends on what you're trying to do. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
rceptors on a per-action basis, which is another way to reuse common code in processing requests. Joe Thanks for your input Starky -- Initial Header --- From : "Joe Germuska" [EMAIL PROTECTED] To : "starki78" [EMAIL PROTECTED],"use

MessageResources from Plugin or RequestProcessor

2006-03-15 Thread Joe Hertz
How do I get to a MessageResource bundle like I would with Action.getResources() from the inside of my RequestProcessor or Plugin implementation? I assume from the moduleConfig, but I keep hitting dead ends in the API javadocs. TIA ---

RE:MessageResources from Plugin or RequestProcessor

2006-03-15 Thread Joe Hertz
I should say... A roadblock short of reimplementing the code in the protected method Action.getResources() elsewhere. No cleaner way? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Joe Germuska
be: http://struts.apache.org/dtds/struts-config_1_2.dtd";> Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try somet

RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-17 Thread Joe Germuska
s, Struts will retrieve the corresponding DTD from the classpath instead. Hope this clarifies things. If it turns out that struts-blank has bad public ids in its DOCTYPE, please file a bug to that effect. Joe -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: Dynamically adding form beans in plugin

2006-03-25 Thread Joe Germuska
bject. Joe At 6:45 PM -0500 3/25/06, Eamonn O'Donnell wrote: Hi, I have multiple modules configured in my web application I want to in the init() method of my plugin 1. read a file with some info 2. find a particular ModConfig object corresponding to 1 of my modules 3. According to the info i

RE: Order of struts-config.xml

2006-03-27 Thread Joe Germuska
elements in the struts-config.xml? This is not fatal because the Digester rules which consume the struts-config.xml are not as rigorous as the DTD. They tolerate the elements in any order. You will get the SAXParseException as long as your document does not conform to the DTD. Joe ERROR

Open Source Motivations (Re: I Apologize)

2006-03-29 Thread Joe Germuska
Also note that the WebWork team is supporting this merger process. As far as I know, none of them have vigorously objected, nor sworn to carry on WebWork under its own name, etc. So perhaps there is another group of developers whose motivations are not what you personally might guess they

Re: Open Source Motivations (Re: I Apologize)

2006-03-29 Thread Joe Germuska
At 7:09 PM +0200 3/29/06, Jonathan Revusky wrote: Joe Germuska wrote: At 5:30 PM +0200 3/29/06, Jonathan Revusky wrote: It has some clear implications too. No matter how you shake it, the two things were technical *competitors*. Normally, the Struts people should be about as happy to say

Re: Why did Struts development stagnate?

2006-03-29 Thread Joe Moore
ider Webwork to be better technology. Johnathon, You didn't answer Dion's question. The question was "Do you have a list of things that are technically wrong with Struts 1.x?" You complain that people don't answer questions on this list and look

Re: Why did Struts development stagnate?

2006-03-29 Thread Joe Moore
ming of you Jon. Stop trying to change the subject and answer the question.The question is: "Do you have a list of things that are technically wrong with Struts 1.x?" Joe [EMAIL PROTECTED] - To unsubscribe, e-mai

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Joe Moore
The underlying protocol may be https, but the links using http aren't. The browser resolves the link with the protocol specified - in this case http. Therefore you have a mix between http and https protocols and hence the issue. HTH, Joe [EMAIL PROTECTED] - Original Message

Re: Has anyone intregrated DWR with AJAX?

2006-04-04 Thread Joe Germuska
your code to a more general model which can be used both by the action and by the object you expose remotely via DWR. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, i

Re: Some questions

2006-04-05 Thread Joe Moore
Patient - "Doctor, doctor! It hurts when I hit my head against the wall." Doctor - "Don't hit your head agains the wall." Joe Moore - Original Message From: Dakota Jack <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, April 5, 20

Re: Some questions

2006-04-05 Thread Joe Moore
They loce attention. Just ignore them and they will go away. Joe Moore - Original Message From: Kimani Darisha <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, April 5, 2006 9:59:38 PM Subject: Re: Some questions why do u talk this crap? u know nothing o

Re: MVC Dilemma

2006-04-06 Thread Joe Germuska
have write operations, this allows you to use Spring's declarative transaction handling to integrate both databases into a single transaction. hope this helps... Joe At 4:09 PM -0500 4/6/06, olonga henry wrote: Using Struts-Spring-Hibernate: I have a situation where I have to fetch a

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
tion that a single HttpRequest results in only a single pass through the RequestProcessor causes something to go wrong. I usually just refactor my app when I find myself wanting to use action chaining, but many people just do it and find that it works. Joe -- Joe Germuska [EMAIL PROTEC

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
At 5:10 PM -0700 4/30/06, David Evans wrote: below... On Sun, 2006-04-30 at 17:47 -0500, Joe Germuska wrote: On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: >I have seen some discussions on this forum regarding >action chaining. Primarily, the advices are to think

Re: SAF 1.3.x, chain naming and arbitrary chains

2006-05-04 Thread Joe Germuska
e/xref/org/apache/struts/config/ConfigRuleSet.html#87) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new.&quo

Re: using modules with JSPs behind WEB-INF

2006-05-16 Thread Joe Germuska
ruts community, which I think will lead to your team being surprised by certain things as well as possibly having a hard time finding good support here with them.) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new,

RE: [OT] HttpRequestWrapper Deprecations?

2006-05-18 Thread Joe Hertz
rvletRequest/Response *interface* wasn't deprecated until the 1.5 JDK and every servlet container's implementations is now generating these warnings. I'm just wondering why the Tomcat group never fixed theirs. Again, I'm assuming I'm wrong. Deprecation snippets of t

Re: modules & menus

2006-05-30 Thread Joe Germuska
action/struts-taglib/tlddoc/html/link.html The default behavior is to assume that links are within a module, so when you want to do other than that, you need to be explicit. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by try

Re: Adding a plug-in to a webapp

2005-09-19 Thread Joe Bermann
new server types will go unmanaged until the next 6-month release. -- Joe Original Message Follows From: "Murray Collingwood" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: Adding a plug-in to a web

Re: how to retain prepopulated values in ActionForm

2005-09-27 Thread Joe Germuska
is that what's happening to you? There are a few solutions for that, but rather than clutter this message, lets see if that is the issue or if I'm misunderstanding you. Joe At 6:44 PM +0530 9/27/05, rahul wrote: Hi all, I need to show some prefilled value in a html form then take new

Re: [Hibernate] Lazy again

2005-09-29 Thread Joe Germuska
n has been closed, or you must use session.lock(...) to reattach your detached persistent objects before trying to traverse lazy associations. (If this all sounds like gibberish, read Hibernate in Action!) Joe -- Joe Germuska [EMAIL PROTECTED]

Re: Hibernate data at startup

2005-09-30 Thread Joe Germuska
lement the ServletContextAware and InitializingBean interfaces, you can even have your bean put itself into the ServletContext at initialization time. Joe At 12:12 AM -0500 9/30/05, Nick Heudecker wrote: You have a few options. To initialize Spring, you can either use the Struts plugin or the web app contex

<    2   3   4   5   6   7   8   9   >