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: http://people.ap

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 " 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 that there might be some inde

[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 wi

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 tha

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 mis-spo

Re: s2 Code Behind bug?

2007-01-16 Thread Laurie Harper
Yup, that gets it working. I mis-spoke before; an empty public class Dummy{} in the package isn't enough, but an empty public class Dummy extends ActionSupport {} (or a POJO class named xxxAction) is. So: by design, or oversight? :-) L. Don Brown wrote: I'm assuming you were calling the page

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 ske

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: * http://cwiki.apache.org/S2PLUGINS/home.htm

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 Plu

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 I

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 definition

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]

Re: documentation problems

2007-01-16 Thread Ted Husted
I don't believe that we want to include a snapshot of the Plugin Registry in the distribution, so there would not seem to be a need to synch it to struts.apache.org. It is setup to autoexport, and we can link to the copy on cwiki (which should be updated on a per-change basis). -Ted. On 1/2/07,

Re: documentation problems

2007-01-16 Thread Ted Husted
* http://cwiki.apache.org/S2PLUGINS/home.html On 1/16/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: How should I link to the plugins page? is there a prefix? musachy Don Brown wrote: > Thanks for pointing these out, but please feel free to take the next > step and correct them. By editing th

Re: documentation problems

2007-01-16 Thread Musachy Barroso
How should I link to the plugins page? is there a prefix? musachy Don Brown wrote: Thanks for pointing these out, but please feel free to take the next step and correct them. By editing the original Confluence pages, found at http://cwiki.apache.org/confluence/display/WW, these snippet error

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 a

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-16 Thread Antonio Petrelli
Sorry for not writing, but a job "storm" hit me, and I am changing place of work (and town). Anyway, comments are below. Greg Reddin ha scritto: I like the idea that a tag that displays something on the page should indicate so in the tag name. Maybe we need to clarify the difference between