Apache Tomcat and CSS

2009-11-04 Thread Oliver-Sven Fritsch
Hi everybody! This might not have to do with Wicket directly but I experience some very strange behavior with wicket pages on tomcat. I do have a login page with a centered div container and two input fields for username and password. If I deploy my application on my local machine (win xp)

inMethod DataGrid row values

2009-09-11 Thread Oliver-Sven Fritsch
Hi group! I want to open a ModalPanel with detailed information when the user clicks on a row in my DataGrid. To do so I override the onCellClicked method. My problem is that I don't know how to get the rowdata. No matter which approach I try all I see is that I can get the information for

CSS and Javascript in Modal Panel

2009-09-10 Thread Oliver-Sven Fritsch
and javascript functionallity to modal panels beyond the default one? Using my scripts and css on ordinary pages works perfectly well. Regards Oliver -- Oliver-Sven Fritsch 3B LOGOS Logik+Logistik GmbH Kaiserdamm 32, D-14057 Berlin, Tel.: 30 61 47 42 Geschäftsführer: Dr. Friedrich Barounig Sitz: Berlin

Re: LinkTree and Tabbed Panel + inMethod DataGrid

2009-09-02 Thread Oliver-Sven Fritsch
Thanks Igor, I found out that some chaching I did was responsible for that behavior. The cell data of the datagrid now gets loaded each time I click on my LinkTree. What's still not working is the refreshment of the datagrid itself although it's put into a WMC. What I do is override the

Tree based on database

2009-08-17 Thread Oliver-Sven Fritsch
Hi everybody! Still new to Wicket I'm trying to get a wicket tree with nodes from a database. What I got so far is a simple JTree put onto a JFrame. What I don't understand is how to geht my tree onto a wicket web page. I'm kinda confused on how to get things working. As far as I now wicket

Re: Tree based on database

2009-08-17 Thread Oliver-Sven Fritsch
] http://jweekend.com/dev/ArticlesPage/ Oliver-Sven Fritsch wrote: Hi everybody! Still new to Wicket I'm trying to get a wicket tree with nodes from a database. What I got so far is a simple JTree put onto a JFrame. What I don't understand is how to geht my tree onto a wicket web page. I'm

Re: Tree based on database

2009-08-17 Thread Oliver-Sven Fritsch
-examples/ajax/tree/simple.1 [3] http://jweekend.com/dev/ArticlesPage/ Oliver-Sven Fritsch wrote: Hi everybody! Still new to Wicket I'm trying to get a wicket tree with nodes from a database. What I got so far is a simple JTree put onto a JFrame. What I don't understand is how to geht my

Re: Beginner question about wicket:extend

2009-08-14 Thread Oliver-Sven Fritsch
, Aug 14, 2009 at 10:53 AM, Oliver-Sven Fritsch o...@3blogos.comwrote: Hi everybody! I'm really new to wicket and it's concepts. I so far created a very simple page having some div containers and some static text. What I want to do now is to include a page header. What I tried is to use