Struts 2.1.2/2.1.3?

2008-11-13 Thread Kurt Dominik
for 2.1.3 is publicly available for review yet? Thanks! Kurt Dominik Ascension Systems Kansas, USA

Performance test tool

2005-10-28 Thread kurt
Hi I'm looking for a good tool for performance testing and analysis for a medium size web-application. The testing results are for the management of the company. I need some recommandations. Thanks Kurt - To unsubscri

Ssl+validator give me problems

2005-04-25 Thread kurt
redirection is done in order to switch to the https protocol. How can I avoid that the form bean is validated before the user has seen it? Thanks in advance Kurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: repopulating dropdown menus when validation errors occur

2005-04-13 Thread kurt . e . williams
method on the form bean. ActionMessages valErrors = ((DynaValidatorForm)form).validate(mapping, request); Then if (!valErrors.isEmpty()) { .. repopulate the drop down lists and form fields .forward back to the page } Hope this helps. -- Kurt Williams Marex Services 9704 B

Re: repopulating dropdown menus when validation errors occur

2005-04-12 Thread kurt . e . williams
the aciton. If there are errors you can forward back to the jsp and reset the drop down list. You can also put the list of values for the drop down in the form bean as well. Thanks, Kurt -- Kurt Williams Marex Services 9704 Big Sage NW Albuquerque, NM 87114 [EMAIL PROTECTED] 505-897-1012 (offic

Re: Multiple Sessions from the same workstation

2005-03-29 Thread kurt . e . williams
e sessions from the same workstation successfully. Thank you Craig. -- Kurt Williams [EMAIL PROTECTED] > > >2. If URL rewriting is the only alternative, is there a way to configure > Tomcat to use URL rewriting regardless of whether >the browser allows cookies > or > not?

Multiple Sessions from the same workstation

2005-03-28 Thread kurt . e . williams
there a way to configure Tomcat to use URL rewriting regardless of whether the browser allows cookies or not? Thank you. -- Kurt Williams [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: EL Mystery

2005-03-24 Thread kurt . e . williams
Paul, Thank you very much. That solved the problem. We moved to 2.4 and EL works the way I had hoped. We were referencing 2.2. Thanks, Kurt -- Kurt Williams [EMAIL PROTECTED] > Kurt, > > JSP 2.0 containers have EL turned off implicitly if you are not using the > Servlet 2.4 spe

EL Mystery

2005-03-23 Thread kurt . e . williams
de of any tags. Once we place the isELIgnored="false" in the page directive the EL works outside of the tags but fails when used inside some of the tags. Can some one shed some light on this mystery? Also I have heard that using EL

Re: detecting session timeout

2004-08-07 Thread Kurt Overberg
ld use this to build and maintain a list of people who started the flow (put something in their session) and do something else with the user if they time out (decrement a counter, etc). Hope this helps. /kurt [EMAIL PROTECTED] wrote: We have done a similar thing with filter. You put a check