Changeset a65fe4158aa5d71f47c4bd9cb0c0dba85bd005ad
- Timestamp:
- 09/24/07 19:03:53
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1190653433 +0200
- git-parent:
[390f9f11c7479698e59748f483bde407a806cace]
- git-author:
- Christopher Jung <bktheg@web.de> 1190653433 +0200
- Message:
Fehlermeldungen gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9f9b65b |
ra65fe41 |
|
| 496 | 496 | protected void printErrorList(boolean init) { |
|---|
| 497 | 497 | String content = getResponse().getContent().toString(); |
|---|
| | 498 | if( !init ) { |
|---|
| | 499 | getResponse().resetContent(); |
|---|
| | 500 | } |
|---|
| 498 | 501 | |
|---|
| 499 | 502 | actionTypeHandler.printHeader(); |
|---|
| … | … | |
| 504 | 507 | |
|---|
| 505 | 508 | if( !init ) { |
|---|
| 506 | | getResponse().resetContent(); |
|---|
| 507 | 509 | getResponse().getContent().append(content); |
|---|
| 508 | 510 | } |
|---|