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) int

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 th

CSS and Javascript in Modal Panel

2009-09-09 Thread Oliver-Sven Fritsch
s formating 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 Baroun

Re: LinkTree and Tabbed Panel + inMethod DataGrid

2009-09-02 Thread Oliver-Sven Fritsch
pulls the associated data. -igor On Tue, Sep 1, 2009 at 2:35 AM, Oliver-Sven Fritsch wrote: Hi everybody, I have a LinkTree which will work as my navigation and a panel with tabs for the content. Right now the tree loads all the neccesary data and displays correctly. On one of my tabs I have th

LinkTree and Tabbed Panel + inMethod DataGrid

2009-09-01 Thread Oliver-Sven Fritsch
Hi everybody, I have a LinkTree which will work as my navigation and a panel with tabs for the content. Right now the tree loads all the neccesary data and displays correctly. On one of my tabs I have the inMethod datagrid which displays the values for the selected treenode well. My problem is

Re: Tree based on database

2009-08-17 Thread Oliver-Sven Fritsch
n that (along with the stuff in my previous post) a go. Regards - Cemal jWeekend OO & Java Technologies, Wicket Training and Development http://jWeekend.com Oliver-Sven Fritsch wrote: Thanks for your reply. I guess defining the TreeModel is exactly my problem. I tried to find a tutorial

Re: Tree based on database

2009-08-17 Thread Oliver-Sven Fritsch
//www.wicket-library.com/wicket-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

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 tr

Re: Beginner question about wicket:extend

2009-08-14 Thread Oliver-Sven Fritsch
@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Fri, Aug 14, 2009 at 10:53 AM, Oliver-Sven Fritsch wrote: Hi everybody! I'm really new to wicket an

Beginner question about wicket:extend

2009-08-14 Thread Oliver-Sven Fritsch
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 the wicket:extend and wicket:child tags to get thing working but with no suc