hi vbkris,
this is what i am getting to my action class
int movementIndex = Integer.parseInt(getParameter(req,"movementIndex"));
where "movementIndex" is the name i used in the jsp like this
<td width="5%" valign="middle" align="center" height="1%">
<font face="Arial" size="2">...
hi vbkris,
my problem is i am using checkboxes with same name.
so i need the java array of all the check boxes that are checked and should be send to the action class from jsp.
can you please tell me where should i add the elements checked to the array?
can you please help me with some sample...
actually i check boxes should be validated using java script function.
i need some sample code in java script that verifies whether the check boxes are checked or not?
can you please help me with some sample code?
regards and thanks in advance
hi friends,
i am replacing radio buttons with check boxes in my jsp page.
i need java script function to differentiate between the boxes that are checked and the boxes that are not checked.
i mean if the box checked it should be true and the form should be submitted to the action class from the...
hi all,
i am working on an application in WSAD and websphere application server
now i need to build the application.
how can i run ant on build.xml
what prior knowledge i need to have to build the entire j2ee application in wsad.
regards and thanks in advance
Hi all,
i need problem with validating date
here is the function i used for date validation.
//
function isDateValid(title,start) {
if(start.value.length < 10) {
alert('The '+title+' Start Date is too short.');
start.focus();
return false;
}
if(!dateFormatValidation(start,false,title+'...
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.