Hi All!
 
I am new to Struts and i am impressed with the framework, its INTENDED concept.
But i went through the Struts implementation in one of my project i came to 
know there are some of the real time issues are there as mentioned below;
 
1) Object Maintenance
2) Time of debugging
3) Dynamically added form component
 
OBJECT MAINTENANCE 
 
When i went through implementing Struts for my project it really sucks as the 
number of objects for each functionality is excedded as each functionality in 
my project is totally differ from other functionalities.
 
what is your concern about Object Maintenance.  Is there any better way for 
object maintenance.
 
TIME OF DEBUGGING
 
Whenever if i get any exception due to lack of co-ordination between my JSP 
form and ActionForm the error messages are not in a proper debuggable way.  
Sometimes, if something goes wrong with the code it doesn't intimate me with 
proper error message, but common to all errors it gives me "bean-util exception"
 
If i want to fix the needed error in any of the JSP i need to go through 
struts-config.xml, tiles-def.xml, and then get the related JSP and then fix it 
out.
 
DYNAMICALLY ADDED FORM COMPONENT
 
In one of my screen, i came across a need of adding the form components 
dynamically using javascript (dynamically adding chek boxes).  what is the 
solution offered by struts to hold this situation to read the data into the 
ActionForm.
 
I know, that am a newbe for Struts, but when i went through the Forms and many 
Search Engines i failed to get the Proper information or Solution. But i hope 
and believe that there should be ways to deal these situations, if Yes please 
let me Know. 
 
Regards
Jeevan Kumar. Kade
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to