Re: Struts and JSTL - Basic Questions

2003-07-17 Thread Vic Cekvencih
Mike Duffy wrote: I am just starting to explore JSTL. I can see how JSTL will replace the Struts logic tags, but what about the Struts html tags? Also bean tag no reason to use. Will Struts html tags be used along with JSTL? HTML tags will be around for a long time. A map can be used with

Re: Struts and JSTL - Basic Questions

2003-07-17 Thread Michael Duffy
Hey, that's MY name! And here I thought it was so unique. ;) No surprise - in Ireland, Duffy is like Smith. From what I know JSTL and and Struts will play together just fine. There ARE no HTML tags in JSTL. You just write straight HTML and JSTL to construct your JSPs. I've read on some

RE: Struts and JSTL - Basic Questions

2003-07-17 Thread Karr, David
You can use the Struts tag library with the JSTL, although you'd get better integration with the Struts-EL tag library, which is part of the Struts distribution. This is an integration of the Struts tag library with the EL engine in the JSTL. The pre-JSP2.0 version of the JSTL can be used with

RE: Struts and JSTL - Basic Questions

2003-07-17 Thread Wendy Smoak
Mike wrote: A map can be used with JSTL to create the select options for a drop down list. Will the select tag itself reamin an html:select tag (will we mix both Struts and JSTL tags)? Why would you use JSTL to create the select options? Using html-el:options means that Struts will

RE: Struts and JSTL - Basic Questions

2003-07-17 Thread Mike Duffy
There was a discussion in this list last week about Struts tags eventually being replaced by JSTL. I admit that I am a little confused about how things will progress. Will the Struts-EL continued to be supported? Mike --- Wendy Smoak [EMAIL PROTECTED] wrote: Mike wrote: A map can be used

Re: Struts and JSTL - Basic Questions

2003-07-17 Thread Craig R. McClanahan
On Thu, 17 Jul 2003, Mike Duffy wrote: Date: Thu, 17 Jul 2003 13:18:52 -0700 (PDT) From: Mike Duffy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts and JSTL - Basic Questions I am just starting to explore JSTL. I can see how

RE: Struts and JSTL - Basic Questions

2003-07-17 Thread Craig R. McClanahan
On Thu, 17 Jul 2003, Mike Duffy wrote: Date: Thu, 17 Jul 2003 16:22:21 -0700 (PDT) From: Mike Duffy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts and JSTL - Basic Questions

Re: Struts and JSTL - Basic Questions

2003-07-17 Thread Mike Duffy
Craig, Good information. Thanks for being so responsive to the questions raised in this list. Mike --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Thu, 17 Jul 2003, Mike Duffy wrote: Date: Thu, 17 Jul 2003 13:18:52 -0700 (PDT) From: Mike Duffy [EMAIL PROTECTED] Reply-To: