Hi All,
I think i have the same problem here.. Can't find any xmldsig:jar in the Spring ext repository, or any other place for that matter.. :(
Do anyone have an old/local copy why would share or...
Type: Posts; User: erikgu; Keyword(s):
Hi All,
I think i have the same problem here.. Can't find any xmldsig:jar in the Spring ext repository, or any other place for that matter.. :(
Do anyone have an old/local copy why would share or...
Hi.
Newbee here. Not sure how the session based system are working i detail, but got a simple idea if nothing else works i think.
What if u did not submit the form..? Just add a cancel button
...
I solved it.
It was an unrelated bug in my ajax-form-post-method sending all checkbox values.
Spring settings was all good =)
Hi
I'm having problems binding checkbox values in my SimpleFormController.
My command object has a field, of a custom class with a simple boolean value.
My jsp have looks like this:
...
Hei i think i got something working on my app last night :) I've still not 100% happy with my login, but at least i can log in and out as i please :p
From web.xml
****
<filter>...
My mecanism;
I have more then one unique field in my db that ppl can use to log on.
E.g. username, phonenumber or email..
I also use an bigint id and no username in my role_user relation.
Is...
Hi.
I must admit i have the same problem. I am trying to sort out how to implement my custom sql and stuff. I see in some examples there ref. to a class called PasswordDaoAuthenticationProvider....
Thanks for helpful tips :)
It seems to work for me now!
We just did a patch on the oc4j container and it seem to done alot on the logging. I still run the same config as above and i tried both...
Thanks Costin.
On this project i run on Oracle OC4J.
Any ideas?
Is it possible that there are any other settings on the server that can override my settings?
It's just a little strange coz it is a new container (with nothing else in it) and i use...
...and this is the log output on my server in my application.log
(Where e.g. System.out.println() were written before)
modelexport: jsp: init
modelexport: log4j: init
modelexport: Set...
Thank you for your replay.
I have been trying to something like you described.
Here is my config at the moment:
web.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app...
Hi I just started using Quartz running on an old oc4j container.
I had some issues to. What i did was separating the Quartz bean-definition to new file, and i set the
<beans...
Hi all
I have some trubble getting my log4j config to work. I have a small app that runs quartz on an "older" Oracle oc4j. So i think i need to use servlet's and not a a listener to get it running....
Thanks a million Jettro!
Just removed the / and it worked.
Now i can start focus on how to use it the best way :)
-Erik
Not sure if i got your question right..
But to my knowlege u can't use welcome-file-list elements to map to a "virtual" address. (only in the directory not through a DispatcherServlet)
U could...
If u want there should be a way to use directory listing in some folder.
Don't remener how to set it up, but i have a feeling it is different on different servers/containers.
Look in the...
Just currious if there are any good step by step exampls on how to implement sitemesh and spring. I seen some on freemaker and velosity, but i dont want to use any of those (for now), only confuse me...
I guess i could do that as well, thanks :)
But it was not the root problem. I just figured it out...
My bean tag definition did miss the id!!
<bean id="multipartResolver"...
Hi there
I've looked in to the fileupload section and tried to configure everything.
Stripped off my logic and made a quick and dirty test.
I have the following HTML:
<form
yes what i found out too..
I have been using Magnolia a while now.
It is basically built on top of Jackrabbit.
I've customized it a little to make it more easy to use.
Looks great now, but preform horrible.
(We have a...
This helped me a little getting starting a few days ago:
http://springide.org/project/wiki/SpringideGuide
for installing the plugin see here:
http://springide.org/project/wiki/SpringideInstall
...
I did get the same message while running Eclipse 3.1. I just downloaded 3.1.1 and it works for me there.
-Erik
Hmm, i have a feeling i should just remove the last agrument..?
*blushing*
-Erik