java - Struts 2 decorator question -
i'm building website struts 2. got decorator layout of website , fill content according action. want use column tools login, latest messages, etc. i'm pretty new struts , don't have idea design like. best guess sort of second action. don't have clue how add 2 actions decorator. design approach 1 , if how should implemented?
struts 2 uses 1 action per page. nested actions possible. other option use ordinarily includes.
Comments
Post a Comment