RE: Validation error with a SSP project
thx — I had tried that, but it still wasn’t OK.
I then googled this and came across this on Stack Overflow
1. Right click your project
2. Select Properties -> JavaScript -> Include
3. Select Source tab (It looks similar to the Java Build Path Source tab)
4. Expand source folder
5. Highlight Excluded pattern
6. Click Edit button
7. Click Add button next to Exclusion patterns box.
8. Click Browse button and select the JavaScript source by name.
I had to do this to :
1)site.js
2) the other site.js (that is minimized)
3) validation.js
then it works.
thx
Jerry