RE: why does RequestUtils.message(...) work but does not

2004-06-02 Thread Marcella Turner
I found the problem - our team is providing a different implementation of the MessageTag.class which behaves differently than the standard tag. From: "Marcella Turner" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EM

why does RequestUtils.message(...) work but does not

2004-06-01 Thread Marcella Turner
Hi All, I"m trying to understand why in my Tiles layout page the following code renders the string from my properties file: However, the following use of the tag does NOT render the string from the properties file: Any thoughts on tihs are much appreciated. Marcella ___

Tiles performance - jsp vs jspf

2004-05-25 Thread Marcella Turner
I'm very excited to be converting a Stuts application to Struts Tiles. However, I have a consideration that I could use some best practices opinions on. The current application has severa .jspf files which are used as includes to main jsp files. While doing a proof of concept for converting t

RE: Response to "error in setting up sslext"

2004-05-06 Thread Marcella Turner
I managed to get a more complete stack trace of the error: [Servlet Error]-[action]: java.lang.ClassCastException: org.apache.struts.tiles.TilesUtilImpl at org.apache.struts.tiles.TilesRequestProcessor.initDefinitionsMapping(TilesRequestProcessor.java:126) at org.apache.struts.tiles.TilesRequ

Re: Specified RequestProcessor not compatible with TilesRequestProcessor

2004-05-03 Thread Marcella Turner
Hi Joe - I did find some threads here on how people have set up SSLExt, most specifically Brian McSweeny's post on how he was getting started with it: http://marc.theaimsgroup.com/?l=struts-user&m=106631418831255&w=2 However, now that I have taken some of the requireed steps, I'm somewhat stuc

error in setting up sslext

2004-05-03 Thread Marcella Turner
I have been working on setting up SSLExt for an existing Struts application which was using SecureRequestProcessor but we wanted to also implement Tiles. So now I've configured the application to use SecureTilesRequestProcessor. However, when I call my tiles page I'm getting the following err

Re: Specified RequestProcessor not compatible with TilesRequestProcessor

2004-05-03 Thread Marcella Turner
ary way in which requests are handled, including flushing out all the bugs that might be in there and adapting other RequestProcessor extensions (like SSL-ext and struts-workflow) to work with the chained request processor. Joe At 1:25 PM + 5/3/04, Marcella Turner wrote: Hi All, I would

Specified RequestProcessor not compatible with TilesRequestProcessor

2004-05-03 Thread Marcella Turner
Hi All, I would like to migrate a Struts application to a Struts-Tiles application. The application currently defines the controller as SecurityRequestProcessor, like so: However, I'm getting the following error when calling my first tiled jsp: [4/30/04 16:42:44:725 EDT] 74488c86 WebGroup