Re: How to get exception in action class for error page?

2007-09-10 Thread Matt Filion
If your just going for exception information you can direct to a JSP page and use the Struts tags and look directly at the attributes defined o the Exception implementation. etc.. Matt Filion [EMAIL PROTECTED

Re: [S2] App generate lot (2GB) of garbage!

2007-06-19 Thread Matt Filion
last one mentions using velocity tags over struts tags not sure if this would be your issue, but might be worth looking at. http://struts.apache.org/2.x/docs/performance-tuning.html Matt Filion CSC - GTS --> Raytheon - ISF [EMAIL PR

Re: Bread Crumbs in Struts-2

2007-03-19 Thread Matt Filion
After you created it and add it to the project there will be :) Matt Filion CSC - GTS --> Raytheon - ISF (818) 468-6271 [EMAIL PROTEC

Re: Bread Crumbs in Struts-2

2007-03-19 Thread Matt Filion
I would imagine you'd actually want to do this with an interceptor. Each successful execution update the breadcrumbs (probably stored in the value stack in some properly modeled container :) ). Matt Filion CSC - GTS --> Raytheon - ISF (818) 468-6271 [EMAIL P

Re: Thread.sleep(...) in Struts Action

2007-03-09 Thread Matt Filion
r the account (or cookie on the computer) you prompt them with this set of questions to re-validate their authenticity and then mark that IP as valid (or put a cookie on the computer). However, the more complex this gets the more the users are going to need very intuitive user interfaces or a pho

Re: [OT] Re: Interceptor + putting information on the request

2007-03-07 Thread Matt Filion
Dave, I completely agree, I guess I'm just much more of an optomist about my peers :) Matt Filion CSC - GTS --> Raytheon - ISF (818) 468-6271 [EMAIL P

Re: [OT] Re: Interceptor + putting information on the request

2007-03-07 Thread Matt Filion
Dave, My mistake, I misread it. Though the different situation seems like "overkill". How about expecting a programmer to look at the code becore they modify it? :) Matt Filion CSC - GTS --> Raytheon - ISF (818) 468-6271 [EM

Re: [OT] Re: Interceptor + putting information on the request

2007-03-07 Thread Matt Filion
able. Just a referance within the scope of the executed method. It creates an unatural relationship that could potential complicate the frameworks control of the ActionContext. Matt Filion CSC - GTS --> Raytheon - ISF (818) 468-6271 [EM

Re: Interceptor + putting information on the request

2007-03-07 Thread Matt Filion
a misleading statement. I also suggest you use the value stack and not the session or request, its just easier to get the information with struts tags when you do. Matt Filion CSC - GTS -->

Re: [S2] Working with other technologies

2007-03-02 Thread Matt Filion
ere are so many ways you can take advantage of and misuse it in a lot of cases, due to "magazine architects" or your "hack-ademicly inclined engineers", its more dangerous than it is helpful. Anyway, thats my $.02. Dont worry, you can keep the change. Matt Filion CSC - GTS

Re: [S2] Working with other technologies

2007-03-02 Thread Matt Filion
ant to gain a better understanding of these specific technologies, since they dont clash the way your phrase implies. Both Spring and JSF both compliment a Struts2 implementation. Matt Filion CSC - GTS --> Raytheon - ISF (818) 46

Re: Struts 2 and QueryString - Found the Issue (OC4J 10.3.1)

2007-02-23 Thread Matt Filion
There is a patch for OC4J (number 5608209) that resolves this direct issue. I found it on the below threads. http://www.archivesat.com/Java_Webworks_Users/thread1648946.htm I'm working on applying the patch. I'll send an update if I still have the issue. M

Re: Struts 2 and QueryString

2007-02-23 Thread Matt Filion
-2.0.0.jar Matt Filion This is a PRIVATE message. If you are not the intended recipient, please delete without copying

Struts 2 and QueryString

2007-02-23 Thread Matt Filion
I sent an post about this a few days ago and didnt really get a response. I'm starting to have the need to do some AJAX calls now and need some help on resolving this. I basically have not found any way to get the values from the querystring within an Interceptor or Action. I've tried accessing

Re: [S2] access to URL information

2007-02-19 Thread Matt Filion
ing List" To Struts Users Mailing List cc Subject Re: [S2] access to URL information --- Matt Filion <[EMAIL PROTECTED]> wrote: > I'm actually having a similar issue. I'm trying to > get some paramters from the querystring (in either an > interceptor and tri

Re: [S2] access to URL information

2007-02-19 Thread Matt Filion
I'm actually having a similar issue. I'm trying to get some paramters from the querystring (in either an interceptor and tried earlier on an action) and have been unable to get any querystring values. I am using the 1.4.2 version of struts 2. Matt -