Session Forms?

2005-07-10 Thread P B
In my web application, user can edit items from their inventory. When they request to edit an item, I retrieve from the database many properties - most of them will be editable by the user, but other is for display purposes only. Is it proper to put this non-form data in the session? That way if v

modules & multiple resource file & validator

2004-04-01 Thread p b
Hello, with struts 1.1, seem every module should have at most one resource file if it want to work with validator. Is it true? In other word, if I've 2 module each module must have its own .properties file and each file must contain errors.* resources (or any common resource definition)? The DT