thanks man you are right
error in the definition of layout :)
i'm very heppy to see that there is someone in this forum also if Spring Rich Client is not more developed
Type: Posts; User: AleSky; Keyword(s):
thanks man you are right
error in the definition of layout :)
i'm very heppy to see that there is someone in this forum also if Spring Rich Client is not more developed
hi guys i'm try to add a form in an AbstractView
this is a snippet of code from my abstract view
protected JComponent createControl() {
JPanel view = new JPanel(new BorderLayout());
I guys,
i'm trying to create a sort of multy action in one form, style struts (DispatchAction)
I mean have more method in a controller but only one form in the jsp and use some strategy to...
two approach for you
First
public class Controller1 extends AbstractController {
@(some way to inject by spring)
AnotherController anotherController;
@Repository is a specialization of @Component
@Repository is used to mark classes that has the role of a repository (like the DAO)
the use of this marker is the automatic traslation of exception ...