I have the following requirement :
We require users to confirm their email by clicking on a link that is sent to them. Upon clicking on the link the users should immediately be logged in
I...
Type: Posts; User: summer; Keyword(s):
I have the following requirement :
We require users to confirm their email by clicking on a link that is sent to them. Upon clicking on the link the users should immediately be logged in
I...
Once a value is bound to a flow scope object it will remain bound untill it is overwritten.
This seems problematic in a lot of cases
suppose you have a form with 2 fields both are required.
...
hmmm if that is correct it *SHOULD* work... I am pretty confused now
Well I did some more tests and did a little reading and it turns out that spring aop is quite a bit different from for instance aspect j in that it creates proxy objects that sit infront of the...
Hi I am trying to get up and running with webwork + spring + hibernate
I've got everything working working with template callbacks for transactions but after reading about source level meta data...
obviously
That was kind of the implicit question, and the reason I initially posted this message in the core container forum. I figured there might be some build-in way to handle these things....
Is it possible to have spring set objects from a http session on other objects ?
For example in a simple shoppingcart system I'd like to have an action with a method like this
...