tags:

views:

440

answers:

1

Hi there,

I am using struts to build an image uploading module.

However, I am encountering the problem of user not able to see the file they upload until I manually refresh the package explorer on eclipse.

Any one know how to solve this?

Thanks!

+3  A: 

May be the option:

Preference > General > Workspace > 'Refresh automatically'

would help ? (settings for eclipse3.4)

Note: the 'refresh automatically' was introduced in eclipse3.0.

There was a similar issue for CVS file.

This article describes what is behind those 'refresh'

VonC