Kamil created WICKET-6367:
-----------------------------

             Summary: UserGuide bugs/improvements
                 Key: WICKET-6367
                 URL: https://issues.apache.org/jira/browse/WICKET-6367
             Project: Wicket
          Issue Type: Bug
          Components: guide
            Reporter: Kamil
            Assignee: Andrea Del Bene


While reading [this|https://ci.apache.org/projects/wicket/guide/8.x/single.pdf] 
guide I found potential bugs/problems/improvements.

Notice: all page numbers referr to the page number in page footer, not in PDF 
reader

* 30: {quote}//wrap disabled links with <b> tag{quote}
is copied from other listing and should be removed 

* 56, 140: all
{quote}"*"{quote}
should be in separate lines
* 64: {quote}quiet{quote} -> {quote}quite{quote}
* 79: {quote}for example '<' becomes '< '{quote} -> {quote}for example '<' 
becomes '&amp;lt;'{quote}
* 81 and 85: LambdaModel should be also mentioned along with PropertyModel and 
CompoundPropertyModel
* 86: {quote}process1{quote} -> {quote}process{quote}
* 96: shouldn't be super.onDetach(); called at the end of the method?
* 98: {quote}pass row objects{quote} ->  {quote}pass raw objects{quote}, 
{quote}passing row objects{quote} ->  {quote}passing raw objects{quote}, 
{quote}Using models{quote} -> {quote}By using models{quote}
* 102: {quote}local-part\_domain{quote} -> {quote}local-part@domain{quote}, 
{quote}bigger than a lower bound{quote} -> {quote}greater than a lower 
bound{quote}, {quote}smaller than a upper bound{quote} -> {quote}less than a 
upper bound{quote}
* 107: instead saying that: {quote}As a consequence, we had to build a custom 
filter{quote} and later {quote}Since version 6.13.0 Wicket provides the 
additional filter class
org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter{quote} just say the 
latter instead of the former
* 108: {quote}RadioChoice1{quote} -> {quote}RadioChoice{quote}
* 110, 122: {quote}paragraph 15{quote} -> {quote}Chapter 15{quote}
* 118: {quote}MultiPart(true)on{quote} -> {quote}setMultiPart(true) on{quote}
* 127: {quote}<input type= ../>[checkbox]{quote} -> {quote}<input 
type="checkbox"/>{quote}
* 130: {quote}By default CheckBoxMultipleChoice inserts a <br/> tag as suffix 
after each option{quote} -> [not 
anymore|https://issues.apache.org/jira/browse/WICKET-5640]
* 135: listing is not respecting [this 
change|https://issues.apache.org/jira/browse/WICKET-5349]
* 140: {quote}Surename{quote} -> {quote}Surname{quote}
* 185: {quote}setJavaScriptCompressor(…) / setJavaScriptCompressor(…)"{quote} 
-> {quote}setCssCompressor(…) / setJavaScriptCompressor(…){quote}
* 191: {quote}extend the a built-in{quote} -> {quote}extend a built-in{quote}
* 228: {quote}Project WicketStuff provides a module with a stateless version of 
the most common AJAX components and behaviors.{quote} -> it in now part of 
Wicket (explained in 19.7)
* 238: missing javadoc for org.apache.wicket.lambda.Lambdas
* 244: {quote}WebSockets This means{quote} -> ?
* 244: {quote}WebSocketBehavior1.onMessage() or 
WebSocketResource1.onMessage(){quote} -> Did you mean: 
{quote}WebSocketBehavior#onMessage() or WebSocketResource#onMessage(){quote}
* 245: {quote}Beware that the API/implementation of 
wicket-native-websocket-javax may change before Wicket 7.0.0 is released{quote} 
-> it's already released
* 246: {quote}handler1.prependJavaScript(CharSequence) and 
handler1.appendJavaScript(CharSequence){quote} -> 
{quote}handler.prependJavaScript(CharSequence) and 
handler.appendJavaScript(CharSequence){quote}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to