user1090145
user1090145

Reputation: 25

Wicket Framework File Structure

normally in wicket you put html and java in the same package. In my application, when I create a html file in my java package, eclipse puts it in the webapp folder. Should I change this somehow or should I try to put somehow a reference to that file in the webapp folder? Otherwise it wouldnt work with the wicket IDs.

How can I do this?

Thanks for your help!

Upvotes: 0

Views: 141

Answers (1)

tetsuo
tetsuo

Reputation: 10896

Instead of creating a new HTML file through the File menu, right-click the folder/package you want it to be created in and select the New... menu there.

Upvotes: 2

Related Questions