Re: [S2] sending multiple 'bank account' objects to view page

2007-05-05 Thread MarcusFenix
All the time, I was thinking about that "staticly instatiate" means - instatiate the object without using a "new" operator. And I was wrong :/// could U tell me what`s "static instatiate"? I`m search in google, but i don`t find answer... This`s connotated with getInstanceOf method? Please, give me

RE: [S2] sending multiple 'bank account' objects to view page

2007-05-04 Thread MarcusFenix
When I rebuilded my classes, Tomcat throws error HTTP 500 with "Unable to instantiate Action, test.Settings, defined for 'Settings' in namespace '/'null - action...". Earlier, my app builds without errors... This error is because I try to staticly instatiate the Account class? My rebuilded classe

[S2] sending multiple 'bank account' objects to view page

2007-05-04 Thread MarcusFenix
Hi, I`m noob to S2 so be patient ;) I`m writting simple S2 webapp - I`d like to create 'money transfer bank system'. Theory: i have 3 accounts, and I`d like to transfer money between them. This`s my "Account" class: *** package test; import com.opensymphony.xwork2.ActionSupport; public