[S2] how to access struts.properties values in a custom tag

2007-07-26 Thread David Binder
Hi, I'm trying to get the i18n encoding value from the parameters we set in struts.properties for our project. I'm trying to do it in a tag (in the component part). I don't manage to access it. I cant find the object carrying the information. Does someon have an idea ? David

Re: Struts 2 Spring plug-in

2007-07-26 Thread David Binder
can you post your spring filter and listener configuration (web.xml) as well as the application context corresponding to those guilty beans :) ? David 2007/7/25, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]>: Hi, Has anyone got Struts Spring plug-in to work? I am getting this error starting

Re: [S2][Dojo] topic submitted twice

2007-07-24 Thread David Binder
opup) musachy On 7/24/07, David Binder <[EMAIL PROTECTED]> wrote: > > the handler is indeed needed, i made some test with a topic anyway and it > ended whith two notification (I checked that both were the same going > throught 'before' and 'load'). > > 2

Re: [S2][Dojo] topic submitted twice

2007-07-24 Thread David Binder
e let me start with the obvious, do you really need to use "handler"? In that case you will have to make the request yourself, if you are looking for notification before/after the request, use the "notifyTopics" attribute. musachy On 7/24/07, David Binder <[EMAIL PROTECTED

Re: what is struts2-config-browser-plugin ?

2007-07-24 Thread David Binder
It allows you to wath your current settings see http://struts.apache.org/2.x/docs/config-browser-plugin.html you can access the setting page using the /config-browser/index.action action of your app David 2007/7/24, Pedro Herrera <[EMAIL PROTECTED]>: what´s the meaning of struts2-config-br

Re:[S2] File not found exception

2007-07-24 Thread David Binder
You can configure the "error page" section of your web deployment descriptor to do such things see your servlet specification for exact declaration. It should be something like : 404 /jsp/exception.jsp David

[S2][Dojo] topic submitted twice

2007-07-24 Thread David Binder
Hi, I'm new to the mailling list. My company sold a struts 2 project to one of its customer. And no I'm lost in struts 2 Dojo wonderland. It happens that when I create a simple dojo widget (anchor), either my widget is parsed twice by Dojo or the topic is registered twice, anyway, the event asso