I am developing a web application[JSP, Struts, ADF BC].
My Problem is that I want to set one of my database field's
programmatically. Hence, I create a generateKey function that
generates the field and does not let the user to manipulate it, but
whenever I try to insert a new row into my table the error rises that
the field is required. I do not know where to add my custom method and
where to inject the created key field. I mean in which class should I
inject the generated key? ApplicationModule Class?? ViewObject Class?
ViewRowObject Class? EntityObject Class??