Re: [SAF1 - Struts-Faces] can't load the correct MessageResources in a multimodule webapp

2006-05-13 Thread A. Alonso Dominguez
Hi Craig, I found also a similiar problem with the tag. I will open a now issue about them two. Alonso 2006/5/12, Craig McClanahan <[EMAIL PROTECTED]>: On 5/12/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > > Hi there, > > I think that there is a bug in t

[SAF1 - Struts-Faces] can't load the correct MessageResources in a multimodule webapp

2006-05-12 Thread A. Alonso Dominguez
Hi there, I think that there is a bug in the implementation of the " org.apache.struts.faces.taglib.LoadMessagesTag". When working in a multimodule webapp with several per module, the tag can't find the appropiate MessageResources instance via "messages" attribute. The reason for this is the w

Re: Struts-Faces: Is this a bug?

2006-05-11 Thread A. Alonso Dominguez
A created a new issue about this bug: http://issues.apache.org/struts/browse/STR-2873 2006/5/11, Craig McClanahan <[EMAIL PROTECTED]>: On 5/9/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > > Hi there! > > I'm trying to use the new struts-action framewor

Struts-Faces: Is this a bug?

2006-05-09 Thread A. Alonso Dominguez
Hi there! I'm trying to use the new struts-action framework, version 1.3.3 with tiles and faces. I'm following the example applications but I found possibly a bug when rendering a struts-based FormBean. The jsp code that I was using is as follows: