473,549 Members | 2,583 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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="te xt/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>Untitl ed Document</title>
</head>
<body bgcolor="white" >
<html:form action="birthRe gistration">
<table width="100%" border="0" cellpading="0" cellspacing="0"
bgcolor="#FFFFF F" >
<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="#EEEEE E">
<tr>
<th colspan="5" width="760"
bgcolor="#1973b 0">
<font face="Tahoma">B IRTH
REGISTRATION</font>
</th> <!---end of <th> of Birth
Registration-->
</tr><!---end of first tr-->
<tr>
<td colspan="5" width="760"
bgcolor="#ccccc c">
<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"><sm all>*</small></span>
<font face="Tahoma">a re
mandatory)</font>
</td>
</tr>
<!---Birth Date&Time-->
<tr>
<td width="150">
<font face="Tahoma">B irth date</font>
<span class="basic">[</span>
<font face="Tahoma">D D</font>/
<font face="Tahoma">M M</font>/
<font face="Tahoma">Y Y</font>
<span class="basic">]</span>
<span class=red><b>*</b></span>
<br>
<font face="Tahoma">B irth time</font>
<span class="basic">[</span>
<font face="Tahoma">H H</font>/
<font face="Tahoma">M M</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">&nbs p;
</td>
<td width="150">
<font face="Tahoma">G ender</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="fathe rsName" 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="mothe rsName"
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="child sFirstName"/>
</td>
<td>
Middle &nbsp;Name &nbsp;
</td>
<td>
<html:text
property="child sMiddleName"/>
</td>
<td>
&nbsp;Surnam e &nbsp;
</td>
<td>
<html:text
property="child sSurName"/>
</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="place OfBirth">
<html:option value="Select"/>
<html:option value="Hospital OR Institution"/>
<html:option value="House"/>
<html:option value="OtherPla ces"/>
</html:select>
</td>
<td width="150">
Hospital Name
</td>
<td>
<html:text property="hospi talName" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td width="150">
House Number
</td>
<td>
<html:text
property="house NoBirthPlace" size="15" maxlength="50"/>
</td>
<td width="150">
Street
</td>
<td>
<html:text
property="stree tNameBirthPlace " size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text
property="areaB irthPlace" size="15" maxlength="50"/>
</td>
<td>
City
<html:text
property="cityB irthPlace" size="15" maxlength="50"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpading="0"
cellspacing="0" bgcolor="#FFFFF F" >
<tr>
<td>
Pincode
</td>
<td>
<html:text property="areaB irthPlace"
size="15" maxlength="50"/>
</td>
<td>
<html:text property="pinco deBirthPlace"
size="8" maxlength="6"/>
</td>
<td>
Other Places
</td>
<td>
<html:text property="other Place" 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="paren tHouseNo"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
Street Name
</td>
<td>
<html:text property="paren tStreetName"
size="15" maxlength="30"/>]
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text property="paren tArea"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
City
</td>
<td>
<html:text property="paren tCity"
size="15" maxlength="30"/></td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
Pincode
</td>
<td>
<html:text property="paren tPinCode"
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="infor mantsName"
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="infor mantHouseNo" size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
Street Name
</td>
<td width="170">
<html:text
property="infor mantStreetName" size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
Area
</td>
<td colspan="1" rowspan="1">
<html:text property="infor mantArea"
size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
City
</td>
<td width="170">
<html:text property="infor mantCity"
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="infor mantPinCode"
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="zoneC D"
size="15"maxlen gth="20"/>
<html:button
property="zoneA ction">Button</html:button>>
</td>
<td width="100">
Select Center
<span class="red"><b> *</b></span>
</td>
<td width="120">
<html:text property="cente rCD"
size="15"maxlen gth="20"/>
<html:button
property="cente rAction">Button </html:button>
</td>
</tr>
<!--Official Information-->
<tr>
<td colspan="5" width="760"
bgcolor="#ccccc c">
<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:checkbo x
property="docum entCheck"/>
</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="toBeV erified"
value="true"/>
<font color="blue">
To be verified
</font><br>
<html:radio property="verif ied"
value="false"/>
<font color="green">
Verified
</font><br>
<html:radio property="rejec ted"
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="charg esYes"
value="true"/>
No
<html:radio property="charg esNo" 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="addlI nfo">
<html:option value=""/>
<html:option
value="RecordNo tTraceble"/>
<html:option
value="Dateofbi rththNotMatchin g"/>
<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="noOfC ertificatesRequ ired" size="7" maxlength="2" value="0"/>
</td>
<td>
Send By Courier
</td>
<td>
No
<html:radio property="couri erNo"
value="true"/>
Yes
<html:radio property="couri erYes"
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="regRe m" 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="appRe m" 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="regUn it"
size="25" maxlength="15" />
</td>
</tr>
<!--buttons-->
<tr valign="top" bgcolor="#CCCCC C">
<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="#1973B 0" colSpan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B 0" rowSpan=2 width=1>
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFF F" height="18" width="60" nowrap>
<b><font
face="Tahoma"> Submit</font>
</b></a>
</th>
<td
bgColor="#0A324 D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</th>
</tr>
<tr>
<td
bgColor="#0A324 D" 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="#1973B 0" colspan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B 0" rowSpan="2" width="1">
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFF F" height="18" width="60" nowrap>
<html:link
href="javascrip t: history.go(-1)"/>
<b><font
face="Tahoma"> Cancel</font>
</b></a>
</th>
<td
bgColor="#0A324 D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</tr>
<tr>
<td
bgColor="#0A324 D" 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.h ttp.*;
import org.apache.stru ts.action.*;
import org.apache.comm ons.logging.*;

public class BirthRegistrati onForm extends ActionForm
{
private String hour;
private String min;
private String sex;
private String fathersName;
private String mothersName;
private String childsFirstName ;
private String childsMiddleNam e;
private String childsSurName;
private String placeOfBirth;
private String hospitalName;
private String houseNoBirthPla ce;
private String streetNameBirth Place;
private String areaBirthPlace;
private String cityBirthPlace;
private String pincodeBirthPla ce;
private String otherPlace;
private String parentHouseNo;
private String parentStreetNam e;
private String parentArea;
private String parentCity;
private String parentPincode;
private String informantsName;
private String informantsHouse No;
private String informantsStree tName;
private String informantsArea;
private String informantsCity;
private String informantsPinCo de;
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 noOfCertificate sRequired;
private String regRem;
private String appRem;
private String regUnit;

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

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

/**
* Getter for property appRem.
* @return Value of property appRem.
*/
public java.lang.Strin g 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.Strin g getAreaBirthPla ce() {
return areaBirthPlace;
}

/**
* Setter for property areaBirthPlace.
* @param areaBirthPlace New value of property areaBirthPlace.
*/
public void setAreaBirthPla ce(java.lang.St ring areaBirthPlace)
{
this.areaBirthP lace = areaBirthPlace;
}

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

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

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

/**
* Setter for property centerCD.
* @param centerCD New value of property centerCD.
*/
public void setCenterCD(jav a.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(bo olean 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(b oolean chargesYes) {
this.chargesYes = chargesYes;
}

/**
* Getter for property childsFirstName .
* @return Value of property childsFirstName .
*/
public java.lang.Strin g getChildsFirstN ame() {
return childsFirstName ;
}

/**
* Setter for property childsFirstName .
* @param childsFirstName New value of property
childsFirstName .
*/
public void setChildsFirstN ame(java.lang.S tring
childsFirstName ) {
this.childsFirs tName = childsFirstName ;
}

/**
* Getter for property childsMiddleNam e.
* @return Value of property childsMiddleNam e.
*/
public java.lang.Strin g getChildsMiddle Name() {
return childsMiddleNam e;
}

/**
* Setter for property childsMiddleNam e.
* @param childsMiddleNam e New value of property
childsMiddleNam e.
*/
public void setChildsMiddle Name(java.lang. String
childsMiddleNam e) {
this.childsMidd leName = childsMiddleNam e;
}

/**
* Getter for property childsSurName.
* @return Value of property childsSurName.
*/
public java.lang.Strin g getChildsSurNam e() {
return childsSurName;
}

/**
* Setter for property childsSurName.
* @param childsSurName New value of property childsSurName.
*/
public void setChildsSurNam e(java.lang.Str ing childsSurName) {
this.childsSurN ame = childsSurName;
}

/**
* Getter for property cityBirthPlace.
* @return Value of property cityBirthPlace.
*/
public java.lang.Strin g getCityBirthPla ce() {
return cityBirthPlace;
}

/**
* Setter for property cityBirthPlace.
* @param cityBirthPlace New value of property cityBirthPlace.
*/
public void setCityBirthPla ce(java.lang.St ring cityBirthPlace)
{
this.cityBirthP lace = 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(bo olean 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(b oolean 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 setDocumentChec k(boolean documentCheck) {
this.documentCh eck = documentCheck;
}

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

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

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

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

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

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

/**
* Getter for property houseNoBirthPla ce.
* @return Value of property houseNoBirthPla ce.
*/
public java.lang.Strin g getHouseNoBirth Place() {
return houseNoBirthPla ce;
}

/**
* Setter for property houseNoBirthPla ce.
* @param houseNoBirthPla ce New value of property
houseNoBirthPla ce.
*/
public void setHouseNoBirth Place(java.lang .String
houseNoBirthPla ce) {
this.houseNoBir thPlace = houseNoBirthPla ce;
}

/**
* Getter for property informantsArea.
* @return Value of property informantsArea.
*/
public java.lang.Strin g getInformantsAr ea() {
return informantsArea;
}

/**
* Setter for property informantsArea.
* @param informantsArea New value of property informantsArea.
*/
public void setInformantsAr ea(java.lang.St ring informantsArea)
{
this.informants Area = informantsArea;
}

/**
* Getter for property informantsCity.
* @return Value of property informantsCity.
*/
public java.lang.Strin g getInformantsCi ty() {
return informantsCity;
}

/**
* Setter for property informantsCity.
* @param informantsCity New value of property informantsCity.
*/
public void setInformantsCi ty(java.lang.St ring informantsCity)
{
this.informants City = informantsCity;
}

/**
* Getter for property informantsHouse No.
* @return Value of property informantsHouse No.
*/
public java.lang.Strin g getInformantsHo useNo() {
return informantsHouse No;
}

/**
* Setter for property informantsHouse No.
* @param informantsHouse No New value of property
informantsHouse No.
*/
public void setInformantsHo useNo(java.lang .String
informantsHouse No) {
this.informants HouseNo = informantsHouse No;
}

/**
* Getter for property informantsName.
* @return Value of property informantsName.
*/
public java.lang.Strin g getInformantsNa me() {
return informantsName;
}

/**
* Setter for property informantsName.
* @param informantsName New value of property informantsName.
*/
public void setInformantsNa me(java.lang.St ring informantsName)
{
this.informants Name = informantsName;
}

/**
* Getter for property informantsPinCo de.
* @return Value of property informantsPinCo de.
*/
public java.lang.Strin g getInformantsPi nCode() {
return informantsPinCo de;
}

/**
* Setter for property informantsPinCo de.
* @param informantsPinCo de New value of property
informantsPinCo de.
*/
public void setInformantsPi nCode(java.lang .String
informantsPinCo de) {
this.informants PinCode = informantsPinCo de;
}

/**
* Getter for property informantsStree tName.
* @return Value of property informantsStree tName.
*/
public java.lang.Strin g getInformantsSt reetName() {
return informantsStree tName;
}

/**
* Setter for property informantsStree tName.
* @param informantsStree tName New value of property
informantsStree tName.
*/
public void setInformantsSt reetName(java.l ang.String
informantsStree tName) {
this.informants StreetName = informantsStree tName;
}

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

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

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

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

/**
* Getter for property noOfCertificate sRequired.
* @return Value of property noOfCertificate sRequired.
*/
public java.lang.Strin g getNoOfCertific atesRequired() {
return noOfCertificate sRequired;
}

/**
* Setter for property noOfCertificate sRequired.
* @param noOfCertificate sRequired New value of property
noOfCertificate sRequired.
*/
public void setNoOfCertific atesRequired(ja va.lang.String
noOfCertificate sRequired) {
this.noOfCertif icatesRequired = noOfCertificate sRequired;
}

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

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

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

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

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

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

/**
* Getter for property parentHouseNo.
* @return Value of property parentHouseNo.
*/
public java.lang.Strin g getParentHouseN o() {
return parentHouseNo;
}

/**
* Setter for property parentHouseNo.
* @param parentHouseNo New value of property parentHouseNo.
*/
public void setParentHouseN o(java.lang.Str ing parentHouseNo) {
this.parentHous eNo = parentHouseNo;
}

/**
* Getter for property parentPincode.
* @return Value of property parentPincode.
*/
public java.lang.Strin g getParentPincod e() {
return parentPincode;
}

/**
* Setter for property parentPincode.
* @param parentPincode New value of property parentPincode.
*/
public void setParentPincod e(java.lang.Str ing parentPincode) {
this.parentPinc ode = parentPincode;
}

/**
* Getter for property parentStreetNam e.
* @return Value of property parentStreetNam e.
*/
public java.lang.Strin g getParentStreet Name() {
return parentStreetNam e;
}

/**
* Setter for property parentStreetNam e.
* @param parentStreetNam e New value of property
parentStreetNam e.
*/
public void setParentStreet Name(java.lang. String
parentStreetNam e) {
this.parentStre etName = parentStreetNam e;
}

/**
* Getter for property pincodeBirthPla ce.
* @return Value of property pincodeBirthPla ce.
*/
public java.lang.Strin g getPincodeBirth Place() {
return pincodeBirthPla ce;
}

/**
* Setter for property pincodeBirthPla ce.
* @param pincodeBirthPla ce New value of property
pincodeBirthPla ce.
*/
public void setPincodeBirth Place(java.lang .String
pincodeBirthPla ce) {
this.pincodeBir thPlace = pincodeBirthPla ce;
}

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

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

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

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

/**
* Getter for property regRem.
* @return Value of property regRem.
*/
public java.lang.Strin g 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.Strin g 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(boo lean rejected) {
this.rejected = rejected;
}

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

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

/**
* Getter for property streetNameBirth Place.
* @return Value of property streetNameBirth Place.
*/
public java.lang.Strin g getStreetNameBi rthPlace() {
return streetNameBirth Place;
}

/**
* Setter for property streetNameBirth Place.
* @param streetNameBirth Place New value of property
streetNameBirth Place.
*/
public void setStreetNameBi rthPlace(java.l ang.String
streetNameBirth Place) {
this.streetName BirthPlace = streetNameBirth Place;
}

/**
* 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.toBeVerifi ed = 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(boo lean verified) {
this.verified = verified;
}

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

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

/**
* Getter for property zoneCD.
* @return Value of property zoneCD.
*/
public java.lang.Strin g 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 2291
Have you tried putting the whole page in a try/catch? Catch throwable and
print a stack trace.

Hope this helps

"Arun Nair" <ar********@yah oo.com> wrote in message
news:b0******** *************** ***@posting.goo gle.com...
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="te xt/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>Untitl ed Document</title>
</head>
<body bgcolor="white" >
<html:form action="birthRe gistration">
<table width="100%" border="0" cellpading="0" cellspacing="0"
bgcolor="#FFFFF F" >
<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="#EEEEE E">
<tr>
<th colspan="5" width="760"
bgcolor="#1973b 0">
<font face="Tahoma">B IRTH
REGISTRATION</font>
</th> <!---end of <th> of Birth
Registration-->
</tr><!---end of first tr-->
<tr>
<td colspan="5" width="760"
bgcolor="#ccccc c">
<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"><sm all>*</small></span>
<font face="Tahoma">a re
mandatory)</font>
</td>
</tr>
<!---Birth Date&Time-->
<tr>
<td width="150">
<font face="Tahoma">B irth date</font>
<span class="basic">[</span>
<font face="Tahoma">D D</font>/
<font face="Tahoma">M M</font>/
<font face="Tahoma">Y Y</font>
<span class="basic">]</span>
<span class=red><b>*</b></span>
<br>
<font face="Tahoma">B irth time</font>
<span class="basic">[</span>
<font face="Tahoma">H H</font>/
<font face="Tahoma">M M</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">&nbs p;
</td>
<td width="150">
<font face="Tahoma">G ender</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="fathe rsName" 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="mothe rsName"
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="child sFirstName"/>
</td>
<td>
Middle &nbsp;Name &nbsp;
</td>
<td>
<html:text
property="child sMiddleName"/>
</td>
<td>
&nbsp;Surnam e &nbsp;
</td>
<td>
<html:text
property="child sSurName"/>
</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="place OfBirth">
<html:option value="Select"/>
<html:option value="Hospital OR Institution"/>
<html:option value="House"/>
<html:option value="OtherPla ces"/>
</html:select>
</td>
<td width="150">
Hospital Name
</td>
<td>
<html:text property="hospi talName" size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td width="150">
House Number
</td>
<td>
<html:text
property="house NoBirthPlace" size="15" maxlength="50"/>
</td>
<td width="150">
Street
</td>
<td>
<html:text
property="stree tNameBirthPlace " size="15" maxlength="50"/>
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text
property="areaB irthPlace" size="15" maxlength="50"/>
</td>
<td>
City
<html:text
property="cityB irthPlace" size="15" maxlength="50"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpading="0"
cellspacing="0" bgcolor="#FFFFF F" >
<tr>
<td>
Pincode
</td>
<td>
<html:text property="areaB irthPlace"
size="15" maxlength="50"/>
</td>
<td>
<html:text property="pinco deBirthPlace"
size="8" maxlength="6"/>
</td>
<td>
Other Places
</td>
<td>
<html:text property="other Place" 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="paren tHouseNo"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
Street Name
</td>
<td>
<html:text property="paren tStreetName"
size="15" maxlength="30"/>]
</td>
</tr>
<tr>
<td>
Area
</td>
<td>
<html:text property="paren tArea"
size="15" maxlength="30"/>
</td>
<td>
&nbsp;
</td>
<td>
City
</td>
<td>
<html:text property="paren tCity"
size="15" maxlength="30"/></td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
Pincode
</td>
<td>
<html:text property="paren tPinCode"
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="infor mantsName"
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="infor mantHouseNo" size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
Street Name
</td>
<td width="170">
<html:text
property="infor mantStreetName" size="15" maxlength="30"/>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
Area
</td>
<td colspan="1" rowspan="1">
<html:text property="infor mantArea"
size="15" maxlength="30"/>
</td>
<td width="150" valign="top">
City
</td>
<td width="170">
<html:text property="infor mantCity"
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="infor mantPinCode"
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="zoneC D"
size="15"maxlen gth="20"/>
<html:button
property="zoneA ction">Button</html:button>>
</td>
<td width="100">
Select Center
<span class="red"><b> *</b></span>
</td>
<td width="120">
<html:text property="cente rCD"
size="15"maxlen gth="20"/>
<html:button
property="cente rAction">Button </html:button>
</td>
</tr>
<!--Official Information-->
<tr>
<td colspan="5" width="760"
bgcolor="#ccccc c">
<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:checkbo x
property="docum entCheck"/>
</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="toBeV erified"
value="true"/>
<font color="blue">
To be verified
</font><br>
<html:radio property="verif ied"
value="false"/>
<font color="green">
Verified
</font><br>
<html:radio property="rejec ted"
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="charg esYes"
value="true"/>
No
<html:radio property="charg esNo" 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="addlI nfo">
<html:option value=""/>
<html:option
value="RecordNo tTraceble"/>
<html:option
value="Dateofbi rththNotMatchin g"/>
<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="noOfC ertificatesRequ ired" size="7" maxlength="2" value="0"/>
</td>
<td>
Send By Courier
</td>
<td>
No
<html:radio property="couri erNo"
value="true"/>
Yes
<html:radio property="couri erYes"
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="regRe m" 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="appRe m" 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="regUn it"
size="25" maxlength="15" />
</td>
</tr>
<!--buttons-->
<tr valign="top" bgcolor="#CCCCC C">
<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="#1973B 0" colSpan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B 0" rowSpan=2 width=1>
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFF F" height="18" width="60" nowrap>
<b><font
face="Tahoma"> Submit</font>
</b></a>
</th>
<td
bgColor="#0A324 D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</th>
</tr>
<tr>
<td
bgColor="#0A324 D" 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="#1973B 0" colspan="3" height="1">
<html:img
src="/mcd/pixel.gif" height="1" width="1"/>
</td>
</tr>
<tr>
<td
bgColor="#1973B 0" rowSpan="2" width="1">
<html:img
src="/mcd/pixel.gif" width="1" height="1"/>
</td>
<th align="center"
bgColor="#FFFFF F" height="18" width="60" nowrap>
<html:link
href="javascrip t: history.go(-1)"/>
<b><font
face="Tahoma"> Cancel</font>
</b></a>
</th>
<td
bgColor="#0A324 D" valign="top" width="1">
<html:img
src="/mcd/pixel.gif" width="2" height="1"/>
</td>
</tr>
<tr>
<td
bgColor="#0A324 D" 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.h ttp.*;
import org.apache.stru ts.action.*;
import org.apache.comm ons.logging.*;

public class BirthRegistrati onForm extends ActionForm
{
private String hour;
private String min;
private String sex;
private String fathersName;
private String mothersName;
private String childsFirstName ;
private String childsMiddleNam e;
private String childsSurName;
private String placeOfBirth;
private String hospitalName;
private String houseNoBirthPla ce;
private String streetNameBirth Place;
private String areaBirthPlace;
private String cityBirthPlace;
private String pincodeBirthPla ce;
private String otherPlace;
private String parentHouseNo;
private String parentStreetNam e;
private String parentArea;
private String parentCity;
private String parentPincode;
private String informantsName;
private String informantsHouse No;
private String informantsStree tName;
private String informantsArea;
private String informantsCity;
private String informantsPinCo de;
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 noOfCertificate sRequired;
private String regRem;
private String appRem;
private String regUnit;

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

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

/**
* Getter for property appRem.
* @return Value of property appRem.
*/
public java.lang.Strin g 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.Strin g getAreaBirthPla ce() {
return areaBirthPlace;
}

/**
* Setter for property areaBirthPlace.
* @param areaBirthPlace New value of property areaBirthPlace.
*/
public void setAreaBirthPla ce(java.lang.St ring areaBirthPlace)
{
this.areaBirthP lace = areaBirthPlace;
}

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

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

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

/**
* Setter for property centerCD.
* @param centerCD New value of property centerCD.
*/
public void setCenterCD(jav a.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(bo olean 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(b oolean chargesYes) {
this.chargesYes = chargesYes;
}

/**
* Getter for property childsFirstName .
* @return Value of property childsFirstName .
*/
public java.lang.Strin g getChildsFirstN ame() {
return childsFirstName ;
}

/**
* Setter for property childsFirstName .
* @param childsFirstName New value of property
childsFirstName .
*/
public void setChildsFirstN ame(java.lang.S tring
childsFirstName ) {
this.childsFirs tName = childsFirstName ;
}

/**
* Getter for property childsMiddleNam e.
* @return Value of property childsMiddleNam e.
*/
public java.lang.Strin g getChildsMiddle Name() {
return childsMiddleNam e;
}

/**
* Setter for property childsMiddleNam e.
* @param childsMiddleNam e New value of property
childsMiddleNam e.
*/
public void setChildsMiddle Name(java.lang. String
childsMiddleNam e) {
this.childsMidd leName = childsMiddleNam e;
}

/**
* Getter for property childsSurName.
* @return Value of property childsSurName.
*/
public java.lang.Strin g getChildsSurNam e() {
return childsSurName;
}

/**
* Setter for property childsSurName.
* @param childsSurName New value of property childsSurName.
*/
public void setChildsSurNam e(java.lang.Str ing childsSurName) {
this.childsSurN ame = childsSurName;
}

/**
* Getter for property cityBirthPlace.
* @return Value of property cityBirthPlace.
*/
public java.lang.Strin g getCityBirthPla ce() {
return cityBirthPlace;
}

/**
* Setter for property cityBirthPlace.
* @param cityBirthPlace New value of property cityBirthPlace.
*/
public void setCityBirthPla ce(java.lang.St ring cityBirthPlace)
{
this.cityBirthP lace = 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(bo olean 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(b oolean 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 setDocumentChec k(boolean documentCheck) {
this.documentCh eck = documentCheck;
}

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

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

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

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

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

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

/**
* Getter for property houseNoBirthPla ce.
* @return Value of property houseNoBirthPla ce.
*/
public java.lang.Strin g getHouseNoBirth Place() {
return houseNoBirthPla ce;
}

/**
* Setter for property houseNoBirthPla ce.
* @param houseNoBirthPla ce New value of property
houseNoBirthPla ce.
*/
public void setHouseNoBirth Place(java.lang .String
houseNoBirthPla ce) {
this.houseNoBir thPlace = houseNoBirthPla ce;
}

/**
* Getter for property informantsArea.
* @return Value of property informantsArea.
*/
public java.lang.Strin g getInformantsAr ea() {
return informantsArea;
}

/**
* Setter for property informantsArea.
* @param informantsArea New value of property informantsArea.
*/
public void setInformantsAr ea(java.lang.St ring informantsArea)
{
this.informants Area = informantsArea;
}

/**
* Getter for property informantsCity.
* @return Value of property informantsCity.
*/
public java.lang.Strin g getInformantsCi ty() {
return informantsCity;
}

/**
* Setter for property informantsCity.
* @param informantsCity New value of property informantsCity.
*/
public void setInformantsCi ty(java.lang.St ring informantsCity)
{
this.informants City = informantsCity;
}

/**
* Getter for property informantsHouse No.
* @return Value of property informantsHouse No.
*/
public java.lang.Strin g getInformantsHo useNo() {
return informantsHouse No;
}

/**
* Setter for property informantsHouse No.
* @param informantsHouse No New value of property
informantsHouse No.
*/
public void setInformantsHo useNo(java.lang .String
informantsHouse No) {
this.informants HouseNo = informantsHouse No;
}

/**
* Getter for property informantsName.
* @return Value of property informantsName.
*/
public java.lang.Strin g getInformantsNa me() {
return informantsName;
}

/**
* Setter for property informantsName.
* @param informantsName New value of property informantsName.
*/
public void setInformantsNa me(java.lang.St ring informantsName)
{
this.informants Name = informantsName;
}

/**
* Getter for property informantsPinCo de.
* @return Value of property informantsPinCo de.
*/
public java.lang.Strin g getInformantsPi nCode() {
return informantsPinCo de;
}

/**
* Setter for property informantsPinCo de.
* @param informantsPinCo de New value of property
informantsPinCo de.
*/
public void setInformantsPi nCode(java.lang .String
informantsPinCo de) {
this.informants PinCode = informantsPinCo de;
}

/**
* Getter for property informantsStree tName.
* @return Value of property informantsStree tName.
*/
public java.lang.Strin g getInformantsSt reetName() {
return informantsStree tName;
}

/**
* Setter for property informantsStree tName.
* @param informantsStree tName New value of property
informantsStree tName.
*/
public void setInformantsSt reetName(java.l ang.String
informantsStree tName) {
this.informants StreetName = informantsStree tName;
}

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

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

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

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

/**
* Getter for property noOfCertificate sRequired.
* @return Value of property noOfCertificate sRequired.
*/
public java.lang.Strin g getNoOfCertific atesRequired() {
return noOfCertificate sRequired;
}

/**
* Setter for property noOfCertificate sRequired.
* @param noOfCertificate sRequired New value of property
noOfCertificate sRequired.
*/
public void setNoOfCertific atesRequired(ja va.lang.String
noOfCertificate sRequired) {
this.noOfCertif icatesRequired = noOfCertificate sRequired;
}

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

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

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

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

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

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

/**
* Getter for property parentHouseNo.
* @return Value of property parentHouseNo.
*/
public java.lang.Strin g getParentHouseN o() {
return parentHouseNo;
}

/**
* Setter for property parentHouseNo.
* @param parentHouseNo New value of property parentHouseNo.
*/
public void setParentHouseN o(java.lang.Str ing parentHouseNo) {
this.parentHous eNo = parentHouseNo;
}

/**
* Getter for property parentPincode.
* @return Value of property parentPincode.
*/
public java.lang.Strin g getParentPincod e() {
return parentPincode;
}

/**
* Setter for property parentPincode.
* @param parentPincode New value of property parentPincode.
*/
public void setParentPincod e(java.lang.Str ing parentPincode) {
this.parentPinc ode = parentPincode;
}

/**
* Getter for property parentStreetNam e.
* @return Value of property parentStreetNam e.
*/
public java.lang.Strin g getParentStreet Name() {
return parentStreetNam e;
}

/**
* Setter for property parentStreetNam e.
* @param parentStreetNam e New value of property
parentStreetNam e.
*/
public void setParentStreet Name(java.lang. String
parentStreetNam e) {
this.parentStre etName = parentStreetNam e;
}

/**
* Getter for property pincodeBirthPla ce.
* @return Value of property pincodeBirthPla ce.
*/
public java.lang.Strin g getPincodeBirth Place() {
return pincodeBirthPla ce;
}

/**
* Setter for property pincodeBirthPla ce.
* @param pincodeBirthPla ce New value of property
pincodeBirthPla ce.
*/
public void setPincodeBirth Place(java.lang .String
pincodeBirthPla ce) {
this.pincodeBir thPlace = pincodeBirthPla ce;
}

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

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

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

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

/**
* Getter for property regRem.
* @return Value of property regRem.
*/
public java.lang.Strin g 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.Strin g 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(boo lean rejected) {
this.rejected = rejected;
}

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

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

/**
* Getter for property streetNameBirth Place.
* @return Value of property streetNameBirth Place.
*/
public java.lang.Strin g getStreetNameBi rthPlace() {
return streetNameBirth Place;
}

/**
* Setter for property streetNameBirth Place.
* @param streetNameBirth Place New value of property
streetNameBirth Place.
*/
public void setStreetNameBi rthPlace(java.l ang.String
streetNameBirth Place) {
this.streetName BirthPlace = streetNameBirth Place;
}

/**
* 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.toBeVerifi ed = 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(boo lean verified) {
this.verified = verified;
}

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

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

/**
* Getter for property zoneCD.
* @return Value of property zoneCD.
*/
public java.lang.Strin g 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
3110
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 this.... Thank you.
10
3806
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): 'Unable to open Web project 'Application1'. Server error: There is no web named "/Application1".' I have removed and then configured Front...
2
2245
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 "Page Not found" or "Action Canceled" error msg on IE. They are using IE6 In some of my aspx.vb I have written response.redirect and some...
0
1209
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 box to download Adobe acrobat control for ActiveX with options to open/save/cancel. If I click open/save, i get the error "internet explorer could not...
4
5754
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 inconclusive) ? cheers mark this is the error message
0
2339
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). The button work fine when I run it at my local machine. However, when I moved all the programs over to the server, I am unable to view the...
6
3524
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). The button work fine when I run it at my local machine. However, when I moved all the programs over to the server, I am unable to view the...
2
2310
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+ errors in the event log and users being hung or getting Internal Server Errors. The error is: The run-time environment has detected an...
3
2393
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 the name of the city and I have a DIV tag which I populate with the results. Now my problem is that, after I get the results back I am not able to...
0
7527
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7459
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7967
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
5377
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5097
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3505
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3488
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1064
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
772
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.