Another option you might want to consider is to build a bean from your map on truntime( using cglib for example ) and then you can use this bean as your form backed bean.
Type: Posts; User: tal_f; Keyword(s):
Another option you might want to consider is to build a bean from your map on truntime( using cglib for example ) and then you can use this bean as your form backed bean.
jonny
by "construct it using the application context" , do you mean to define my bean in the application-context.xml file, right?
tal_f
hi spring-rich users
Where can I keep a state that will be accessible from all over the application?
something like a session object?
I obviously thought on putting such an object on the...
hi
thanks for your reply.
The countries sample is under the spring samples, and not under dpring-rich,
so I'm not sure how can it be of help to me, or I'm missing something her?
cheers
tal_f
hi users
In my project scenario, there are 4 types of users each of them will see a different view after login.
My question :
How can I redirect the user to a different view after the login?
...
sorry, I meant fits many
I'd like to make the gui as user friendly as possible.
If the default message is clear enough and contributes valubale information to the user it's good enough.
Currently my bosses are not too...
hi jan
thanks again
3) My mistake,I did not notice that TitledApplicationDialog is abstract as well.
5)I was aware of the options you raised, I was just hoping that there is a better...
hi jan
thanks for your prompt end elaborated reply
I'd appreciate your furthur help on this:
I'm still bothered with two issues:
5) you are correct about the message.properties but
as I said...
thanks jan
you definately gave a comprehansive solution that feets many situations.
thanks alot
I understand.
thanks for your help
hi kiss
I understand what you mean.
Yes this is a kind of a filter form, so i can continue to work with the selected user object.
I agree that binding is probably not nessecary here.
Let me...
hi everyone
I have a User object.
I want to make a simple form
with one JcomboBox that will contain a list of User object rendering their names.
After commiting the form,I'd like to have a...
hi all
1. how can I make the fonts larger in spring rich?
2.in TiteledApplicationDialog is it possible to add a button to the button bar near the 'ok' and 'cancel' buttons?
3.in...
Hi Larry thanks alot for the quick reply,
I found what I did wrong, the framework works fine.
thanks again
hi everyone
I have a really troubling strange problem.
I have a form with bounded nested properties.
When the nested property is not initialized ( null .. ) the binding process goes through...