Hi Lana,
It's not necessary to add the "locale" param in every request. You just need to add it once, at the first time, or when you want your application language to be changed.
Once you...
Type: Posts; User: falaserioaih; Keyword(s):
Hi Lana,
It's not necessary to add the "locale" param in every request. You just need to add it once, at the first time, or when you want your application language to be changed.
Once you...
Hi,
I'd like to know if there is a "Spring way" to send an 403 error.
I'm trying
response.sendError(403);
but it's not working.
Isn't your browser caching the form data? That thing happens only in mozzila browser, or also in ie?
Mauricio
I think you could make this way:
RedirectView rv = new RedirectView("/secure/main.htm",true);
Map myModel = new HashMap();
myModel.put("reason", e.getMessage());
...
Have you tried this?
return new RedirectView(....
Hello,
I have my "tilesConfigurer" bean, which is declared in applicationContext, and which's "basenames" property has the "/WEB-INF/definition1.xml" value for instance.
Well, I'd like to know...
Hi Lana.
Some weeks ago I had the same questions you're having now. Then, I just took a look at the "countries" application, which is in the "samples" folder of "springframewor with...
Hello,
I'm using spring's ResourceBundleViewResolver and ResourceBundleMessageSource for implementing a multilanguage application. The language change is working well. However, I'd like to know...
Thanks for trying to help me, delnoij
The solution I found was get spring 1.2.1 (until now, I was working on 1.1.3), which MultiActionController's can have an initBinder method, so I could...
Hello,
I'm trying to create a "StatePropertyEditor", which is supposed to transform a string (the id of the state) that comes from a dropdown of state selection. This property editor needs to...
Hi Alef,
I've registered it in the initBinder() method of my SimpleFormContrloller, and now I've added the spring:bind tags to my jsp. SetAsText is called, but getAsText doesn't.
But, after...
I expected it to be called before the date be shown in my jsp. In my function getAsText, I'd like to acess my resourcebundle, get the date format for that user's locale, and put the timestamp, that I...
Hello.
I made my own Date property editor, but I'm having some problems about that. My "getAsText" method is not being called. "setAsText" works fine.
Could anybody help me? Why does...
Hey Rexxe,
Could you post an example of how you pass the arguments?
I've tried two ways:
code="fmt.date" arguments="${person.dateDeactivated}"
and