I have a jsp page which displays a table of results. By a hitting a download button the some changes are made in the back-end database. which should be reflected in the current page.
The problem with Struts is that after executing a download using an outputstream you can only return null in the action Class for this to execute successfully. The question to you Gurus is how to automatically call another action class which redisplays the current page with the new changes Sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

