Re: CSS and Javascript Problems

2008-03-05 Thread Andy Czerwonka
applications to follow? On 2008-03-05 07:29:14 -0700, Andy Czerwonka [EMAIL PROTECTED] said: http://cwiki.apache.org/WICKET/javascript-and-css-support.html This page does not talk about how this is done in 1.3.1 and I'm having trouble getting the HTML pages to find my CSS and Javascript. Can

Re: CSS and Javascript Problems

2008-03-05 Thread Andy Czerwonka
oh ya... and all the css and javascript is static, meaning that it doesn't have to be referenced in code, but either way On 2008-03-05 07:36:43 -0700, Andy Czerwonka [EMAIL PROTECTED] said: currently my code is in src/main/java and my css, images and scripts are all in src/main/resources

Re: Re: CSS and Javascript Problems

2008-03-05 Thread Andy Czerwonka
Thanks.. all good now. On 2008-03-05 07:50:06 -0700, Hoover, William [EMAIL PROTECTED] said: According to the http://maven.apache.org/guides/introduction/introduction-to-the-standard- directory-layout.html they should reside in src/main/webapp [snip]

Re: HTML files location

2008-02-10 Thread Andy Czerwonka
stuff in a parallel directory structure in src/main/resources. E.g. more src/main/java/com/yourcompany/foo.css to src/main/resource/com/yourcompany/foo.css On 10/02/2008, Andy Czerwonka [EMAIL PROTECTED] wrote: I used the maven quickstart. I want move my HTML, images, javascript, etc

Re: Scrollbar in popup window?

2008-01-30 Thread Andy Czerwonka
Is there a way to do it within a div right on a page? palun [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I get vertical scrollbar in a popup window with (too) long content? Popup is created like so: add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,

Re: Label is driving me a *little* crazy

2008-01-27 Thread Andy Czerwonka
(or something named like that) to the for element. Regards, Erik. Andy Czerwonka wrote: I found this thread: http://www.mail-archive.com/users@wicket.apache.org/msg04400.html I have written similair code, but I'm getting an exception. Clearly my markup is wrong, but I can't for the life

Re: Label is driving me a *little* crazy

2008-01-27 Thread Andy Czerwonka
Igor Vaynberg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] why does it work for everyone else and not you? could you paste the entire stack trace? -igor Because I'm an idiot. Sorry group - my Eclipse environment was messed up and it wasn't building properly.

Label is driving me a *little* crazy

2008-01-26 Thread Andy Czerwonka
I found this thread: http://www.mail-archive.com/users@wicket.apache.org/msg04400.html I have written similair code, but I'm getting an exception. Clearly my markup is wrong, but I can't for the life of me unnderstand why? When I inspect the code, the page contains the right things. I'm a

Re: Eclipse Debug Wicket Problem

2008-01-23 Thread Andy Czerwonka
Thanks. I found out the hard way - basically built my .metatdata from scratch and did a diff. Anyway, I removed it as my editor and all is good. For me though, it makes the WicketBench plugin useless. OliZilla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I saw this in the the

Eclipse Debug Wicket Problem

2008-01-22 Thread Andy Czerwonka
Eclipse. Could this be the issue? -- Andy Czerwonka

Re: Eclipse Debug Wicket Problem

2008-01-22 Thread Andy Czerwonka
http://www.nabble.com/Source-not-found-in-debug-window-td14102828s177.html Andy Czerwonka [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] For some reason, when I launch my tests in debug, Eclipse can't seem to attach my source properly. It can't highlight the current line. Has