Re: Struts Tiles: Question Mark characters in page output

2004-02-08 Thread Adam Hardy
On 02/07/2004 10:53 PM eric scroger wrote:
Can someone tell me why I'm getting question mark
chacters in my output display instead of the actual
page content?
I'm using Tomcat 4.0.x with Struts 1.1.
Question marks in the output can be the result of  taglibs 
not finding their given key in the resource bundle.

Adam
--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Struts Tiles: Question Mark characters in page output

2004-02-07 Thread eric scroger
Can someone tell me why I'm getting question mark
chacters in my output display instead of the actual
page content?

I'm using Tomcat 4.0.x with Struts 1.1.

I'm using a simple layout template and setting
the Tiles in the layout as follows:

layout.jsp:
<%@ taglib uri="/WEB-INF/struts-tiles.tld"
prefix="tiles" %>






index.jsp: (uses layout.jsp)
<%@ taglib uri="/WEB-INF/struts-tiles.tld"
prefix="tiles" %>


  
  
  
  
  


I checked the logs and I'm not getting any exceptions.

Thanks,
Eric



__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]