Apache Wicket 6.22.0/7.2.0 发布_html/css_WEB-ITnose
Apache Wicket 发布了两个更新版本,Wicket是一个Java 语言的Web开发框架,与Struts,WebWork,Tapestry 相类似。其特点在于对Html和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了XML 等配置文件的使用),学习曲线较低(开发方式与C/S相似),更加易于调试(错误类型比较少,而且容易定位)。
新版本改进内容包括:
CHANGELOG for 7.2.0:** Bug * [WICKET-6001] - Exception raised while refreshing a page withqueued components missing in the markup * [WICKET-6002] - FileUploadField makes form-component modelsbecome null on submit * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error * [WICKET-6010] - Downloading filenames containing ',' or ';' gives problems * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorderwicketOrder[Up|Down|None] class missing in 7.1.0 * [WICKET-6014] - TransparentWebMarkupContainer breaksOnChangeAjaxBehavior for Select2 * [WICKET-6017] - Tests fail when executed with not expected locale * [WICKET-6018] - TransparentWebMarkupContainer is not really "transparent" * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINELfrom the cache * [WICKET-6021] - ConcurrentModificationException inMarkupContainer#iterator#next * [WICKET-6024] - Possible issue with Border andLoadableDetachableModel in 7.1.0 * [WICKET-6026] - Problem in detecting child id on nested <wicket:enclosure> * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup ofinner component not found * [WICKET-6028] - Detach called on enclosure component while ithad a non-empty queue * [WICKET-6031] - NPE in PackageResourceReference#getResource()when there is no request * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate anyCSS class in order link * [WICKET-6036] - Failure to process markup with nested tags inside a Label * [WICKET-6037] - ModalWindow vulnerable to Javascript injectionthrough title model * [WICKET-6043] - Cannot set wicket:enclosure on queued componentin ListView * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:Duplicate input values according to WICKET-5948 * [WICKET-6045] - ListView NullPointerException when viewSize isset explicitly * [WICKET-6048] - German Translation for EqualInputValidator wrong * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)causes 400 bad request * [WICKET-6052] - CSS header contribution overlap * [WICKET-6058] - Error in calculation of byte ranges * [WICKET-6059] - TransparentWebMarkupContainer can not resolveautocomponents in its parent * [WICKET-6062] - MockHttpSession should renew its id after invalidation * [WICKET-6063] - Add support for WebSocketRequest#getUrl() andother properties which are available in the handshake request * [WICKET-6064] - WebSocketResponse.sendRedirect could besupported with <ajax-response><redirect>...</></> * [WICKET-6065] - Callinghttp://examples7x.wicket.apache.org/resourceaggregation/ generateInternal error * [WICKET-6068] - The key RangeValidator.exact is not mapped inApplication_de.properties * [WICKET-6076] - Problem with queued components and enclosure * [WICKET-6077] - Border's body is not added as a child due to dequeuing** Improvement * [WICKET-5950] - Model and GenericBaseModel could both implementIObjectClassAwareModel * [WICKET-5969] - Please give us access to PageTable.index pageId queue * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should supportupdateAjaxAttributes() idiom * [WICKET-6019] - Remove 'final' modifier forLocalizer#getStringIgnoreSettings() methods * [WICKET-6023] - small tweak for component queuing for the AbstractRepeater * [WICKET-6029] - Make Border's methods consistent with commit f14e03f * [WICKET-6046] - Wicket Quickstart Example Application showsdeployment memory leak in Tomcat * [WICKET-6051] - Improve performance of CssUrlReplacer * [WICKET-6054] - Provide a factory method for theWebSocketResponse & WebSocketRequest * [WICKET-6061] - Improved PackageResource#getCacheKey * [WICKET-6070] - Provide factory methods for WizardButtonBar buttons * [WICKET-6072] - Improve the quickstart to make it easier to useJSR-356 web sockets** New Feature * [WICKET-6025] - Read resource files with Java's NIO API * [WICKET-6042] - Implementation of ExternalImage component** Task * [WICKET-6049] - Update the site to point to the new deploymentsof the examples * [WICKET-6057] - Upgrade commons-collections to 4.1 * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0** Wish * [WICKET-6067] - Provide an Ajax Behavior that prevents formsubmit on ENTER
CHANGELOG for 6.22.0:** Bug * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error * [WICKET-6017] - Tests fail when executed with not expected locale * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINELfrom the cache * [WICKET-6030] - Support/META-INF/services/org.apache.wicket.IInitializer (backport to 6.x) * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect * [WICKET-6037] - ModalWindow vulnerable to Javascript injectionthrough title model * [WICKET-6040] - DebugBar not serializable exception * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:Duplicate input values according to WICKET-5948 * [WICKET-6048] - German Translation for EqualInputValidator wrong * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)causes 400 bad request * [WICKET-6052] - CSS header contribution overlap * [WICKET-6062] - MockHttpSession should renew its id after invalidation * [WICKET-6063] - Add support for WebSocketRequest#getUrl() andother properties which are available in the handshake request * [WICKET-6064] - WebSocketResponse.sendRedirect could besupported with <ajax-response><redirect>...</></> * [WICKET-6068] - The key RangeValidator.exact is not mapped inApplication_de.properties * [WICKET-6069] - OnChangeAjaxBehavior does not work if the urlcontains a request parameter with same name as wicket id * [WICKET-6084] - ajax request failure handler receives incorrect arguments * [WICKET-6085] - AjaxTimerBehavior with failure handler causememory leak in browser * [WICKET-6087] - InvalidAbstractRequestWrapperFactory.needsWrapper method scope: package -cannot create a custom implementation** Improvement * [WICKET-5950] - Model and GenericBaseModel could both implementIObjectClassAwareModel * [WICKET-5969] - Please give us access to PageTable.index pageId queue * [WICKET-6019] - Remove 'final' modifier forLocalizer#getStringIgnoreSettings() methods * [WICKET-6051] - Improve performance of CssUrlReplacer * [WICKET-6054] - Provide a factory method for theWebSocketResponse & WebSocketRequest * [WICKET-6073] - Use NIO Jetty connector for the quickstart * [WICKET-6081] - Add "assertNotRequired" to the WicketTester** Task * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0

핫 AI 도구

Undresser.AI Undress
사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover
사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool
무료로 이미지를 벗다

Clothoff.io
AI 옷 제거제

AI Hentai Generator
AI Hentai를 무료로 생성하십시오.

인기 기사

뜨거운 도구

메모장++7.3.1
사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전
중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기
강력한 PHP 통합 개발 환경

드림위버 CS6
시각적 웹 개발 도구

SublimeText3 Mac 버전
신 수준의 코드 편집 소프트웨어(SublimeText3)

뜨거운 주제











이 기사는 HTML & lt; Progress & Gt에 대해 설명합니다. 요소, 그 목적, 스타일 및 & lt; meter & gt의 차이; 요소. 주요 초점은 & lt; progress & gt; 작업 완료 및 & lt; meter & gt; Stati의 경우

이 기사는 HTML & LT; Datalist & GT에 대해 논의합니다. 자동 완성 제안을 제공하고, 사용자 경험을 향상시키고, 오류를 줄임으로써 양식을 향상시키는 요소. 문자 수 : 159

기사는 HTML5 크로스 브라우저 호환성을 보장하기위한 모범 사례에 대해 논의하고 기능 감지, 점진적 향상 및 테스트 방법에 중점을 둡니다.

이 기사는 HTML & lt; meter & gt에 대해 설명합니다. 범위 내에 스칼라 또는 분수 값을 표시하는 데 사용되는 요소 및 웹 개발의 일반적인 응용 프로그램. & lt; meter & gt; & lt; Progress & Gt; 그리고 Ex

이 기사에서는 브라우저에서 직접 사용자 입력을 검증하기 위해 필요한, Pattern, Min, Max 및 Length 한계와 같은 HTML5 양식 검증 속성을 사용하는 것에 대해 설명합니다.

이 기사는 모바일 장치의 반응 형 웹 디자인에 필수적인 Viewport Meta Tag에 대해 설명합니다. 적절한 사용이 최적의 컨텐츠 스케일링 및 사용자 상호 작용을 보장하는 방법을 설명하는 반면, 오용은 설계 및 접근성 문제로 이어질 수 있습니다.

이 기사는 & lt; iframe & gt; 외부 컨텐츠를 웹 페이지, 공통 용도, 보안 위험 및 객체 태그 및 API와 같은 대안을 포함시키는 태그의 목적.

GiteEpages 정적 웹 사이트 배포 실패 : 404 오류 문제 해결 및 해결시 Gitee ...
