Thanks for the workaround. I was now thinking that I am the only one experiencing the problem.
Type: Posts; User: twicet; Keyword(s):
Thanks for the workaround. I was now thinking that I am the only one experiencing the problem.
Hi All,
I encounter problems when installing grails-spock plugin in STS 2.3.3
M2. The grails version is 1.3.4 and plugin version is 0.4-groovy-1.7.
Everytime time after installing the spock...
I've also asked myself that question before and i came to the conclusion that one of the reasons is that the code(POJOs) that you write can be reused in different contexts.i.e. The factory allows you...
I would like to hear from people who have deployed their production apps on Tomcat. For example i would be interested how big the apps were (The load they handled) and how easy to cluster and also...
Honestly i don't think the Hibernate guys would be interested in doing that. I actually see this as more of a bickering from the JBoss guys rather than from both sides. I don't recall seeing anywhere...
Alef covered this here. I've also used this with good results.
I think i would like to see the sample code and configuration. :wink:[/quote]
Actually i think it's OK.I managed to figure out how it's configured and work.
I think i would like to see the sample code and configuration. :wink:
I find that for single unique fields it's not that much of problem. I usually catch org.springframework.dao.DataIntegrityViolationException as that only unique field is the only one that can throw...
Ok i'll try that. Thanks
How can i solve this problem in a clean and DB independent way? Imagine i have a Vehicle Object which has several properties that should be unique e.g. chasis no, engine no and registration number....
Thanks Christian, that's more good news.
I just discovered a while ago that there was something wrong with my local DTD file and that's why it didn't work.
But i have now now decided to go the WTP M5 route and it working nicely.
Thanks...
When working with forms (POST requests) it's usually better if you instead use SimpleFormController and MultiActionControllers for querying (or GET requests). SimpleFormController has inherited...
Thanks a lot for the input. I'll choose between the two.
That's what i've been looking for!!
Thanks
Can anyone shed some light on how i can achieve auto completion in Spring xml files. My current development environment consists of : eclipse 3.1RC2,spring-ide 1.2.0 , WTP M4 and xmlbuddy 2.0.62.
...
Yeah maybe that's what he's looking for.
We all have to start somewhere, don't we? :wink:
Ok, thanks for explaining that; that's what I was suspecting. Is this something specific to jsp or spring?[/quote]
It's simply because a model is a Map and as you know Map keys and values should...
I don't think you need a custom editor for that as that should happen by default. Do you understand what customer editors are for? in simple terms you use them to covert string data types to...
Have you set the appserver.home property referenced by deploy.path to point to the directory where you installed tomcat?
For example for the german locale i should think you should have a message properties file name like this messages_de.properties
What do you mean setting the de_DE? Do you mean you have created a message properties file with that extension?
Like they said you need JSTL 1.1 and the last time i checked Spring doesn't ship the jstl 1.1 jar. Jurgen gave the rationale for doing so here...
Yes there are created within the formBackingObject() but in the EditPetForm.java there are retrieved from the DB because they should already exist(since u r editing).
I think the main reason...