Answer Posted / binesh speridian technologies
It can become difficult to debug with the various .xml
files that Struts relies on. If you have a setting out of
wack, it's not very descriptive on how to fix it or what
the issue is.
* Figuring out what all the .xml attributes and tags is
another issue. Get a GUI plug-in for Eclipse or whatever
IDE you use. They are very useful when learning the Struts
ropes or setting up something such as Validator.
* Using the custom JSP tags, especially iterate, can be
slightly confusing. Same thing with the link tag. There are
scenarios that often come up where you say "I know if I
just used a scriptlet, I could get this to work in
seconds!" So the difficultly comes when you ask "how do I
do this using Struts tags?"
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is purpose of execandwait interceptor?
What is the flow of requests in struts based applications?
Is struts 1 still supported?
What is struts and why it is used?
What is actioninvocation in struts2?
What is the purpose of @createifnull annotation annotation?
What are different Struts2 tags? How can we use them?
What is the purpose of @conversion?
Which configuration file is used for storing jsp configuration information in struts?
What are the action classes in struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What does it cost to replace struts?
What is the purpose of @typeconversion annotation annotation?
What are the core classes of the struts framework?
How does struts work?