Why is generateToken() protected?

2003-04-01 Thread Paul Yunusov
I think at least one reason is the wish to separate the business tier from the Struts API as in the business tier shall not call Struts methods mantra. Besides, generateToken() seems to be meant for collaboration with Struts tags. However, the cost of this decision is that direct extensibility

Re: Why is generateToken() protected?

2003-04-01 Thread David Graham
: Why is generateToken() protected? Date: Tue, 1 Apr 2003 14:21:14 -0500 I think at least one reason is the wish to separate the business tier from the Struts API as in the business tier shall not call Struts methods mantra. Besides, generateToken() seems to be meant for collaboration with Struts tags

Re: Why is generateToken() protected?

2003-04-01 Thread Paul Yunusov
] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Why is generateToken() protected? Date: Tue, 1 Apr 2003 14:21:14 -0500 I think at least one reason is the wish to separate the business tier from the Struts API as in the business tier shall not call Struts