thx for response!
how can i clear the binding result?
Type: Posts; User: robertsv; Keyword(s):
thx for response!
how can i clear the binding result?
nop it doesn't help.
actually i have tried this :)
Hello :)
how to clear search fields in form after search is done.
The corresponding search method in controller is. The result is displayed but also search fields aren't empty.
...
jep its working! thx!
Well I think - it is the best way to implement CRUD with one controller.
If I understand you correctly -
in SimpleFormController inside method onSubmit (ActionRequest request ..
I should check...
Hello :)
I create CRUD view for my application.
The view should provide such functionality:search customers (show found entries), edit found entries, add new customer. I tried to use...
yeh it is working. I changed logging level to TRACE. Thx!
Hello :)
how to achieve that hibernate shows inserted values? hibernate.show_sql shows just executed statement!
Hello :)
In project I am going to use annotation-driven transaction approach.
Question: how to set project specific default values for transaction attributes? In order not to write every time ...