for 2.1.3 is publicly
available for review yet?
Thanks!
Kurt Dominik
Ascension Systems
Kansas, USA
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
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
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
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
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?
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
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
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
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
10 matches
Mail list logo