I have a strange problem. When I want to create a new Spring MVC project in Springsource tools suite (New -> Spring Template Project -> Spring MVC Project), I get this:

STS

I can't create some project even when I not specify the top-level package. Next or Finish buttons are still disabled.

Any solutions for this ?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 1 down vote accepted

You need at least one package level more (e.g. cz.toby.test). See the last + in the regex: Two groups are mandatory, \w+, followed by at least one more group.

link|improve this answer
feedback

The answer above is correct. If you are new to spring MVC Template projects you can read this article also: http://devhub.fm/?p=56

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.