Closed GoogleCodeExporter closed 8 years ago
Original comment by axelclk@gmail.com
on 3 Aug 2011 at 2:46
Suggested solution:
Add a new
private String revisisonId = null;
attribute to the WikiArticle class and corresponding setter/getter methods:
getRevisionId()
setRevisionId(String revId)
Extend the endElement(() method for the case
fArticle!=null:
...
else if (fRevision && WIKIPEDIA_ID.equals(qName)) {
// get the id from revision, not the id from the wiki PAGE
fArticle.setRevisionId(getString());
}
...
Original comment by axelclk@gmail.com
on 3 Aug 2011 at 2:59
Commited the change:
http://code.google.com/p/gwtwiki/source/detail?r=3669
Original comment by axelclk@gmail.com
on 14 Aug 2011 at 6:24
Original comment by axelclk@gmail.com
on 14 Aug 2011 at 9:20
Original issue reported on code.google.com by
tommy.ch...@gmail.com
on 2 Aug 2011 at 11:42