You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Michael Rasmussen <ra...@hotmail.com> on 2004/06/04 02:59:26 UTC

ReqsponseUtils Depricated

org.apache.struts.util.ResponseUtils has been deprecated.  It is replaced by
TagUtils.  The methods in ResponseUtils were static where the ones in
TagUtils are not.  And I just noticed the constructor for TagUtils is
protected.  What is the recommended way to use these methods?  I ask because
struts-faces uses the ResponseUtils methods.

Thanks, 
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: ReqsponseUtils Depricated

Posted by Michael Rasmussen <ra...@hotmail.com>.
Isn't it funny how you always find the answer right after you ask the
question.  getInstance() should solve my problem nicely.

Michael

-----Original Message-----
From: Michael Rasmussen [mailto:rasmusmc1@hotmail.com] 
Sent: Thursday, June 03, 2004 8:59 PM
To: dev@struts.apache.org
Subject: ReqsponseUtils Depricated

org.apache.struts.util.ResponseUtils has been deprecated.  It is replaced by
TagUtils.  The methods in ResponseUtils were static where the ones in
TagUtils are not.  And I just noticed the constructor for TagUtils is
protected.  What is the recommended way to use these methods?  I ask because
struts-faces uses the ResponseUtils methods.

Thanks, 
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org