Hi!
I have 2 jsp pages page1.jsp and page2.jsp and 1 servlet, on the form action of page1 I called the servlet setting certain parameters (i.e. name), on the doPost method of my servlet, I called requestDispatcher to load page2.jsp. On page2.jsp I want to retrieve the value from page1 (for...
Hi!
How do I do redirection from a servlet to a jsp page while preserving the variables?
for example:
page1.jsp calls servlet then servlet calls page2.jsp
in page1:
<form action="../servlet/NextPage" method="post">
Username : <input type="text"...
Is there a way to get a table information from a POSTGRESQL database much like the one in SQL Server's sys_objects table? I need to code a javabean which will programatically read table information like the number of fields of a certain table and the data type of each field. How will I be able...
Hi!
In the following code, the edit box I created at run time is not editable, can someone please explain why? thanks!
Class CDerivedFromEdit :: public CEdit
{
BOOL Create(CWnd *pParentWnd, int type ,LPCTSTR lpszTitle = NULL);
}
Class CDerivedFromWnd :: public CWnd
{
CDerivedFromEdit...
Is it possible to create a shadow effect for a CString object? I have a Static Text object that I wanted to create a shadow effect, is it possible?
Thanks!
Raymond
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.