shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answers were Sorted based on User's Feedback
Answer / chandramouli v
yes we can use any name that end with (userdefind).xml
insted of struts-config.xml and then we have to put entry on
web.xml file
| Is This Answer Correct ? | 31 Yes | 3 No |
Answer / dsr
we need to structs-config.xml as a initial parameter in
web.xml. web.xml is deployment descriptor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can I have html form property without associated getter and setter formbean methods?
why do we typecast ActionForm into out plain java bean class in Action class?
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
What is difference between actionform and dynaactionform?
Name some of the features of struts2?
Can you explain custom tag?
Is form beans are serializable or not?
11 Answers College School Exams Tests, Magna Infotech,
Why it called struts?
What are the core classes of struts framework? Explain
What's mvc pattern ?
what is request processor class ?
where you store password in banking project