With 0.9 the function signatures definitely got better by adding "serverParams" and "clientParams". I have modified my springxt by allowing a clientParams.url to be passed in and using the...
Type: Posts; User: cwidhelm; Keyword(s):
With 0.9 the function signatures definitely got better by adding "serverParams" and "clientParams". I have modified my springxt by allowing a clientParams.url to be passed in and using the...
Now I remember. I wanted to create a library of AJAX callas that can be used by other systems to interact with my spring application via AJAX calls.
For example, I have a ticketing system that...
I think I see what you are saying, but I wasn't able to actually get the ajax handler to map without it being a controller as well. I don't remember why. Maybe I will run across it again and I can...
I wanted to see if there was anyone else that thought this would be useful.
I have a scenario where a page being displayed is not the result of a controller. There fore using the...
This error gave me a problem and I spent some time trying to figure out what it was before I was successful. So to save people time here it is.
When you call 'XT.doAjaxAction' it looks at the...
Why is there a hardcoded reference to document.forms[0] in doAjaxAction and doAjaxSubmit?
doAjaxAction : function(eventId, sourceElement, jsonObject) {
...
...
I would be interested in seeing this. Especially in a testing environment it would be valuable.
Are there configuration options to turn on or off different inspections?
I have seen a couple posts about the Lucene integration with Spring.
Is there a roadmap or feature list of what will be integrated? How is Lucene going to work inside the framework?
I am...
Spring 1.2.1
Spring Mock 1.2.1
Hibernate 3.0.5
I currently have an applicationContext that has two dataSources defined. One points to a database that is read only and the other points to a...
Further investigation.
Here is the pertinent configuration.
<!-- Configurer that replaces ${...} placeholders with values from a properties file -->
<!-- (in this case,...
Is anyone else experiencing this?
When I add a CustomEditorConfigurer as a bean in my application context my PropertyPlaceholderConfigurer stops working.
Any ideas?
I am using 1.1.1
Would it make sense to have a forum dedicated to testing within Spring?