JSon, includeProperties and modelDriven

2012-03-05 Thread Matthieu.Marc
Hi, I am trying to make an action build a JSON result. The action is defined in the struts.xml file asĀ : action name=evts class=org.project.controllers.json.EventsAction method=executeEvts result name=success type=json param name=includeProperties ^day,

Could somebody please confirm the bundle attribute issue is fixed in Commons Validator 1.3.0?

2012-03-05 Thread joann luo
Hello, Thanks so much for the responses to my previous question in this thread: http://struts.1045723.n5.nabble.com/Validation-doesn-t-honor-the-bundle-attribute-in-http-jakarta-apache-org-commons-dtds-validator-1-3-d-td5528087.html The customer requires us to add the customized error messages

using RedirectMessageInterceptor with actionErrors

2012-03-05 Thread jkida
I have a question that I was hoping someone could confirm to make sure I really do understand whats going on. I am using a RedirectMessageInterceptor class i found from http://glindholm.wordpress.com/category/struts-2/ The problem I am having is that whenever I use the addActionError call, and

Re: using RedirectMessageInterceptor with actionErrors

2012-03-05 Thread Dave Newton
Define not firing, are you heeding the advice given regarding the workflow interceptor? Dave On Mon, Mar 5, 2012 at 11:08 AM, jkida jdk...@gmail.com wrote: I have a question that I was hoping someone could confirm to make sure I really do understand whats going on. I am using a

Re: struts1 folder selection through browse button

2012-03-05 Thread Dave Newton
What good would it do anyway? The server can't access a client directory anyway. In any case, browser file choosers choose files, not directories--that's a browser thing. Even if it could, different browsers send different information--some browsers send only the filename, some send the entire

Re: struts1 folder selection through browse button

2012-03-05 Thread Arpan
The user intended here, would be an admin and would like to select the folder through browse button, so that he doesn't have to write down the whole folder path in the text box. The browse button will not have any more action. Only the folder path, written on the text box, either by selecting

use struts2 in a xxxx.jsp url

2012-03-05 Thread eelboy
Hi, I'm very new to struts2 and have two questions that I have not seen asked/answered in my short time on this list (but also through plenty of online searching): (1) Is it possible to invoke form validation without having the URL being rewritten to .action? That is, can i keep my