How to store and retrieve data stored in diff开发者_JAVA百科erent languages (Could be Chinese, Hindi, French or any other which has peculiar characters in it).
A standard webapp working well in Eclipse in a Tomcat 7 environment is giving this error. Any ideas App runs fine within eclipse....but tons of these errors in Tomcat 7 and app is unresponsive
I want to send the link which contains a path to the any file that is located in Server whenever user clicks the button. How can I do this in JSP?
I am new to struts please help me to find out the error.my error like value does not parse from data base.while im executing the page some empty value.please find out this mistake. I could not iterate
following is the .jsp code to populate combobox: <% { List <String> lststringIncidentIds = new ArrayList <String>();
I\'m preprocessing some data that users upload, and I want to tell them if any lines of the data are invalid.I figured it\'d make sense to check each line, if there are errors add that line number to
I\'m new to Struts2, coming from a PHP background, where I\'d often have the same file handling GET and POST requests, and processing a form if the request is a POST request.
I am working on a project named as LMS (Learning management system) and the modules allocated to me are:-
i have a requirement where i need to display some fields on the JSP. These fields are dynamic in nature, meaning, for ex:, if i changed some value in the dropdown, some fields will be hidden and some
I have a JSP which gets a value called sum from the DB... String sum= request.getAttribute(\"s\").toString();