wicket
Wicket: Form in a modal window
I have written an panel which supports file / image uploa开发者_如何学编程ds. So the panel is a simple plain form. The panel works in a normal Wicket page.[详细]
2023-03-31 12:02 分类:问答wicket how to change navigator css?
I have a navigator in my application which I want to change his css : <div wicket:id=\"navigator\">[详细]
2023-03-31 08:51 分类:问答Which version of Wicket runs on J2SE 1.4?
I would like to use Wicket on my new project but my client is still stuck to J2SE 1.4. Whic开发者_运维问答h version of Wicket runs on J2SE 1.4?Wicket 1.4 depends on generics, and requires Java 1.5.I t[详细]
2023-03-31 02:34 分类:问答SBT 0.7.7 or 0.10.1 for wicket webapp project using jetty for dev
I\'m new to Scala and wanting to develop a simple little Scala Wicket webapp to try it out. I would like to use Jetty as the server for my dev purposes and SBT as the build tool (definitely not maven[详细]
2023-03-31 02:23 分类:问答Eclipse - Wicket - HTML files from dependent projects not being found
I want to build a reusable Wicket component in Eclipse. I have one project \"components\" which have files such as MyComponent.java and MyComponent.html. Then I have a project \"application\" which co[详细]
2023-03-30 10:01 分类:问答Wicket SEO: removing "?wicket:interface=..." from AjaxFallbackLinks
I use Wicket\'s AjaxFallbackLink in a number of places. This works fine for users, but it\'s giving us some SEO headaches.[详细]
2023-03-30 02:27 分类:问答How to cache complex calulations in a wicket web application
I am building a wicket web application. It shows a list of \'entities\' with a DataView and also displaying a details page which wo开发者_JAVA百科rks fine. Only the needed rows from the database are l[详细]
2023-03-30 01:45 分类:问答Wicket - <wicket:link> - How to put pages in different packages?
I have a web app, and it has a directory structure like: /com/myproject/MyPage.java /com/myproject/MyPage.html[详细]
2023-03-29 21:47 分类:问答Java Wicket AjaxFallbackLink needing double click after becoming visible
I have two containers, BEFORE and AFTER. When the page loads up, BEFORE is visible and AFTER is not. BEFORE contains an AjaxFallbackLink that redraws BEFORE and AFTER but makes BEFORE invisible and A[详细]
2023-03-28 12:32 分类:问答Last row of datagrid (com.inmethod.grid.datagrid) when selected, hangs all JS under Chrome
When selecting the last row in a datagri开发者_Python百科d-generated table (with setClickRowToSelect(true)of course), all javasript on the page hangs. That happens only on chrome (as far as I know). T[详细]
2023-03-27 15:30 分类:问答