Tiles html-taglib producing XHTML

2003-09-09 Thread Adam Hardy
type=image name= src=edit.png title=Edit alt=Edit Before I go off to bugzilla, assuming I haven't overlooked something important, what is it a bug of? html-taglib or tiles? Thanks, Adam -- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9

Re: Tiles html-taglib producing XHTML

2003-09-09 Thread David Graham
overlooked something important, what is it a bug of? html-taglib or tiles? Thanks, Adam -- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Tiles html-taglib producing XHTML

2003-09-09 Thread Matt Raible
/taglibs.jsp% This has worked great for me. Matt -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 10:09 AM To: Struts Users Mailing List Subject: Tiles html-taglib producing XHTML I'm using the struts html taglib, well actually the html-el taglib

Re: Tiles html-taglib producing XHTML

2003-09-09 Thread Adam Hardy
of? html-taglib or tiles? Thanks, Adam -- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Tiles html-taglib producing XHTML

2003-09-09 Thread Adam Hardy
/ Then every page includes that with: %@ include file=/common/taglibs.jsp% This has worked great for me. Matt -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 10:09 AM To: Struts Users Mailing List Subject: Tiles html-taglib producing XHTML I'm

Re: Tiles html-taglib producing XHTML

2003-09-09 Thread David Graham
name= src=edit.png title=Edit alt=Edit / it gives: input type=image name= src=edit.png title=Edit alt=Edit Before I go off to bugzilla, assuming I haven't overlooked something important, what is it a bug of? html-taglib or tiles? Thanks, Adam -- struts 1.1 + tomcat 4.1.27 + java

Re: Tiles and %@ taglib

2003-07-16 Thread Sandeep Takhar
It may depend on your jsp compiler. We have it on each jsp page. sandeep --- Erez Efrati [EMAIL PROTECTED] wrote: In tiles, where should I be best putting the %@ taglib uri=required lib %? Each tile jsp with its own tags or put them all in the layout JSP I use? Thanks, Erez

Tiles and %@ taglib

2003-07-15 Thread Erez Efrati
In tiles, where should I be best putting the %@ taglib uri=required lib %? Each tile jsp with its own tags or put them all in the layout JSP I use? Thanks, Erez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Tiles and %@ taglib

2003-07-15 Thread Chen, Gin
an application server that supports both styles, however, it really becomes a matter of preference. -Tim -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 1:56 PM To: 'Struts Users Mailing List' Subject: Tiles and %@ taglib In tiles, where should

RE: Tiles and %@ taglib

2003-07-15 Thread Erez Efrati
I want to make sure I got you right. So, you mean you put in each JSP tile its required [EMAIL PROTECTED] taglibs? Erez -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:01 PM To: 'Struts Users Mailing List' Subject: RE: Tiles and %@ taglib