Archive for February, 2008
Applying styles(CSS) on File Input
Styling file input is not as straight forward as a text box or a drop down in HTML Pages. This is because of 2 user interface elements included in this Input type. File Input type is combination of a text box and a browse button. Selected file path is shown in the text box and [...]
Exception in thread “main” java.lang.NoClassDefFoundError
This error comes when one of the class required in execution of program in not specified in class path. You might be running your program using some IDE or command line. 1. IDE : If you are sure that you have specified your class or Jar file containing required class flle in your classpath, by [...]
Rain of Ajax – www.ajaxrain.com
I discovered this while browsing the internet or more precisely when i was reading feeds on Google Reader. This is the website where you can find Ajax tricks, tips and information about new tools. It is a kind of community website where you can also submit your finding about a technique or a trick about [...]
Yahoo Design Pattern Library
Generally in software field, we refer Design patterns for software architectural designs but this time i am not talking about that but design patterns for designing a web page. We come across number of similar things while designing web applications like date picker control for filling date information in a form or pagination on a [...]
See Servlet Spec 2.3, section 9.7.2
validateJarFile (C:\jboss\server\default\.\tmp\deploy\tmp49777abc-exp.war\WEB-INF\lib\servlet.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.classI guess this is the most modest and informative error i have come through. This generally happen when you deploy your war file and start the server. Now lets follow the instructions given in error and read through the section 9.7.2. [...]
