You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Schommer <Mi...@fernbach.com> on 2001/06/07 14:43:30 UTC

user-specific default-values of html-formulars

Hi,

I want to save user-specific default-values of html-formulars.
I think the best way is to put the ActionForms in a synchronized HashMap
(user as key) and save this in a file when a user specifies new
default-values for the formular.
In the ActionForm-constructor I will check the HashMap if default values
for the formular are present and set them.

Is there any other meaning? Does anybody make it so?

Gruß
Michael

--
Java - write once, run anywhere