Hi

How would I set up to add a "userProfile" 
form object in my struts-config.xml and store 
user info in it so that ProcessAction from 
Scaffold will merge information coming from 
the request form (ActionForm) and the userProfile 
form and pass them to the execute method of 
my business bean (ProcessBean)?

I can only think of storing'userProfile'bean in 
session  when user login. Dunno if that's how 
u ppl do it.

Under what scenario would I need "userProfile" bean
so it works well with ProcessAction? I guess I am
not convinced they are useful.


Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to