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
application may end up using a combination there of. robert > -Original Message- > From: David Neiman [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 9:52 AM > To: Struts Users Mailing List > Subject: newbie struts-el best practices question > > > Hell

RE: newbie struts-el best practices question

2004-04-22 Thread Robert Taylor
combination there of. robert > -Original Message- > From: David Neiman [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 9:52 AM > To: Struts Users Mailing List > Subject: newbie struts-el best practices question > > > Hello. > > I'm fairly n

newbie struts-el best practices question

2004-04-22 Thread David Neiman
Hello. I'm fairly new to struts and getting my feet wet working on a couple of applications. In my JSP's I'm using a combination of JSTL tags as well as struts tags. I've run into several "gotcha's" given that the JSTL tags use the EL ${...} syntax for attribute values whereas the struts tags do n