Struts is definitely a mature framework, in fact it could be considered the grandaddy of the Java web framework family. Is it better than Spring MVC? I can't really say, as I don't have much experience with Struts. I do however have a lot of experience with Spring MVC and personally, I really like it, particularly since 2.5 when support for annotations was much improved.
If you're already using Spring on the back-end, the ease with which you can integrate Spring MVC is a big advantage. Maybe Struts has lots of awesome features that Spring MVC is missing, but both of them are request-based frameworks, so I'd imagine their similarities are probably greater than their differences. More specifically, I expect the difference between Spring and Struts is probably relatively minor when compared to the difference between Spring or Struts and a component-based framework, such as Tapestry or Wicket.