hello all,
when i use this code to inquire for businesses,the browser throws an exception in both firefox and IE
here is the code, it has been minimized to show the XMLHttpRequest open and send...
Type: Posts; User: katatonia911; Keyword(s):
hello all,
when i use this code to inquire for businesses,the browser throws an exception in both firefox and IE
here is the code, it has been minimized to show the XMLHttpRequest open and send...
hello,
I'm practice using the FilterChainProxy described in springsecurity module document(The document is not very clear and it doesnt include any examples) in that i want to customize things on...
i dont think so, since i tried on both NetBean 6.x and eclipse and both cant find except the two elements, anyway i downloaded the xsd from...
hi,
i'm new to spring security and i depend heavily on the auto-complete facilities of my IDE, but when i use the spring-security-2.0.4.xsd i see that its not possible to define...
hi,
i'm trying to use ehcache with spring security to cache users details, though when i deploy the application i get ClassNotFoundException:...
hi,
i'm doing authentication before accessing any resource with *.htm extension which is the extension to go into the spring mvc, so that i add the security constraint on this extension in the...
its true, i defined the DefaultAnnotationHandlerMapping and the AnnotationMethodHandlerAdapter.
thanks, your reply solved the problem and now i can use both techniques perfectly
Hi,
when i tried to use @Controller and <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"> to identify my controller it seems that the container dont...
Thanks alot, its working perfect.
hi,
i'm using i18n in my web-app, i want to keep the direction of rendering the page as ltr or rtl in a property file entry named "render", so that i can use it in the (dir) attribute of the...
thanx alot denis
actually denis i dont put log4j.jar in my classpath, i use commons-logging.jar, does this mean that spring use by default JDK logging classes instead of log4j?
The code worked when i changed the logger for INFO instead of DEBUG, do you know where exactly log4j.properties file exist in spring hierarchy?
Thanx
hi all,
i'm trying to use AspectJ with spring framework for the first time..but when i try this example its not working
could you tell me what possibly i did wrong or i miss in the code?...
ok...i though im free to ask questions..this is my third time to use the forum..im not a senior member or site admin to know that.
anyway thanx for your answer but it only solved the PostConstruct...
ya i fixed the typo and it works..thanx..but i prefer not to stick to the book examples literally..a few nuanceses wont hurt
hi,
i'm trying to use @PostConstruct and @PreDestroy annotations in my class
i tried to register CommonAnnotationBeanPostProcessor but the @PostConstruct and the @PreDestroy annotated methods...
hi all,
i'm really disappointed with spring..the book Apress-Spring recipes is full of examples which are not working
here is one and please try it yourself and tell me your opinion
...