RE: Combining struts and JSTL tags...

2003-09-09 Thread Karr, David
(Thread.java:536) Loren Hall -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 11:23 AM To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... Basically, any of the struts tags that are struts-aware were

RE: Combining struts and JSTL tags...

2003-09-08 Thread Paul McCulloch
To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... Basically, any of the struts tags that are struts-aware were not eliminated from Struts-EL -- specifically, the bean:message tag was not eliminated because it specifically looks in the application resources as specified

RE: Combining struts and JSTL tags...

2003-09-08 Thread Loren Hall
[mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 1:48 AM To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... This can happen if you have included the bean taglib twice. Is the page with which you get an error included via an %@ include statement? Paul

RE: Combining struts and JSTL tags...

2003-09-05 Thread Siggelkow, Bill
Pady -- generally, there is very little overlap between JSTL and the Struts HTML tags. There are no JSTL tags that do the work that the Struts html tags do ... that being said, I encourage you to use the html-el library (basically the Struts html tags which support EL) so you have the full

RE: Combining struts and JSTL tags...

2003-09-05 Thread Chen, Gin
pady this has been discussed many many times before in this list. please search the archives. -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:58 PM To: [EMAIL PROTECTED] Subject: Combining struts and JSTL tags... I am using the

RE: Combining struts and JSTL tags...

2003-09-05 Thread Slattery, Tim - BLS
I am using the html library from struts, otherwise use JSTL libraries for my other requirements. I was curious if anybody uses both these tag libraries together ? If so, which ones do you use from which library and why ? Also, is there any document/article comparing the 2 tag libraries ?

RE: Combining struts and JSTL tags...

2003-09-05 Thread Paananen, Tero
I am using the html library from struts, otherwise use JSTL libraries for my other requirements. I was curious if anybody uses both these tag libraries together ? If so, which ones do you use from which library and why ? Also, is there any document/article comparing the 2 tag

RE: Combining struts and JSTL tags...

2003-09-05 Thread Jarnot Voytek Contr AU HQ/SC
fmt:message -Original Message- From: Paananen, Tero [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:07 PM To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... I am using the html library from struts, otherwise use JSTL libraries

RE: Combining struts and JSTL tags...

2003-09-05 Thread Pady Srinivasan
struts and JSTL tags... pady this has been discussed many many times before in this list. please search the archives. -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:58 PM To: [EMAIL PROTECTED] Subject: Combining struts and JSTL tags

RE: Combining struts and JSTL tags...

2003-09-05 Thread Paananen, Tero
fmt:message It does not use MessageResources, from what I can gather. Or does it? -TPP - This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use,

RE: Combining struts and JSTL tags...

2003-09-05 Thread Paananen, Tero
fmt:message It does not use MessageResources, from what I can gather. Or does it? Never mind, found the way to do that: http://www.mail-archive.com/[EMAIL PROTECTED]/msg49508.html -TPP - This email may contain

RE: Combining struts and JSTL tags...

2003-09-05 Thread Pady Srinivasan
That was the answer I was looking for. Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:58 PM To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... I am using

RE: Combining struts and JSTL tags...

2003-09-05 Thread Siggelkow, Bill
Message- From: Jarnot Voytek Contr AU HQ/SC [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 2:08 PM To: 'Struts Users Mailing List' Subject: RE: Combining struts and JSTL tags... fmt:message -Original Message- From: Paananen, Tero [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Combining struts and JSTL tags...

2003-09-05 Thread Loren Hall
' Subject: RE: Combining struts and JSTL tags... Basically, any of the struts tags that are struts-aware were not eliminated from Struts-EL -- specifically, the bean:message tag was not eliminated because it specifically looks in the application resources as specified in struts-config