Goto window –> preferences –> server –> RuntimeEnvironments
Then Click Add
Godaddy is the most wonderful, successful and secure domain name provider where you can find a lots of domain name services like back order, biding and finding an obsolete domain name. There are lots of promotion codes available on the internet to give you relief about the price of domain name and almost every time … Read more
^([0-1]?[0-9]|2[0-3]):([0-5][0-9])(:[0-5][0-9])?$ values Range are 00:00 to 23:59
1and1 domains and hosting is the most economical hosting and domain registration panel I had ever seen. Web hosting is always 50% discounted and more reliable on 1and1 where you can make your dream comes true. 1and1 is a complete business solution where you can find every service which your business needs today like, e-mail, … Read more
Godaddy is the best domain name provider across internet domain name services. Godaddy also provide a facility like other domain name providers to use a promotion code to get a discount. There are hundreds and thousands of websites providing these promo codes but they are providing only static codes, none of them is providing live … Read more
<ui:composition xmlns=”http://www.w3.org/1999/xhtml” xmlns:ui=”http://java.sun.com/jsf/facelets” xmlns:h=”http://java.sun.com/jsf/html” xmlns:f=”http://java.sun.com/jsf/core” xmlns:rich=”http://richfaces.org/rich” xmlns:a4j=”http://richfaces.org/a4j”> <h:head> <link href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css” rel=”stylesheet” type=”text/css”/> <script src=”JqueryLib/jquery.js”></script> <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js”></script> <script src=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js”></script> <script src=””></script> <script> $(document).ready(function(){ $(“#press”).click(function(){ $(“#dialog”).dialog(); }) }); </script> </h:head> <body> <form id=”Form1″> <h:outputLabel id=”press” value=”Press me ” outcome=”#”/> <div id=”dialog” title=”Salam ” style=”display: none”> <h:outputText value=”User Name “/> <h:inputText/><h:outputText value=”Password”/><h:inputSecret/> </div> </form> </body> </ui:composition>
The Fragment Table has Reached its Maximum Threshold 16 The Fragment Table has Reached its Maximum Threshold 16, if you are getting this error on your cisco router, please follow the under given instructions. %IP_VFR-4-FRAG_TABLE_OVERFLOW: FastEthernet0/0: the fragment table has reached its maximum threshold 16, if you are getting the above given error on your … Read more
In JSF, managed bean means this java class or bean can be accessed from a JSF page.
In JSF 2.0, you can use the @ManagedBeanannotation to indicate this is a managed bean.
@ManagedBean(name=””)
@sessionScoped
Write this at the start of the class to indicate that this is managed Bean And can be accessible according to its Scope.
take the bean class name, change the first letter to lower case, and use that as the managed bean name.
The Purpose of this tutorial is to Demonstrate the New introduced Web Axis2 Web service Tool using WTP 2.0 Driver .This tutorial will show how to develop a simple Web Service and Web Service Client Using JAVA . We Create A simple Web Service Containing Java Class Which Concatenate two Input String Value .
Above given error can occur if you have installed updated java on your server and a shadowed copy of java has been placed in the windows directory. Due to any reason the java which is originally installed got corrupted or removed from the system and installed another one, the shadowed copy of java will remain available in the windows directory. The above error sometimes go away by just setting up the path in the advanced properties of server but if its not being resolved by setting up the server path, please follow the under given instructions.
First check if the java installed on the system is working fine. You can check it by going to command prompt and entering the following command:
C:>java
Error is given as under:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Using the command prompt navigate to the bin under JAVA directory and enter the above command again.