struts2-convention-plugin Questions
1
Solved
I am reading Struts2 documentation and found that there was kind of contradiction in its documentation. In this link https://struts.apache.org/docs/convention-plugin.html
The Convention plugin a...
Maltreat asked 20/1, 2016 at 2:32
2
Solved
In Struts 2 we can develop @CustomValidator which can be used in application wide
@CustomValidator(type = "CustomerNumberValidator", fieldName = "customerNo")
For validat...
Tessy asked 20/1, 2015 at 6:12
2
Solved
Which is the easier and organized way to use Struts2 ? With Annotations or with XML files ?
If with annotations, then with which kind of annotations? With struts-convention-plugin you can e...
Swineherd asked 24/10, 2013 at 9:21
2
I'm working on Struts 2 web application, using the Convention Plugin to configure everything via annotations. I'm hitting a snag with some of my action classes, where I'd like to use multiple paren...
Kraal asked 8/1, 2013 at 2:22
1
© 2022 - 2024 — McMap. All rights reserved.