> Or I could have a jsp page that set pageContext variables with the constant > values. I can include that page in all JSPs where i need constant values. > And then I could use those pageContext variables in EL tags.
If they're constants, why not put them up as far as possible, in application scope perhaps, so that it only has to be done once and they will be visible everywhere? -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management
