| | |
| | |
|
| | | // Failed to find tag!
|
| | | if (tagRef == null) {
|
| | | error(MessageFormat.format("Could not find tag {0}", objectId), true);
|
| | | error(MessageFormat.format(getString("gb.couldNotFindTag"), objectId), true);
|
| | | }
|
| | |
|
| | | // Display tag.
|
| | |
| | | if (tagRef.getAuthorIdent() != null) {
|
| | | when = tagRef.getAuthorIdent().getWhen();
|
| | | }
|
| | | add(WicketUtils.createTimestampLabel("tagDate", when, getTimeZone()));
|
| | | add(WicketUtils.createTimestampLabel("tagDate", when, getTimeZone(), getTimeUtils()));
|
| | |
|
| | | addFullText("fullMessage", tagRef.getFullMessage(), true);
|
| | | }
|