Hi,

I'm building a portal using Struts, Spring, Hibernate and Velocity, and
right now I only have the login action ready. What I would like to know is
how to handle all requests once the user is logged in. Do I have to create
an action class to handle all user clicks on the portal? If the user clicks
on a menu then I would call this main action class passing a parameter
type="menu" and also the id=menuID. If the user clicks in a link within a
menu content, I would call this action class passing type="article" and
id=articleID. Using this methodology I would have a switch to handle the
different types.

Is this a good practice? if not, what would be the best practice?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Best-practice-tf3278926.html#a9118968
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to