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 are the struts2 configuration properties that control file uploading process?
What are the loop holes of struts?
What is the purpose of '@keyproperty'?
What do you mean by struts.dev mode?
What is dispatchaction?
What are the major differences between html tags and strut specific html tags?
What are different ways to create Action classes in Struts2?
What is the purpose of form-be tag in struct-config.xml?
What is execute method in struts?
How struts 2 validation works?
What is request processor and how does it relates to action mapping?
What are the core classes of the struts framework?
What is difference between spring and struts?
What is the purpose of form-beans tag in struct-config.xml?
How is the action mapping specified?