posted 16 years ago
Many thanks for the reply, and I might try these.
What I have are three beans, the first is used for login, the second to handle some forms, and the third to handle file uploads. What I need to do on successful submission of the forms is to update the second and third beans. So rather than controlling the second bean directly by an action, I'm now using the login bean as the master bean, and the action is passed to the second bean, where it is processed as before, and the second and third beans are updated.
Whether this will work or not I hope to find out tomorrow.
Christopher Sharp