473,387 Members | 3,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

unable to view the complete jsp page.

Hi,
I have the following jsp page. I am able to view only a part of
it(until the occurence of the first City text box). If i remove the
first few fields from the page, I am able to see a few more fields at
the bottom.

My form class contains all the properties that are used in the jsp
page.
I don't know what I am doing wrong. I am using struts1.1 & JDK
1.4.2.

Thanks
Arun.

The jsp page:

<%@ page language="java" contentType="text/html; charset=iso-8859-1"
%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body bgcolor="white">
<html:form action="birthRegistration">
<table width="100%" border="0" cellpading="0" cellspacing="0"
bgcolor="#FFFFFF" >
<tr>
<td valign="top">
<html:img src="/mcd/consortium.gif"/>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="760">

<table cellpadding="4" cellspacing="0" border="0"
width="760" bgcolor="#EEEEEE">
<tr>
<th colspan="5" width="760"
bgcolor="#1973b0">
<font face="Tahoma">BIRTH
REGISTRATION</font>
</th> <!---end of <th> of Birth
Registration-->
</tr><!---end of first tr-->
<tr>
<td colspan="5" width="760"
bgcolor="#cccccc">
<center><b>
<font face="Tahoma">
Legal Information
</font></b></center>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<font face="Tahoma">(Fields
marked</font>
<span
class="red"><small>*</small></span>
<font face="Tahoma">are
mandatory)</font>
</td>
</tr>
<!---Birth Date&Time-->
<tr>
<td width="150">
<font face="Tahoma">Birth date</font>
<span class="basic">[</span>
<font face="Tahoma">DD</font>/
<font face="Tahoma">MM</font>/
<font face="Tahoma">YY</font>
<span class="basic">]</span>
<span class=red><b>*</b></span>
<br>
<font face="Tahoma">Birth time</font>
<span class="basic">[</span>
<font face="Tahoma">HH</font>/
<font face="Tahoma">MM</font>
<span class="basic">]</span>
</td>
<td width="170">
<html:select property="hour">
<html:option value=" "/>&nbsp;
</html:select>
<html:select property="min">
<html:option value=" "/>&nbsp;
</html:select>
<p></p>
</td>
<!---Gender-->
<td rowspan="3" width="30">&nbsp;
</td>
<td width="150">
<font face="Tahoma">Gender</font>
<span class="red"><b>*</b></span>
</td>
<td width="170" nowrap>
<html:select property="sex">
<html:option value="select"/>
<html:option value="Male"/>
<html:option value="Female"/>
</html:select>
</td>
</tr>
<!---Father & Mother Names-->
<tr>
<td width="150">
<font face="Tahoma"> Name of the Father</font>
<span class="red"><b>*</b></span>
</td>
<td width="170">
<html:text property="fathersName" size="15"
maxlength="50"/>
</td>
<td width="150">
<font face="Tahoma"> Name of the
Mother</font>
<span class="red"><b>*</b></span>
</td>
<td width="170">
<html:text property="mothersName"
size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="3">
You may specify Child Name below
</td>
</tr>
<tr>
<td colspan="4" width="760">
<table>
<tr>
<td width="142">
Child"s First Name
</td>
<td>
<html:text
property="childsFirstName"/>
</td>
<td>
Middle &nbsp;Name &nbsp;
</td>
<td>
<html:text
property="childsMiddleName"/>
</td>
<td>
&nbsp;Surname &nbsp;
</td>
<td>
<html:text
property="childsSurName"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<!--Place of Birth-->
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<tr>
<td colspan="5" width="760">
&nbsp;
</td>
</tr>
<tr>
<td width="150" valign="top">
<b> Place of Birth</b>
<span class="red"><b>*</b></span>
</td>
<td width="170" valign="top" >
<html:select property="placeOfBirth">
<html:option value="Select"/>
<html:option value="Hospital OR Institution"/>
<html:option value="House"/>
<html:option value="OtherPlaces"/>
</html:select>
</td>
<td width="150">
Hospital Name
</td>
<td>
<html:text property="hospitalName" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td width="150">
House Number
</td>
<td>
<html:text
property="houseNoBirthPlace" size="15" maxlength="50"/>
</td>
<td width="150">
Street
</td>
<td>
<html:text
property="streetNameBirthPlace" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text
property="areaBirthPlace" size="15" maxlength="50"/>
</td>
<td>
City
<html:text
property="cityBirthPlace" size="15" maxlength="50"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpading="0"
cellspacing="0" bgcolor="#FFFFFF" >
<tr>
<td>
Pincode
</td>
<td>
<html:text property="areaBirthPlace"
size="15" maxlength="50"/>
</td>
<td>
<html:text property="pincodeBirthPlace"
size="8" maxlength="6"/>
</td>
<td>
Other Places
</td>
<td>
<html:text property="otherPlace" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Address of Parents Added-->
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<tr>
<td colspan="5">
<b> Address of Parents
</td>
</tr>
<tr>
<td width="142">
House No
</td>
<td>
<html:text property="parentHouseNo"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
Street Name
</td>
<td>
<html:text property="parentStreetName"
size="15" maxlength="30"/>]
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text property="parentArea"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
City
</td>
<td>
<html:text property="parentCity"
size="15" maxlength="30"/></td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
Pincode
</td>
<td>
<html:text property="parentPinCode"
size="15" maxlength="6"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Applicants Details-->
<tr>
<td colspan="5" width="760">
<b> Applicant"s Details</b>
</td>
</tr>
<tr>
<td width="160">
Applicant"s Name
<span class=red><b>*</b></span>
</td>
<td width="170" valign="top">
<html:text property="informantsName"
size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<b> Applicant"s Address</b>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
House No
</td>
<td colspan="1" rowspan="1">
<html:text
property="informantHouseNo" size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
Street Name
</td>
<td width="170">
<html:text
property="informantStreetName" size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
Area
</td>
<td colspan="1" rowspan="1">
<html:text property="informantArea"
size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
City
</td>
<td width="170">
<html:text property="informantCity"
size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1">
&nbsp;
</td>
<td width="150" valign="top">
Pincode
</td>
<td width="170">
<html:text property="informantPinCode"
size="8" maxlength="6"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Selection of Zone-->
<tr>
<td width="120">
Select zone
<span class="red"><b>*</b></span>
</td>
<td width="140">
<html:text property="zoneCD"
size="15"maxlength="20"/>
<html:button
property="zoneAction">Button</html:button>>
</td>
<td width="100">
Select Center
<span class="red"><b>*</b></span>
</td>
<td width="120">
<html:text property="centerCD"
size="15"maxlength="20"/>
<html:button
property="centerAction">Button</html:button>
</td>
</tr>
<!--Official Information-->
<tr>
<td colspan="5" width="760"
bgcolor="#cccccc">
<center><b>
Official Information
<span class="red"><b>*</b></span>
</b>
</td>
</tr>
<tr>
<td width="150">
Documents received
<span class=red><b>*</b></span>
</td>
<td>
<html:checkbox
property="documentCheck"/>
</td>
<td width="170" >
Document received on
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
<span class="red"><b>*</b></span>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%"></TD>
</tr>
<!--checking whether Approved Or Not-->
<tr>
<td width="150">
Approved
</td>
<td colspan="1">
<html:radio property="toBeVerified"
value="true"/>
<font color="blue">
To be verified
</font><br>
<html:radio property="verified"
value="false"/>
<font color="green">
Verified
</font><br>
<html:radio property="rejected"
value="false"/>
<font color="red">
Rejected
</font>
</td>
<td width="30">
&nbsp;
</td>
<td width="170">
&nbsp;
</td>
<td nowrap>
&nbsp;
</td>
</tr>
<!--If verified filling in the registration number and
registration date.-->

<tr>
<td colspan="5" >
<font color="green">
<b>If verified please fill in the
registration number
and registration date.
</b>
</font>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<font color="green">
Registration Number
</font>
</td>
<td colspan="1" rowspan="1">
<html:text property="regNo" size="15"
maxlength="15"/>
</td>
<td width="150" valign="top">
<font color=green> Registration date
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
</font>
</td>
<td width="170">
</td>
</tr>
<tr>
<td width="150">
<font color="green">
Calculate registration Charges
</font>
</td>
<td>
Yes
<html:radio property="chargesYes"
value="true"/>
No
<html:radio property="chargesNo" value="false"/>
</td>
<td width="170">
<font color="green">
Verified date
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
</font>
</td>
<td nowrap>
</td>
</tr>
<!--If rejected specify the reason.-->
<tr>
<td colspan="5">
<font color="red"><b>
If rejected please specify the
reason.
</b></font>
</td>
</tr>
<tr></tr>
<tr >
<td width="150">
<font color="red">
Reason for not approving
</font>
</td>
<td colspan="4">
<html:select property="addlInfo">
<html:option value=""/>
<html:option
value="RecordNotTraceble"/>
<html:option
value="DateofbirththNotMatching"/>
<html:option value="NoEntry"/>
<html:option value="Other"/>
</html:select>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%"></TD>
</tr>
<!--Certificates-->
<tr>
<td width="150">
No. of certificates required
<span class="red"><b>*</b></span>
</td>
<td>
<html:text
property="noOfCertificatesRequired" size="7" maxlength="2" value="0"/>
</td>
<td>
Send By Courier
</td>
<td>
No
<html:radio property="courierNo"
value="true"/>
Yes
<html:radio property="courierYes"
value="false"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Remarks-->
<tr>
<td width="150">
Registration remarks if any
</td>
<td colspan="4">
<html:text property="regRem" size="25"
maxlength="100"/>
(Information should be less than 100
charactors)
</td>
</tr>
<tr>
<td width="150">
Approval remarks if any
</td>
<td colspan="4">
<html:text property="appRem" size="25"
maxlength="100"/>
(Information should be less than 100
charactors)
</td>
</tr>
<tr>
<td width="150">
Registration Unit
</td>
<td colspan="4">
<html:text property="regUnit"
size="25" maxlength="15" />
</td>
</tr>
<!--buttons-->
<tr valign="top" bgcolor="#CCCCCC">
<td colspan="5" width="760">
<table cellpadding="0" cellspacing="0"
border="0" align="center">
<tr>
<td width="100">
<table border="0"
cellPadding="0" cellSpacing="0" bgcolor="white" align="center">
<tr>
<td
bgColor="#1973B0" colSpan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B0" rowSpan=2 width=1>
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFFF" height="18" width="60" nowrap>
<b><font
face="Tahoma"> Submit</font>
</b></a>
</th>
<td
bgColor="#0A324D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</th>
</tr>
<tr>
<td
bgColor="#0A324D" colspan="2" height="1">
<html:img
src="/mcd/pixel.gif" width="1" height="2"/>
</td>
</tr>
</table>
</td>
<td width="100">
<table border="0"
cellPadding="0" cellSpacing="0" bgcolor="white" align="center">
<tr>
<td
bgColor="#1973B0" colspan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B0" rowSpan="2" width="1">
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFFF" height="18" width="60" nowrap>
<html:link
href="javascript: history.go(-1)"/>
<b><font
face="Tahoma"> Cancel</font>
</b></a>
</th>
<td
bgColor="#0A324D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</tr>
<tr>
<td
bgColor="#0A324D" colspan="2" height="1">
<html:img
src="/mcd/pixel.gif" width="1" height="2"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
The form bean:
package birth;

import javax.servlet.http.*;
import org.apache.struts.action.*;
import org.apache.commons.logging.*;

public class BirthRegistrationForm extends ActionForm
{
private String hour;
private String min;
private String sex;
private String fathersName;
private String mothersName;
private String childsFirstName;
private String childsMiddleName;
private String childsSurName;
private String placeOfBirth;
private String hospitalName;
private String houseNoBirthPlace;
private String streetNameBirthPlace;
private String areaBirthPlace;
private String cityBirthPlace;
private String pincodeBirthPlace;
private String otherPlace;
private String parentHouseNo;
private String parentStreetName;
private String parentArea;
private String parentCity;
private String parentPincode;
private String informantsName;
private String informantsHouseNo;
private String informantsStreetName;
private String informantsArea;
private String informantsCity;
private String informantsPinCode;
private String zoneCD;
private String zoneAction;
private String centerCD;
private String centerAction;
private boolean documentCheck;
private boolean toBeVerified;
private boolean verified;
private boolean rejected;
private boolean chargesYes;
private boolean chargesNo;
private boolean courierNo;
private boolean courierYes;
private String regNo;
private String add1Info;
private String noOfCertificatesRequired;
private String regRem;
private String appRem;
private String regUnit;

/**
* Getter for property add1Info.
* @return Value of property add1Info.
*/
public java.lang.String getAdd1Info() {
return add1Info;
}

/**
* Setter for property add1Info.
* @param add1Info New value of property add1Info.
*/
public void setAdd1Info(java.lang.String add1Info) {
this.add1Info = add1Info;
}

/**
* Getter for property appRem.
* @return Value of property appRem.
*/
public java.lang.String getAppRem() {
return appRem;
}

/**
* Setter for property appRem.
* @param appRem New value of property appRem.
*/
public void setAppRem(java.lang.String appRem) {
this.appRem = appRem;
}

/**
* Getter for property areaBirthPlace.
* @return Value of property areaBirthPlace.
*/
public java.lang.String getAreaBirthPlace() {
return areaBirthPlace;
}

/**
* Setter for property areaBirthPlace.
* @param areaBirthPlace New value of property areaBirthPlace.
*/
public void setAreaBirthPlace(java.lang.String areaBirthPlace)
{
this.areaBirthPlace = areaBirthPlace;
}

/**
* Getter for property centerAction.
* @return Value of property centerAction.
*/
public java.lang.String getCenterAction() {
return centerAction;
}

/**
* Setter for property centerAction.
* @param centerAction New value of property centerAction.
*/
public void setCenterAction(java.lang.String centerAction) {
this.centerAction = centerAction;
}

/**
* Getter for property centerCD.
* @return Value of property centerCD.
*/
public java.lang.String getCenterCD() {
return centerCD;
}

/**
* Setter for property centerCD.
* @param centerCD New value of property centerCD.
*/
public void setCenterCD(java.lang.String centerCD) {
this.centerCD = centerCD;
}

/**
* Getter for property chargesNo.
* @return Value of property chargesNo.
*/
public boolean isChargesNo() {
return chargesNo;
}

/**
* Setter for property chargesNo.
* @param chargesNo New value of property chargesNo.
*/
public void setChargesNo(boolean chargesNo) {
this.chargesNo = chargesNo;
}

/**
* Getter for property chargesYes.
* @return Value of property chargesYes.
*/
public boolean isChargesYes() {
return chargesYes;
}

/**
* Setter for property chargesYes.
* @param chargesYes New value of property chargesYes.
*/
public void setChargesYes(boolean chargesYes) {
this.chargesYes = chargesYes;
}

/**
* Getter for property childsFirstName.
* @return Value of property childsFirstName.
*/
public java.lang.String getChildsFirstName() {
return childsFirstName;
}

/**
* Setter for property childsFirstName.
* @param childsFirstName New value of property
childsFirstName.
*/
public void setChildsFirstName(java.lang.String
childsFirstName) {
this.childsFirstName = childsFirstName;
}

/**
* Getter for property childsMiddleName.
* @return Value of property childsMiddleName.
*/
public java.lang.String getChildsMiddleName() {
return childsMiddleName;
}

/**
* Setter for property childsMiddleName.
* @param childsMiddleName New value of property
childsMiddleName.
*/
public void setChildsMiddleName(java.lang.String
childsMiddleName) {
this.childsMiddleName = childsMiddleName;
}

/**
* Getter for property childsSurName.
* @return Value of property childsSurName.
*/
public java.lang.String getChildsSurName() {
return childsSurName;
}

/**
* Setter for property childsSurName.
* @param childsSurName New value of property childsSurName.
*/
public void setChildsSurName(java.lang.String childsSurName) {
this.childsSurName = childsSurName;
}

/**
* Getter for property cityBirthPlace.
* @return Value of property cityBirthPlace.
*/
public java.lang.String getCityBirthPlace() {
return cityBirthPlace;
}

/**
* Setter for property cityBirthPlace.
* @param cityBirthPlace New value of property cityBirthPlace.
*/
public void setCityBirthPlace(java.lang.String cityBirthPlace)
{
this.cityBirthPlace = cityBirthPlace;
}

/**
* Getter for property courierNo.
* @return Value of property courierNo.
*/
public boolean isCourierNo() {
return courierNo;
}

/**
* Setter for property courierNo.
* @param courierNo New value of property courierNo.
*/
public void setCourierNo(boolean courierNo) {
this.courierNo = courierNo;
}

/**
* Getter for property courierYes.
* @return Value of property courierYes.
*/
public boolean isCourierYes() {
return courierYes;
}

/**
* Setter for property courierYes.
* @param courierYes New value of property courierYes.
*/
public void setCourierYes(boolean courierYes) {
this.courierYes = courierYes;
}

/**
* Getter for property documentCheck.
* @return Value of property documentCheck.
*/
public boolean isDocumentCheck() {
return documentCheck;
}

/**
* Setter for property documentCheck.
* @param documentCheck New value of property documentCheck.
*/
public void setDocumentCheck(boolean documentCheck) {
this.documentCheck = documentCheck;
}

/**
* Getter for property fathersName.
* @return Value of property fathersName.
*/
public java.lang.String getFathersName() {
return fathersName;
}

/**
* Setter for property fathersName.
* @param fathersName New value of property fathersName.
*/
public void setFathersName(java.lang.String fathersName) {
this.fathersName = fathersName;
}

/**
* Getter for property hospitalName.
* @return Value of property hospitalName.
*/
public java.lang.String getHospitalName() {
return hospitalName;
}

/**
* Setter for property hospitalName.
* @param hospitalName New value of property hospitalName.
*/
public void setHospitalName(java.lang.String hospitalName) {
this.hospitalName = hospitalName;
}

/**
* Getter for property hour.
* @return Value of property hour.
*/
public java.lang.String getHour() {
return hour;
}

/**
* Setter for property hour.
* @param hour New value of property hour.
*/
public void setHour(java.lang.String hour) {
this.hour = hour;
}

/**
* Getter for property houseNoBirthPlace.
* @return Value of property houseNoBirthPlace.
*/
public java.lang.String getHouseNoBirthPlace() {
return houseNoBirthPlace;
}

/**
* Setter for property houseNoBirthPlace.
* @param houseNoBirthPlace New value of property
houseNoBirthPlace.
*/
public void setHouseNoBirthPlace(java.lang.String
houseNoBirthPlace) {
this.houseNoBirthPlace = houseNoBirthPlace;
}

/**
* Getter for property informantsArea.
* @return Value of property informantsArea.
*/
public java.lang.String getInformantsArea() {
return informantsArea;
}

/**
* Setter for property informantsArea.
* @param informantsArea New value of property informantsArea.
*/
public void setInformantsArea(java.lang.String informantsArea)
{
this.informantsArea = informantsArea;
}

/**
* Getter for property informantsCity.
* @return Value of property informantsCity.
*/
public java.lang.String getInformantsCity() {
return informantsCity;
}

/**
* Setter for property informantsCity.
* @param informantsCity New value of property informantsCity.
*/
public void setInformantsCity(java.lang.String informantsCity)
{
this.informantsCity = informantsCity;
}

/**
* Getter for property informantsHouseNo.
* @return Value of property informantsHouseNo.
*/
public java.lang.String getInformantsHouseNo() {
return informantsHouseNo;
}

/**
* Setter for property informantsHouseNo.
* @param informantsHouseNo New value of property
informantsHouseNo.
*/
public void setInformantsHouseNo(java.lang.String
informantsHouseNo) {
this.informantsHouseNo = informantsHouseNo;
}

/**
* Getter for property informantsName.
* @return Value of property informantsName.
*/
public java.lang.String getInformantsName() {
return informantsName;
}

/**
* Setter for property informantsName.
* @param informantsName New value of property informantsName.
*/
public void setInformantsName(java.lang.String informantsName)
{
this.informantsName = informantsName;
}

/**
* Getter for property informantsPinCode.
* @return Value of property informantsPinCode.
*/
public java.lang.String getInformantsPinCode() {
return informantsPinCode;
}

/**
* Setter for property informantsPinCode.
* @param informantsPinCode New value of property
informantsPinCode.
*/
public void setInformantsPinCode(java.lang.String
informantsPinCode) {
this.informantsPinCode = informantsPinCode;
}

/**
* Getter for property informantsStreetName.
* @return Value of property informantsStreetName.
*/
public java.lang.String getInformantsStreetName() {
return informantsStreetName;
}

/**
* Setter for property informantsStreetName.
* @param informantsStreetName New value of property
informantsStreetName.
*/
public void setInformantsStreetName(java.lang.String
informantsStreetName) {
this.informantsStreetName = informantsStreetName;
}

/**
* Getter for property min.
* @return Value of property min.
*/
public java.lang.String getMin() {
return min;
}

/**
* Setter for property min.
* @param min New value of property min.
*/
public void setMin(java.lang.String min) {
this.min = min;
}

/**
* Getter for property mothersName.
* @return Value of property mothersName.
*/
public java.lang.String getMothersName() {
return mothersName;
}

/**
* Setter for property mothersName.
* @param mothersName New value of property mothersName.
*/
public void setMothersName(java.lang.String mothersName) {
this.mothersName = mothersName;
}

/**
* Getter for property noOfCertificatesRequired.
* @return Value of property noOfCertificatesRequired.
*/
public java.lang.String getNoOfCertificatesRequired() {
return noOfCertificatesRequired;
}

/**
* Setter for property noOfCertificatesRequired.
* @param noOfCertificatesRequired New value of property
noOfCertificatesRequired.
*/
public void setNoOfCertificatesRequired(java.lang.String
noOfCertificatesRequired) {
this.noOfCertificatesRequired = noOfCertificatesRequired;
}

/**
* Getter for property otherPlace.
* @return Value of property otherPlace.
*/
public java.lang.String getOtherPlace() {
return otherPlace;
}

/**
* Setter for property otherPlace.
* @param otherPlace New value of property otherPlace.
*/
public void setOtherPlace(java.lang.String otherPlace) {
this.otherPlace = otherPlace;
}

/**
* Getter for property parentArea.
* @return Value of property parentArea.
*/
public java.lang.String getParentArea() {
return parentArea;
}

/**
* Setter for property parentArea.
* @param parentArea New value of property parentArea.
*/
public void setParentArea(java.lang.String parentArea) {
this.parentArea = parentArea;
}

/**
* Getter for property parentCity.
* @return Value of property parentCity.
*/
public java.lang.String getParentCity() {
return parentCity;
}

/**
* Setter for property parentCity.
* @param parentCity New value of property parentCity.
*/
public void setParentCity(java.lang.String parentCity) {
this.parentCity = parentCity;
}

/**
* Getter for property parentHouseNo.
* @return Value of property parentHouseNo.
*/
public java.lang.String getParentHouseNo() {
return parentHouseNo;
}

/**
* Setter for property parentHouseNo.
* @param parentHouseNo New value of property parentHouseNo.
*/
public void setParentHouseNo(java.lang.String parentHouseNo) {
this.parentHouseNo = parentHouseNo;
}

/**
* Getter for property parentPincode.
* @return Value of property parentPincode.
*/
public java.lang.String getParentPincode() {
return parentPincode;
}

/**
* Setter for property parentPincode.
* @param parentPincode New value of property parentPincode.
*/
public void setParentPincode(java.lang.String parentPincode) {
this.parentPincode = parentPincode;
}

/**
* Getter for property parentStreetName.
* @return Value of property parentStreetName.
*/
public java.lang.String getParentStreetName() {
return parentStreetName;
}

/**
* Setter for property parentStreetName.
* @param parentStreetName New value of property
parentStreetName.
*/
public void setParentStreetName(java.lang.String
parentStreetName) {
this.parentStreetName = parentStreetName;
}

/**
* Getter for property pincodeBirthPlace.
* @return Value of property pincodeBirthPlace.
*/
public java.lang.String getPincodeBirthPlace() {
return pincodeBirthPlace;
}

/**
* Setter for property pincodeBirthPlace.
* @param pincodeBirthPlace New value of property
pincodeBirthPlace.
*/
public void setPincodeBirthPlace(java.lang.String
pincodeBirthPlace) {
this.pincodeBirthPlace = pincodeBirthPlace;
}

/**
* Getter for property placeOfBirth.
* @return Value of property placeOfBirth.
*/
public java.lang.String getPlaceOfBirth() {
return placeOfBirth;
}

/**
* Setter for property placeOfBirth.
* @param placeOfBirth New value of property placeOfBirth.
*/
public void setPlaceOfBirth(java.lang.String placeOfBirth) {
this.placeOfBirth = placeOfBirth;
}

/**
* Getter for property regNo.
* @return Value of property regNo.
*/
public java.lang.String getRegNo() {
return regNo;
}

/**
* Setter for property regNo.
* @param regNo New value of property regNo.
*/
public void setRegNo(java.lang.String regNo) {
this.regNo = regNo;
}

/**
* Getter for property regRem.
* @return Value of property regRem.
*/
public java.lang.String getRegRem() {
return regRem;
}

/**
* Setter for property regRem.
* @param regRem New value of property regRem.
*/
public void setRegRem(java.lang.String regRem) {
this.regRem = regRem;
}

/**
* Getter for property regUnit.
* @return Value of property regUnit.
*/
public java.lang.String getRegUnit() {
return regUnit;
}

/**
* Setter for property regUnit.
* @param regUnit New value of property regUnit.
*/
public void setRegUnit(java.lang.String regUnit) {
this.regUnit = regUnit;
}

/**
* Getter for property rejected.
* @return Value of property rejected.
*/
public boolean isRejected() {
return rejected;
}

/**
* Setter for property rejected.
* @param rejected New value of property rejected.
*/
public void setRejected(boolean rejected) {
this.rejected = rejected;
}

/**
* Getter for property sex.
* @return Value of property sex.
*/
public java.lang.String getSex() {
return sex;
}

/**
* Setter for property sex.
* @param sex New value of property sex.
*/
public void setSex(java.lang.String sex) {
this.sex = sex;
}

/**
* Getter for property streetNameBirthPlace.
* @return Value of property streetNameBirthPlace.
*/
public java.lang.String getStreetNameBirthPlace() {
return streetNameBirthPlace;
}

/**
* Setter for property streetNameBirthPlace.
* @param streetNameBirthPlace New value of property
streetNameBirthPlace.
*/
public void setStreetNameBirthPlace(java.lang.String
streetNameBirthPlace) {
this.streetNameBirthPlace = streetNameBirthPlace;
}

/**
* Getter for property toBeVerified.
* @return Value of property toBeVerified.
*/
public boolean isToBeVerified() {
return toBeVerified;
}

/**
* Setter for property toBeVerified.
* @param toBeVerified New value of property toBeVerified.
*/
public void setToBeVerified(boolean toBeVerified) {
this.toBeVerified = toBeVerified;
}

/**
* Getter for property verified.
* @return Value of property verified.
*/
public boolean isVerified() {
return verified;
}

/**
* Setter for property verified.
* @param verified New value of property verified.
*/
public void setVerified(boolean verified) {
this.verified = verified;
}

/**
* Getter for property zoneAction.
* @return Value of property zoneAction.
*/
public java.lang.String getZoneAction() {
return zoneAction;
}

/**
* Setter for property zoneAction.
* @param zoneAction New value of property zoneAction.
*/
public void setZoneAction(java.lang.String zoneAction) {
this.zoneAction = zoneAction;
}

/**
* Getter for property zoneCD.
* @return Value of property zoneCD.
*/
public java.lang.String getZoneCD() {
return zoneCD;
}

/**
* Setter for property zoneCD.
* @param zoneCD New value of property zoneCD.
*/
public void setZoneCD(java.lang.String zoneCD) {
this.zoneCD = zoneCD;
}
}
Jul 17 '05 #1
1 2283
Have you tried putting the whole page in a try/catch? Catch throwable and
print a stack trace.

Hope this helps

"Arun Nair" <ar********@yahoo.com> wrote in message
news:b0**************************@posting.google.c om...
Hi,
I have the following jsp page. I am able to view only a part of
it(until the occurence of the first City text box). If i remove the
first few fields from the page, I am able to see a few more fields at
the bottom.

My form class contains all the properties that are used in the jsp
page.
I don't know what I am doing wrong. I am using struts1.1 & JDK
1.4.2.

Thanks
Arun.

The jsp page:

<%@ page language="java" contentType="text/html; charset=iso-8859-1"
%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body bgcolor="white">
<html:form action="birthRegistration">
<table width="100%" border="0" cellpading="0" cellspacing="0"
bgcolor="#FFFFFF" >
<tr>
<td valign="top">
<html:img src="/mcd/consortium.gif"/>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="760">

<table cellpadding="4" cellspacing="0" border="0"
width="760" bgcolor="#EEEEEE">
<tr>
<th colspan="5" width="760"
bgcolor="#1973b0">
<font face="Tahoma">BIRTH
REGISTRATION</font>
</th> <!---end of <th> of Birth
Registration-->
</tr><!---end of first tr-->
<tr>
<td colspan="5" width="760"
bgcolor="#cccccc">
<center><b>
<font face="Tahoma">
Legal Information
</font></b></center>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<font face="Tahoma">(Fields
marked</font>
<span
class="red"><small>*</small></span>
<font face="Tahoma">are
mandatory)</font>
</td>
</tr>
<!---Birth Date&Time-->
<tr>
<td width="150">
<font face="Tahoma">Birth date</font>
<span class="basic">[</span>
<font face="Tahoma">DD</font>/
<font face="Tahoma">MM</font>/
<font face="Tahoma">YY</font>
<span class="basic">]</span>
<span class=red><b>*</b></span>
<br>
<font face="Tahoma">Birth time</font>
<span class="basic">[</span>
<font face="Tahoma">HH</font>/
<font face="Tahoma">MM</font>
<span class="basic">]</span>
</td>
<td width="170">
<html:select property="hour">
<html:option value=" "/>&nbsp;
</html:select>
<html:select property="min">
<html:option value=" "/>&nbsp;
</html:select>
<p></p>
</td>
<!---Gender-->
<td rowspan="3" width="30">&nbsp;
</td>
<td width="150">
<font face="Tahoma">Gender</font>
<span class="red"><b>*</b></span>
</td>
<td width="170" nowrap>
<html:select property="sex">
<html:option value="select"/>
<html:option value="Male"/>
<html:option value="Female"/>
</html:select>
</td>
</tr>
<!---Father & Mother Names-->
<tr>
<td width="150">
<font face="Tahoma"> Name of the Father</font>
<span class="red"><b>*</b></span>
</td>
<td width="170">
<html:text property="fathersName" size="15"
maxlength="50"/>
</td>
<td width="150">
<font face="Tahoma"> Name of the
Mother</font>
<span class="red"><b>*</b></span>
</td>
<td width="170">
<html:text property="mothersName"
size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="3">
You may specify Child Name below
</td>
</tr>
<tr>
<td colspan="4" width="760">
<table>
<tr>
<td width="142">
Child"s First Name
</td>
<td>
<html:text
property="childsFirstName"/>
</td>
<td>
Middle &nbsp;Name &nbsp;
</td>
<td>
<html:text
property="childsMiddleName"/>
</td>
<td>
&nbsp;Surname &nbsp;
</td>
<td>
<html:text
property="childsSurName"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<!--Place of Birth-->
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<tr>
<td colspan="5" width="760">
&nbsp;
</td>
</tr>
<tr>
<td width="150" valign="top">
<b> Place of Birth</b>
<span class="red"><b>*</b></span>
</td>
<td width="170" valign="top" >
<html:select property="placeOfBirth">
<html:option value="Select"/>
<html:option value="Hospital OR Institution"/>
<html:option value="House"/>
<html:option value="OtherPlaces"/>
</html:select>
</td>
<td width="150">
Hospital Name
</td>
<td>
<html:text property="hospitalName" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td width="150">
House Number
</td>
<td>
<html:text
property="houseNoBirthPlace" size="15" maxlength="50"/>
</td>
<td width="150">
Street
</td>
<td>
<html:text
property="streetNameBirthPlace" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text
property="areaBirthPlace" size="15" maxlength="50"/>
</td>
<td>
City
<html:text
property="cityBirthPlace" size="15" maxlength="50"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpading="0"
cellspacing="0" bgcolor="#FFFFFF" >
<tr>
<td>
Pincode
</td>
<td>
<html:text property="areaBirthPlace"
size="15" maxlength="50"/>
</td>
<td>
<html:text property="pincodeBirthPlace"
size="8" maxlength="6"/>
</td>
<td>
Other Places
</td>
<td>
<html:text property="otherPlace" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Address of Parents Added-->
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<tr>
<td colspan="5">
<b> Address of Parents
</td>
</tr>
<tr>
<td width="142">
House No
</td>
<td>
<html:text property="parentHouseNo"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
Street Name
</td>
<td>
<html:text property="parentStreetName"
size="15" maxlength="30"/>]
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text property="parentArea"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
City
</td>
<td>
<html:text property="parentCity"
size="15" maxlength="30"/></td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
Pincode
</td>
<td>
<html:text property="parentPinCode"
size="15" maxlength="6"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Applicants Details-->
<tr>
<td colspan="5" width="760">
<b> Applicant"s Details</b>
</td>
</tr>
<tr>
<td width="160">
Applicant"s Name
<span class=red><b>*</b></span>
</td>
<td width="170" valign="top">
<html:text property="informantsName"
size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<b> Applicant"s Address</b>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
House No
</td>
<td colspan="1" rowspan="1">
<html:text
property="informantHouseNo" size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
Street Name
</td>
<td width="170">
<html:text
property="informantStreetName" size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
Area
</td>
<td colspan="1" rowspan="1">
<html:text property="informantArea"
size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
City
</td>
<td width="170">
<html:text property="informantCity"
size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1">
&nbsp;
</td>
<td width="150" valign="top">
Pincode
</td>
<td width="170">
<html:text property="informantPinCode"
size="8" maxlength="6"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Selection of Zone-->
<tr>
<td width="120">
Select zone
<span class="red"><b>*</b></span>
</td>
<td width="140">
<html:text property="zoneCD"
size="15"maxlength="20"/>
<html:button
property="zoneAction">Button</html:button>>
</td>
<td width="100">
Select Center
<span class="red"><b>*</b></span>
</td>
<td width="120">
<html:text property="centerCD"
size="15"maxlength="20"/>
<html:button
property="centerAction">Button</html:button>
</td>
</tr>
<!--Official Information-->
<tr>
<td colspan="5" width="760"
bgcolor="#cccccc">
<center><b>
Official Information
<span class="red"><b>*</b></span>
</b>
</td>
</tr>
<tr>
<td width="150">
Documents received
<span class=red><b>*</b></span>
</td>
<td>
<html:checkbox
property="documentCheck"/>
</td>
<td width="170" >
Document received on
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
<span class="red"><b>*</b></span>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%"></TD>
</tr>
<!--checking whether Approved Or Not-->
<tr>
<td width="150">
Approved
</td>
<td colspan="1">
<html:radio property="toBeVerified"
value="true"/>
<font color="blue">
To be verified
</font><br>
<html:radio property="verified"
value="false"/>
<font color="green">
Verified
</font><br>
<html:radio property="rejected"
value="false"/>
<font color="red">
Rejected
</font>
</td>
<td width="30">
&nbsp;
</td>
<td width="170">
&nbsp;
</td>
<td nowrap>
&nbsp;
</td>
</tr>
<!--If verified filling in the registration number and
registration date.-->

<tr>
<td colspan="5" >
<font color="green">
<b>If verified please fill in the
registration number
and registration date.
</b>
</font>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<font color="green">
Registration Number
</font>
</td>
<td colspan="1" rowspan="1">
<html:text property="regNo" size="15"
maxlength="15"/>
</td>
<td width="150" valign="top">
<font color=green> Registration date
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
</font>
</td>
<td width="170">
</td>
</tr>
<tr>
<td width="150">
<font color="green">
Calculate registration Charges
</font>
</td>
<td>
Yes
<html:radio property="chargesYes"
value="true"/>
No
<html:radio property="chargesNo" value="false"/>
</td>
<td width="170">
<font color="green">
Verified date
<span class="basic">[</span>
DD/MM/YYYY
<span class="basic">]</span>
</font>
</td>
<td nowrap>
</td>
</tr>
<!--If rejected specify the reason.-->
<tr>
<td colspan="5">
<font color="red"><b>
If rejected please specify the
reason.
</b></font>
</td>
</tr>
<tr></tr>
<tr >
<td width="150">
<font color="red">
Reason for not approving
</font>
</td>
<td colspan="4">
<html:select property="addlInfo">
<html:option value=""/>
<html:option
value="RecordNotTraceble"/>
<html:option
value="DateofbirththNotMatching"/>
<html:option value="NoEntry"/>
<html:option value="Other"/>
</html:select>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%"></TD>
</tr>
<!--Certificates-->
<tr>
<td width="150">
No. of certificates required
<span class="red"><b>*</b></span>
</td>
<td>
<html:text
property="noOfCertificatesRequired" size="7" maxlength="2" value="0"/>
</td>
<td>
Send By Courier
</td>
<td>
No
<html:radio property="courierNo"
value="true"/>
Yes
<html:radio property="courierYes"
value="false"/>
</td>
</tr>
<tr>
<td colspan="5" width="760">
<hr width="100%">
</td>
</tr>
<!--Remarks-->
<tr>
<td width="150">
Registration remarks if any
</td>
<td colspan="4">
<html:text property="regRem" size="25"
maxlength="100"/>
(Information should be less than 100
charactors)
</td>
</tr>
<tr>
<td width="150">
Approval remarks if any
</td>
<td colspan="4">
<html:text property="appRem" size="25"
maxlength="100"/>
(Information should be less than 100
charactors)
</td>
</tr>
<tr>
<td width="150">
Registration Unit
</td>
<td colspan="4">
<html:text property="regUnit"
size="25" maxlength="15" />
</td>
</tr>
<!--buttons-->
<tr valign="top" bgcolor="#CCCCCC">
<td colspan="5" width="760">
<table cellpadding="0" cellspacing="0"
border="0" align="center">
<tr>
<td width="100">
<table border="0"
cellPadding="0" cellSpacing="0" bgcolor="white" align="center">
<tr>
<td
bgColor="#1973B0" colSpan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B0" rowSpan=2 width=1>
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFFF" height="18" width="60" nowrap>
<b><font
face="Tahoma"> Submit</font>
</b></a>
</th>
<td
bgColor="#0A324D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</th>
</tr>
<tr>
<td
bgColor="#0A324D" colspan="2" height="1">
<html:img
src="/mcd/pixel.gif" width="1" height="2"/>
</td>
</tr>
</table>
</td>
<td width="100">
<table border="0"
cellPadding="0" cellSpacing="0" bgcolor="white" align="center">
<tr>
<td
bgColor="#1973B0" colspan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B0" rowSpan="2" width="1">
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFFF" height="18" width="60" nowrap>
<html:link
href="javascript: history.go(-1)"/>
<b><font
face="Tahoma"> Cancel</font>
</b></a>
</th>
<td
bgColor="#0A324D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</tr>
<tr>
<td
bgColor="#0A324D" colspan="2" height="1">
<html:img
src="/mcd/pixel.gif" width="1" height="2"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
The form bean:
package birth;

import javax.servlet.http.*;
import org.apache.struts.action.*;
import org.apache.commons.logging.*;

public class BirthRegistrationForm extends ActionForm
{
private String hour;
private String min;
private String sex;
private String fathersName;
private String mothersName;
private String childsFirstName;
private String childsMiddleName;
private String childsSurName;
private String placeOfBirth;
private String hospitalName;
private String houseNoBirthPlace;
private String streetNameBirthPlace;
private String areaBirthPlace;
private String cityBirthPlace;
private String pincodeBirthPlace;
private String otherPlace;
private String parentHouseNo;
private String parentStreetName;
private String parentArea;
private String parentCity;
private String parentPincode;
private String informantsName;
private String informantsHouseNo;
private String informantsStreetName;
private String informantsArea;
private String informantsCity;
private String informantsPinCode;
private String zoneCD;
private String zoneAction;
private String centerCD;
private String centerAction;
private boolean documentCheck;
private boolean toBeVerified;
private boolean verified;
private boolean rejected;
private boolean chargesYes;
private boolean chargesNo;
private boolean courierNo;
private boolean courierYes;
private String regNo;
private String add1Info;
private String noOfCertificatesRequired;
private String regRem;
private String appRem;
private String regUnit;

/**
* Getter for property add1Info.
* @return Value of property add1Info.
*/
public java.lang.String getAdd1Info() {
return add1Info;
}

/**
* Setter for property add1Info.
* @param add1Info New value of property add1Info.
*/
public void setAdd1Info(java.lang.String add1Info) {
this.add1Info = add1Info;
}

/**
* Getter for property appRem.
* @return Value of property appRem.
*/
public java.lang.String getAppRem() {
return appRem;
}

/**
* Setter for property appRem.
* @param appRem New value of property appRem.
*/
public void setAppRem(java.lang.String appRem) {
this.appRem = appRem;
}

/**
* Getter for property areaBirthPlace.
* @return Value of property areaBirthPlace.
*/
public java.lang.String getAreaBirthPlace() {
return areaBirthPlace;
}

/**
* Setter for property areaBirthPlace.
* @param areaBirthPlace New value of property areaBirthPlace.
*/
public void setAreaBirthPlace(java.lang.String areaBirthPlace)
{
this.areaBirthPlace = areaBirthPlace;
}

/**
* Getter for property centerAction.
* @return Value of property centerAction.
*/
public java.lang.String getCenterAction() {
return centerAction;
}

/**
* Setter for property centerAction.
* @param centerAction New value of property centerAction.
*/
public void setCenterAction(java.lang.String centerAction) {
this.centerAction = centerAction;
}

/**
* Getter for property centerCD.
* @return Value of property centerCD.
*/
public java.lang.String getCenterCD() {
return centerCD;
}

/**
* Setter for property centerCD.
* @param centerCD New value of property centerCD.
*/
public void setCenterCD(java.lang.String centerCD) {
this.centerCD = centerCD;
}

/**
* Getter for property chargesNo.
* @return Value of property chargesNo.
*/
public boolean isChargesNo() {
return chargesNo;
}

/**
* Setter for property chargesNo.
* @param chargesNo New value of property chargesNo.
*/
public void setChargesNo(boolean chargesNo) {
this.chargesNo = chargesNo;
}

/**
* Getter for property chargesYes.
* @return Value of property chargesYes.
*/
public boolean isChargesYes() {
return chargesYes;
}

/**
* Setter for property chargesYes.
* @param chargesYes New value of property chargesYes.
*/
public void setChargesYes(boolean chargesYes) {
this.chargesYes = chargesYes;
}

/**
* Getter for property childsFirstName.
* @return Value of property childsFirstName.
*/
public java.lang.String getChildsFirstName() {
return childsFirstName;
}

/**
* Setter for property childsFirstName.
* @param childsFirstName New value of property
childsFirstName.
*/
public void setChildsFirstName(java.lang.String
childsFirstName) {
this.childsFirstName = childsFirstName;
}

/**
* Getter for property childsMiddleName.
* @return Value of property childsMiddleName.
*/
public java.lang.String getChildsMiddleName() {
return childsMiddleName;
}

/**
* Setter for property childsMiddleName.
* @param childsMiddleName New value of property
childsMiddleName.
*/
public void setChildsMiddleName(java.lang.String
childsMiddleName) {
this.childsMiddleName = childsMiddleName;
}

/**
* Getter for property childsSurName.
* @return Value of property childsSurName.
*/
public java.lang.String getChildsSurName() {
return childsSurName;
}

/**
* Setter for property childsSurName.
* @param childsSurName New value of property childsSurName.
*/
public void setChildsSurName(java.lang.String childsSurName) {
this.childsSurName = childsSurName;
}

/**
* Getter for property cityBirthPlace.
* @return Value of property cityBirthPlace.
*/
public java.lang.String getCityBirthPlace() {
return cityBirthPlace;
}

/**
* Setter for property cityBirthPlace.
* @param cityBirthPlace New value of property cityBirthPlace.
*/
public void setCityBirthPlace(java.lang.String cityBirthPlace)
{
this.cityBirthPlace = cityBirthPlace;
}

/**
* Getter for property courierNo.
* @return Value of property courierNo.
*/
public boolean isCourierNo() {
return courierNo;
}

/**
* Setter for property courierNo.
* @param courierNo New value of property courierNo.
*/
public void setCourierNo(boolean courierNo) {
this.courierNo = courierNo;
}

/**
* Getter for property courierYes.
* @return Value of property courierYes.
*/
public boolean isCourierYes() {
return courierYes;
}

/**
* Setter for property courierYes.
* @param courierYes New value of property courierYes.
*/
public void setCourierYes(boolean courierYes) {
this.courierYes = courierYes;
}

/**
* Getter for property documentCheck.
* @return Value of property documentCheck.
*/
public boolean isDocumentCheck() {
return documentCheck;
}

/**
* Setter for property documentCheck.
* @param documentCheck New value of property documentCheck.
*/
public void setDocumentCheck(boolean documentCheck) {
this.documentCheck = documentCheck;
}

/**
* Getter for property fathersName.
* @return Value of property fathersName.
*/
public java.lang.String getFathersName() {
return fathersName;
}

/**
* Setter for property fathersName.
* @param fathersName New value of property fathersName.
*/
public void setFathersName(java.lang.String fathersName) {
this.fathersName = fathersName;
}

/**
* Getter for property hospitalName.
* @return Value of property hospitalName.
*/
public java.lang.String getHospitalName() {
return hospitalName;
}

/**
* Setter for property hospitalName.
* @param hospitalName New value of property hospitalName.
*/
public void setHospitalName(java.lang.String hospitalName) {
this.hospitalName = hospitalName;
}

/**
* Getter for property hour.
* @return Value of property hour.
*/
public java.lang.String getHour() {
return hour;
}

/**
* Setter for property hour.
* @param hour New value of property hour.
*/
public void setHour(java.lang.String hour) {
this.hour = hour;
}

/**
* Getter for property houseNoBirthPlace.
* @return Value of property houseNoBirthPlace.
*/
public java.lang.String getHouseNoBirthPlace() {
return houseNoBirthPlace;
}

/**
* Setter for property houseNoBirthPlace.
* @param houseNoBirthPlace New value of property
houseNoBirthPlace.
*/
public void setHouseNoBirthPlace(java.lang.String
houseNoBirthPlace) {
this.houseNoBirthPlace = houseNoBirthPlace;
}

/**
* Getter for property informantsArea.
* @return Value of property informantsArea.
*/
public java.lang.String getInformantsArea() {
return informantsArea;
}

/**
* Setter for property informantsArea.
* @param informantsArea New value of property informantsArea.
*/
public void setInformantsArea(java.lang.String informantsArea)
{
this.informantsArea = informantsArea;
}

/**
* Getter for property informantsCity.
* @return Value of property informantsCity.
*/
public java.lang.String getInformantsCity() {
return informantsCity;
}

/**
* Setter for property informantsCity.
* @param informantsCity New value of property informantsCity.
*/
public void setInformantsCity(java.lang.String informantsCity)
{
this.informantsCity = informantsCity;
}

/**
* Getter for property informantsHouseNo.
* @return Value of property informantsHouseNo.
*/
public java.lang.String getInformantsHouseNo() {
return informantsHouseNo;
}

/**
* Setter for property informantsHouseNo.
* @param informantsHouseNo New value of property
informantsHouseNo.
*/
public void setInformantsHouseNo(java.lang.String
informantsHouseNo) {
this.informantsHouseNo = informantsHouseNo;
}

/**
* Getter for property informantsName.
* @return Value of property informantsName.
*/
public java.lang.String getInformantsName() {
return informantsName;
}

/**
* Setter for property informantsName.
* @param informantsName New value of property informantsName.
*/
public void setInformantsName(java.lang.String informantsName)
{
this.informantsName = informantsName;
}

/**
* Getter for property informantsPinCode.
* @return Value of property informantsPinCode.
*/
public java.lang.String getInformantsPinCode() {
return informantsPinCode;
}

/**
* Setter for property informantsPinCode.
* @param informantsPinCode New value of property
informantsPinCode.
*/
public void setInformantsPinCode(java.lang.String
informantsPinCode) {
this.informantsPinCode = informantsPinCode;
}

/**
* Getter for property informantsStreetName.
* @return Value of property informantsStreetName.
*/
public java.lang.String getInformantsStreetName() {
return informantsStreetName;
}

/**
* Setter for property informantsStreetName.
* @param informantsStreetName New value of property
informantsStreetName.
*/
public void setInformantsStreetName(java.lang.String
informantsStreetName) {
this.informantsStreetName = informantsStreetName;
}

/**
* Getter for property min.
* @return Value of property min.
*/
public java.lang.String getMin() {
return min;
}

/**
* Setter for property min.
* @param min New value of property min.
*/
public void setMin(java.lang.String min) {
this.min = min;
}

/**
* Getter for property mothersName.
* @return Value of property mothersName.
*/
public java.lang.String getMothersName() {
return mothersName;
}

/**
* Setter for property mothersName.
* @param mothersName New value of property mothersName.
*/
public void setMothersName(java.lang.String mothersName) {
this.mothersName = mothersName;
}

/**
* Getter for property noOfCertificatesRequired.
* @return Value of property noOfCertificatesRequired.
*/
public java.lang.String getNoOfCertificatesRequired() {
return noOfCertificatesRequired;
}

/**
* Setter for property noOfCertificatesRequired.
* @param noOfCertificatesRequired New value of property
noOfCertificatesRequired.
*/
public void setNoOfCertificatesRequired(java.lang.String
noOfCertificatesRequired) {
this.noOfCertificatesRequired = noOfCertificatesRequired;
}

/**
* Getter for property otherPlace.
* @return Value of property otherPlace.
*/
public java.lang.String getOtherPlace() {
return otherPlace;
}

/**
* Setter for property otherPlace.
* @param otherPlace New value of property otherPlace.
*/
public void setOtherPlace(java.lang.String otherPlace) {
this.otherPlace = otherPlace;
}

/**
* Getter for property parentArea.
* @return Value of property parentArea.
*/
public java.lang.String getParentArea() {
return parentArea;
}

/**
* Setter for property parentArea.
* @param parentArea New value of property parentArea.
*/
public void setParentArea(java.lang.String parentArea) {
this.parentArea = parentArea;
}

/**
* Getter for property parentCity.
* @return Value of property parentCity.
*/
public java.lang.String getParentCity() {
return parentCity;
}

/**
* Setter for property parentCity.
* @param parentCity New value of property parentCity.
*/
public void setParentCity(java.lang.String parentCity) {
this.parentCity = parentCity;
}

/**
* Getter for property parentHouseNo.
* @return Value of property parentHouseNo.
*/
public java.lang.String getParentHouseNo() {
return parentHouseNo;
}

/**
* Setter for property parentHouseNo.
* @param parentHouseNo New value of property parentHouseNo.
*/
public void setParentHouseNo(java.lang.String parentHouseNo) {
this.parentHouseNo = parentHouseNo;
}

/**
* Getter for property parentPincode.
* @return Value of property parentPincode.
*/
public java.lang.String getParentPincode() {
return parentPincode;
}

/**
* Setter for property parentPincode.
* @param parentPincode New value of property parentPincode.
*/
public void setParentPincode(java.lang.String parentPincode) {
this.parentPincode = parentPincode;
}

/**
* Getter for property parentStreetName.
* @return Value of property parentStreetName.
*/
public java.lang.String getParentStreetName() {
return parentStreetName;
}

/**
* Setter for property parentStreetName.
* @param parentStreetName New value of property
parentStreetName.
*/
public void setParentStreetName(java.lang.String
parentStreetName) {
this.parentStreetName = parentStreetName;
}

/**
* Getter for property pincodeBirthPlace.
* @return Value of property pincodeBirthPlace.
*/
public java.lang.String getPincodeBirthPlace() {
return pincodeBirthPlace;
}

/**
* Setter for property pincodeBirthPlace.
* @param pincodeBirthPlace New value of property
pincodeBirthPlace.
*/
public void setPincodeBirthPlace(java.lang.String
pincodeBirthPlace) {
this.pincodeBirthPlace = pincodeBirthPlace;
}

/**
* Getter for property placeOfBirth.
* @return Value of property placeOfBirth.
*/
public java.lang.String getPlaceOfBirth() {
return placeOfBirth;
}

/**
* Setter for property placeOfBirth.
* @param placeOfBirth New value of property placeOfBirth.
*/
public void setPlaceOfBirth(java.lang.String placeOfBirth) {
this.placeOfBirth = placeOfBirth;
}

/**
* Getter for property regNo.
* @return Value of property regNo.
*/
public java.lang.String getRegNo() {
return regNo;
}

/**
* Setter for property regNo.
* @param regNo New value of property regNo.
*/
public void setRegNo(java.lang.String regNo) {
this.regNo = regNo;
}

/**
* Getter for property regRem.
* @return Value of property regRem.
*/
public java.lang.String getRegRem() {
return regRem;
}

/**
* Setter for property regRem.
* @param regRem New value of property regRem.
*/
public void setRegRem(java.lang.String regRem) {
this.regRem = regRem;
}

/**
* Getter for property regUnit.
* @return Value of property regUnit.
*/
public java.lang.String getRegUnit() {
return regUnit;
}

/**
* Setter for property regUnit.
* @param regUnit New value of property regUnit.
*/
public void setRegUnit(java.lang.String regUnit) {
this.regUnit = regUnit;
}

/**
* Getter for property rejected.
* @return Value of property rejected.
*/
public boolean isRejected() {
return rejected;
}

/**
* Setter for property rejected.
* @param rejected New value of property rejected.
*/
public void setRejected(boolean rejected) {
this.rejected = rejected;
}

/**
* Getter for property sex.
* @return Value of property sex.
*/
public java.lang.String getSex() {
return sex;
}

/**
* Setter for property sex.
* @param sex New value of property sex.
*/
public void setSex(java.lang.String sex) {
this.sex = sex;
}

/**
* Getter for property streetNameBirthPlace.
* @return Value of property streetNameBirthPlace.
*/
public java.lang.String getStreetNameBirthPlace() {
return streetNameBirthPlace;
}

/**
* Setter for property streetNameBirthPlace.
* @param streetNameBirthPlace New value of property
streetNameBirthPlace.
*/
public void setStreetNameBirthPlace(java.lang.String
streetNameBirthPlace) {
this.streetNameBirthPlace = streetNameBirthPlace;
}

/**
* Getter for property toBeVerified.
* @return Value of property toBeVerified.
*/
public boolean isToBeVerified() {
return toBeVerified;
}

/**
* Setter for property toBeVerified.
* @param toBeVerified New value of property toBeVerified.
*/
public void setToBeVerified(boolean toBeVerified) {
this.toBeVerified = toBeVerified;
}

/**
* Getter for property verified.
* @return Value of property verified.
*/
public boolean isVerified() {
return verified;
}

/**
* Setter for property verified.
* @param verified New value of property verified.
*/
public void setVerified(boolean verified) {
this.verified = verified;
}

/**
* Getter for property zoneAction.
* @return Value of property zoneAction.
*/
public java.lang.String getZoneAction() {
return zoneAction;
}

/**
* Setter for property zoneAction.
* @param zoneAction New value of property zoneAction.
*/
public void setZoneAction(java.lang.String zoneAction) {
this.zoneAction = zoneAction;
}

/**
* Getter for property zoneCD.
* @return Value of property zoneCD.
*/
public java.lang.String getZoneCD() {
return zoneCD;
}

/**
* Setter for property zoneCD.
* @param zoneCD New value of property zoneCD.
*/
public void setZoneCD(java.lang.String zoneCD) {
this.zoneCD = zoneCD;
}
}

Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: rahul | last post by:
i have configured a web server at port 8888. i have a .asp page which i want to view it through browser. something like http://localhost:8888/test.asp isnt working. please suggest me on how to do...
10
by: Mythran | last post by:
When I try to open a web project using Microsoft Visual Studio 2003, I get the following error message (this happens on a couple of machines in-house, while on the rest it works without the error):...
2
by: NG WEI CHUNG | last post by:
Hi, Some of my clients site is unable to view the ASP .NET page due to the proxy server and firewall or perhaps IE setting etc, I m not sure what is the actual cause of the problem, it display...
0
by: lak | last post by:
Hi, I am unable to view the pdf document in IFrame when the site is secured(https). I am able to view the page correctly if i use Netscape or firefox but not IE 6.0 In IE, I get a dialogue...
4
by: Mike Fellows | last post by:
running IIS on a single server, hosting pages on an intranet basis, one single user out of 50 is having an unable to validate data issue how do i fix this (the microsoft KB is a little...
0
by: Seok Bee | last post by:
Dear Experts, In my web application, I'm having a button to view an attachment. After I retrieve the record from database (Ms. Access), I have a button to view the attachment (if there is any)....
6
by: Seok Bee | last post by:
Dear Experts, In my web application, I'm having a button to view an attachment. After I retrieve the record from database (Ms. Access), I have a button to view the attachment (if there is any)....
2
by: Niels | last post by:
Hi, We have an ASP.NET application that uses Server.CreateObject in the .aspx pages to create (ASP) COM-components (we use the 'aspcompat="true"' option). From the beginning we have seen COM+...
3
by: ashishc | last post by:
Hi All, I have written a AutoSuggest in jsp and am using javascript to call the strut page which calls the database and returns me the xml back. On the html page i have a text box where i enter...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.