– System Setup ——————————-
Operating System and version: Widows 2000 Service Pack 3
Eclipse version: Version: 3.0.1
Eclipse build id: Build id: 200409161125
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 22
MyEclipse version: 3.8.3
Eclipse JDK version: 1.4.2
Application Server JDK version: 1.4.2
Are there any exceptions in the Eclipse log file? n
– Message Body ——————————-
Just installed 3.8.3 and the Struts design view now works differently than under 3.8.2 for actions that extend DispatchAction. When connecting two actions with a parameter, I now loose the visual joining of the two actions. In 3.8.3, when I modify the property of the connection (e.g., from “/selectClient.do” to “/selectClient.do?method=setup” the designer unlinks the two actions, creates a new URL diagram element, and links it the source action.