RE: newbie struts-el best practices question

2004-05-03 Thread Takhar, Sandeep
Thanks Craig, that was helpful to understand. sandeep -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 3:13 AM To: Struts Users Mailing List Subject: Re: newbie struts-el best practices question Takhar, Sandeep wrote: Where does

RE: newbie struts-el best practices question

2004-04-22 Thread Robert Taylor
David, I think the consensus is to utilize standards where possible; next use common (open source/vendor); otherwise proprietary tags (role your own). JSTL == Struts-EL tags == Struts tags == common/vendor library tags == role your own tags So your application may end up using a combination

RE: newbie struts-el best practices question

2004-04-22 Thread Takhar, Sandeep
struts-el best practices question David, I think the consensus is to utilize standards where possible; next use common (open source/vendor); otherwise proprietary tags (role your own). JSTL == Struts-EL tags == Struts tags == common/vendor library tags == role your own tags So your application may

RE: newbie struts-el best practices question

2004-04-22 Thread Karr, David
-Original Message- From: David Neiman [mailto:[EMAIL PROTECTED] My question is whether or not I should use the struts-el tags where they exist in place of the original struts tags. Would this be considered a best practice? Is it just a matter of personal preference? It seems