inputText4 = inputText4;
}
public HtmlInputText getInputText4() {
return inputText4;
}
public void setOutputLabel5(HtmlOutputLabel
outputLabel5) {
this.outputLabel5 = outputLabel5;
}
public HtmlOutputLabel getOutputLabel5() {
return outputLabel5;
}
public void setInputText5(HtmlInputText
inputText5) {
this.inputText5 = inputText5;
}
public HtmlInputText getInputText5() {
152 7 Ajax with JSF-Ajax4jsf
return inputText5;
}
public void setOutputLabel6(HtmlOutputLabel
outputLabel6) {
this.outputLabel6 = outputLabel6;
}
public HtmlOutputLabel getOutputLabel6() {
return outputLabel6;
}
public void setInputText6(HtmlInputText
inputText6) {
this.inputText6 = inputText6;
}
public HtmlInputText getInputText6() {
return inputText6;
}
public void setCommandButton1(HtmlCommandButton
commandButton1) {
this.commandButton1 = commandButton1;
}
public HtmlCommandButton getCommandButton1() {
return commandButton1;
}
public void setOutputText1(HtmlOutputText
outputText1) {
this.outputText1 = outputText1;
}
public HtmlOutputText getOutputText1() {
return outputText1;
}
public String inputText_action() {
ResultSet rs = null;
try {
InitialContext initialContext = new
InitialContext();
javax.sql.DataSource ds =
(javax.sql.DataSource)initialContext.lookup(???java:c
omp/env/jdbc/Ajax4JSFConnectionDS???);
java.sql.Connection connection =
ds.getConnection();
Statement stmt =
connection.
Pages:
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143