Re: Tiles +GetTag +Tomcat 5.? problem

2007-01-16 Thread Gabriel Guerreiro
Hello, I have the same problem here. I found this: In the recent versions of tomcat 5, PageContext.insert(url) no longer throws an Exception when the url is unresolvable. Tiles only honors the ignore attribute if the exception is thrown. If this is a bug in tomcat? If not, I think the ignore

Re: Struts 2.0.3 status

2007-01-16 Thread Ted Husted
The 2.0.3 build is uploading now, and I'll post the Maven stuff later tonight. -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Constant configuration issue with struts.custom.i18n.resources

2007-01-16 Thread Nate Drake
I'm trying out the new constant configuration stuff in Struts 2.0.3, and I'm having trouble getting struts.custom.i18n.resources set. When defined in struts.properties, our custom ResourceBundle class is used by the framework. When I define it in struts.xml, our class is not used. The

Re: Constant configuration issue with struts.custom.i18n.resources

2007-01-16 Thread Don Brown
You are correct - this property is only used when defined in struts.properties, however, I agree it should be more flexible. Open up a JIRA ticket to ensure it gets addressed in the next release. Don Nate Drake wrote: I'm trying out the new constant configuration stuff in Struts 2.0.3, and

Re: documentation problems

2007-01-16 Thread Don Brown
Well, my concern then is that we wouldn't include any plugin documentation with our release. While this is fine for third-party plugins, it is important we provide docs on key plugins like the Spring plugin. Don Ted Husted wrote: I don't believe that we want to include a snapshot of the

Re: documentation problems

2007-01-16 Thread Don Brown
Right, normally you would use an inter-space Confluence link like [S2PLUGINS:Home], but the auto-export to html will render those links invalid. Therefore, you have to hard-code a full URL to the exported version like below. Don Ted Husted wrote: *

Re: documentation problems

2007-01-16 Thread Ted Husted
On 1/16/07, Don Brown [EMAIL PROTECTED] wrote: Well, my concern then is that we wouldn't include any plugin documentation with our release. While this is fine for third-party plugins, it is important we provide docs on key plugins like the Spring plugin. Then perhaps we should put only a

Re: s2 Code Behind bug?

2007-01-16 Thread Don Brown
Oversight, file a ticket and I'll look at it. The core issue is that the default action mapper doesn't properly determine the namespace and action name, so the plugin will probably have to compensate. Don On 1/16/07, Laurie Harper [EMAIL PROTECTED] wrote: Yup, that gets it working. I

Re: documentation problems

2007-01-16 Thread Don Brown
I guess that would work too. The big thing is they stay listed in the registry and use a similar documentation layout, but it wouldn't hurt to move the bulk of the content to the other space. Don Ted Husted wrote: On 1/16/07, Don Brown [EMAIL PROTECTED] wrote: Well, my concern then is that

[S2] NPE in ServletRedirectResult

2007-01-16 Thread Nate Drake
Hi, I think I've found a bug within Struts2 related to ServletActionRedirectResult/ServletRedirectResult. We have a custom ActionMapper, which is based on DefaultActionMapper. One of the differences between the two is that our implementation of getUriFromActionMapping() sometimes returns values

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-16 Thread Joe Germuska
I'm sorry, I'm afraid I'm just not understanding you. If I use tiles:insertAttribute name=foo / and Foo was defined as a string, the end result is a visible string in the page. I have trouble perceiving that as a definition, while it naturally fits my concept of insert. Perhaps your concern is

Re: Struts 2.0.3 status

2007-01-16 Thread Wendy Smoak
On 1/16/07, Ted Husted [EMAIL PROTECTED] wrote: The 2.0.3 build is uploading now, and I'll post the Maven stuff later tonight. Ted, just making sure you're okay with the changes since the last release. When you 'mvn deploy' a non-snapshot version, it's going to deploy to: