Hi David,
The problem here is that the <input> tag is part of the dynarch calendar control found here:
Dynarch Calendar Control . . . I'm sorry . . . I should've mentioned this in my initial post . . .
So I guess the real issue is how do I set the initial value text (i.e. date as a string) in this control? There has to be a way . . . I just haven't discovered it yet . . .
Also, I'm not sure I understand your "scoping" comments . . . In this case the value is retrieved from the database and put into request scope in the action form with this statement: request.setAttribute("defect", Def);
Rob