Forum: JSP Feb 8th, 2006 |
| Replies: 8 Views: 4,642 Re: Array String not working? well, actually controller page or bedroom page is the same. Bedroom page is retrieved the data from the database, then update again to the database if there is any changes. Sorry to confused you.... |
Forum: JSP Feb 6th, 2006 |
| Replies: 8 Views: 4,642 Re: Array String not working? I am using these codes and have this error message:
<%
String change= request.getParameter("ChangeStatus");
String [] status = new String[i];
if (change!=null)
{
for(int n=0; n<=i; n++)... |
Forum: JSP Feb 6th, 2006 |
| Replies: 8 Views: 4,642 Re: Array String not working? thanks ekstee,
Please take a look at these codes. Here you go!
<form action="Bedroom1.jsp" method="post">
<TABLE BORDER="1" width ="400" cellspacing="0" cellpadding = "2" align ="center"... |
Forum: JSP Jan 22nd, 2006 |
| Replies: 8 Views: 4,642 Re: Array String not working? Hi jwenting,
Although the way you saying is not very friendly but I am thank you that at least you give me some suggestion.
1st, I DID retrieve my database and display on the webform... |
Forum: JSP Jan 21st, 2006 |
| Replies: 10 Views: 41,224 |
Forum: JSP Jan 21st, 2006 |
| Replies: 13 Views: 12,792 Re: Please help with JSP mysql update query Hi,
I think your Html missing some part. Could you please clarify that what is your form doing? Get the question + answer + subject from user... then update to database?
kind regards,
yup |
Forum: JSP Jan 21st, 2006 |
| Replies: 8 Views: 4,642 Array String not working? Hi there,
I have a problem in my controller.jsp This page aims to retrieve the device's status from my database to display on the form. After that it will update device's new status when my customer... |