Hi,
I'm currently working on a web application using Eclipse (Helios version) and jBoss 5.0 and I'm encountering few difficulties.
Every time a user select a new menu(<h:selectOneMenu>), an ajax function is launch to re-render the main content and an image is created specifically for each menu selected. My problem is that the new image is not publish, I need to publish it by hand so I'm looking for solutions to force jBoss to republish its data by itself.
Another information, I'm stocking the image in a folder called chart in the WebContent folder
Any ideas ?
Best,
Greg