bugs
hello,
i am not clear with the errors like boolean cannot be dereferenced,int cannot be dereferenced….so on.
n.a(a).cancel();
how to fix the bux for the above which is showing boolean cannot be dereferenced.
Creating Tag in Git
There are 2 steps to create a tag in Git
Creating Annotated tags
- -a refers to tagname
-m refers to tag message$ git tag -a v1.2 -m 'version 1.2'
as the above command is executed the tag will be created in you local system .
- You need to push the tag to Git project repository
$ git push --tags
Creating a Simple tag
-
$ git tag tagname
get session into action class in struts 2.x
JSPs contain implicit session object to use in the jsp pages, when an action in invoked in struts we need to get ‘session ‘ into the action class, we can do this by implementing “SessionAware” interface. Eclipse will ask you to implement an unimplemented method click on that meesage and eclipse will create the method for you called “public void setSession(Map<String, Object> arg0){//TODO}”
Yep.... I couldn't have said it better myself......
Yep.... I couldn't have said it better myself......
Yahoo results... While searching Yahoo I found this page in the results and I didn't think
Nice Focus.... I really like the direction you've decided to take this blog....