on 7/4/01 9:21 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> -     private String COUNTER = "_session_access_counter";
> +     private static String COUNTER = "_session_access_counter";
>       // the COUNTER can be placed as a hidden field in
>       // forms.  This can be used to prevent a user from using the
>       // browsers back button and submitting stale data.
> +      // TODO: It's value should come from a resource file

It should be final and/or it should come from the TurbineConstants.java
file. And you have an extra space on the TODO line. I don't think that
people will need to change this value since it is an internal value.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to