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
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
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
3 matches
Mail list logo