質問編集履歴
1
余計な記述を????
test
CHANGED
File without changes
|
test
CHANGED
@@ -129,39 +129,3 @@
|
|
129
129
|
}
|
130
130
|
|
131
131
|
```
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
/**
|
142
|
-
|
143
|
-
* Servlet implementation class saleBox
|
144
|
-
|
145
|
-
*/
|
146
|
-
|
147
|
-
@WebServlet("/saleBox")
|
148
|
-
|
149
|
-
public class saleBox extends HttpServlet {
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
|
154
|
-
|
155
|
-
String no = req.getParameter("${status.index}");
|
156
|
-
|
157
|
-
String itemid = req.getParameter("${item.id}");
|
158
|
-
|
159
|
-
System.out.println("no =" + no);
|
160
|
-
|
161
|
-
System.out.println("itemid =" + itemid);
|
162
|
-
|
163
|
-
}
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
}
|