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 d

Re: newbie struts-el best practices question

2004-05-01 Thread Craig R. McClanahan
Robert Taylor wrote: 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

Re: newbie struts-el best practices question

2004-05-01 Thread Craig R. McClanahan
Takhar, Sandeep wrote: Where does Struts-Faces fit into this picture? To answer this, it's helpful to understand the core value that JSF brings to the table ... the ability for the world to provide a rich set of UI components, and the ability to use components from different libraries in the

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

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

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