[Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
without any problems, but here the parser keeps on asking for a closing tag. I have reviewed my HTML with Dreamweaver, and I made sure I was inserting the component in my Java classes: add(new PageLink(something, SomePage.class))What could be causing this? Anyone have any idea?-- Cumprimentos,Rui

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
Here it is.On 5/3/06, Johan Compagner [EMAIL PROTECTED] wrote: give me the complete html file On 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: Hi allI am receiving the following error when trying to call a component in my HTML:WicketMessage: Expected close tag. Possible attempt to embed component

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
PROTECTED] wrote: i don't see any wicket:id so that i know which part is going wrong.What is the exact input file for wicket?johan On 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: Here it is.On 5/3/06, Johan Compagner [EMAIL PROTECTED] wrote: give me the complete html file On 5/3/06, Rui

[Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
, but it's very strange. Why is Wicket not rendering that one link? It's just like the others. I'm attaching both my .java and .html for the menu. The entry that is not rendered correctly is the one between two blank lines.-- Cumprimentos,Rui Pacheco Conteúdos Gerais

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
? -- Cumprimentos, Rui Pacheco--- Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
classes: add(new PageLink(something, SomePage.class)) What could be causing this? Anyone have any idea? -- Cumprimentos, Rui Pacheco---Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
link? It's just like the others. I'm attaching both my .java and .html for the menu. The entry that is not rendered correctly is the one between two blank lines. -- Cumprimentos, Rui Pacheco

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
you mean with: Menu.htnl is included in all the pages thatit calls?Rui Pacheco wrote: Dave No I don't, but then again, neither are any of the other links, and they work like a charm. Menu.html is included in all the pages that it calls, so in theory it is next to the other pages, at least when

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
then?-Igor On 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: About the Menu.html being included in all the pages, I was just repeating what Navomatic does. Nevermind that.The thing is, all links work and used to work without those classes in the package. That one link, that I added today, doesn't

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
, Igor Vaynberg [EMAIL PROTECTED] wrote: you didnt answer my questiondo you have those files in the same package and if not what pages do you end up at? -IgorOn 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: I know all the links take me to the correct pages, except for the link I added today

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
not doing its magic. -IgorOn 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: I do not have those pages in the same package as the menu. And the pages I end up at are the ones the menu points to, ie, the correct ones.I'm sending you the packages personally as this is the internet and I dont want my

Re: [Wicket-user] Error in Navomatic

2006-05-03 Thread Rui Pacheco
as the page that contains the menu panel. -IgorOn 5/3/06, Rui Pacheco [EMAIL PROTECTED] wrote: One final question: was it suppose to work with the pages in a different package or not? By your reply I take it that it should work. On 5/3/06, Igor Vaynberg [EMAIL PROTECTED] wrote: hmm, nothing really jumps

Re: [Wicket-user] Links to images and .css

2006-04-28 Thread Rui Pacheco
wser? what context name is the app running under? waht is your servlet mapping? -Igor On 4/27/06, Rui Pacheco [EMAIL PROTECTED] wrote: I know you're dealing with more important things right now, but I could use a hand here.I have my images and css's at the same level as web-inf. My html is next to t

Re: [Wicket-user] Links to images and .css

2006-04-28 Thread Rui Pacheco
, Johan Compagner [EMAIL PROTECTED] wrote: please make the servlet url mapping something like /app/* don't map the wicket servlet on the root.johan On 4/28/06, Rui Pacheco [EMAIL PROTECTED] wrote: In the browser I just get the empty placeholder. The context for the application is /. The servlet

Re: [Wicket-user] Links to images and .css

2006-04-28 Thread Rui Pacheco
ow, so I guess its something else and not an Wicket error.On 4/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote: so wait, in your markup you have img src="" but in the browser output you have img src="" ??? -IgorOn 4/28/06, Rui Pacheco [EMAIL PROTECTED] wrote: In the browser I just get t

[Wicket-user] Links to images and .css

2006-04-27 Thread Rui Pacheco
can I make my files appear on the application?-- Cumprimentos,Rui Pacheco

Re: [Wicket-user] Links to images and .css

2006-04-27 Thread Rui Pacheco
nside your css? -IgorOn 4/27/06, Rui Pacheco [EMAIL PROTECTED] wrote:Hi all.My application, as with all applications, uses stylesheets and images. Those files are stored under $TOMCAT_HOME/webapps/my_app/resources, but when I launch my wicket application I see an error on my logs saying that the

Re: [Wicket-user] Links to images and .css

2006-04-27 Thread Rui Pacheco
On 4/27/06, Igor Vaynberg [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote:how are you referring to those files inside your css? -Igor On 4/27/06, Rui Pacheco [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote:Hi all. My application, as with all applicat

Re: [Wicket-user] Links to images and .css

2006-04-27 Thread Rui Pacheco
-shared-resources/'or something. Eelco On 4/27/06, Rui Pacheco [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote: My problem is, the images and css files can't be found by the html pages. I am calling them as if I was using a static page

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-23 Thread Rui Pacheco
application you deploy is the root context of tomcat?else if it is the helloworld context you have to do this: http://localhost:8080/helloworld/helloworldto hit the wicket servlet. johan On 4/23/06, Rui Pacheco [EMAIL PROTECTED] wrote: Hi GwynI've just installed Jetty 5.1 and tried the application

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-23 Thread Rui Pacheco
look at how the quickstart project does this:By having a index.html in the root:htmlhead meta http-equiv=Refresh content=0; url="" /head /htmland you have a servlet mapping of helloworld so:htmlhead meta http-equiv=Refresh content=0; url="">/head /htmljohanOn 4/23/06, Rui Pa

[Wicket-user] HelloWorldApplication won't show index page

2006-04-22 Thread Rui Pacheco
and I can see that message on catalina.out. But when I go to my browser I can't see anything, I just get a 404. I am using Java 5 with Tomcat 5.5.16 and wicket 1.2 rc2 on Linux.This is really strange, as I don't get any errors on my logs, just the 404.-- Cumprimentos,Rui Pacheco package wicket.test

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-22 Thread Rui Pacheco
msg - You might considergiving it a try using this as a test case. /GwynOn 22/04/06, Rui Pacheco [EMAIL PROTECTED] wrote: Hi all Yesterday I sent a message asking wondering why my helloworld application didn't go beyond loading the main class by Tomcat. Someone asked for my source code, I'm sending

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-22 Thread Rui Pacheco
are unsure of how all the servlet stuff works can get started quickly. i suggest you try that.when you say debug, what do you mean? have you even used a debugger? have you set a breakpoint in WicketServlet to see if the url you are using even hitting it? -IgorOn 4/22/06, Rui Pacheco [EMAIL

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-22 Thread Rui Pacheco
I have already removed it, as Gwyn sugested. And still just the 404.On 4/22/06, Lasse Koskela [EMAIL PROTECTED] wrote:On 4/23/06, Rui Pacheco [EMAIL PROTECTED] wrote: Yesterday I sent a message asking wondering why my helloworld application didn't go beyond loading the main class by Tomcat

Re: [Wicket-user] HelloWorldApplication won't show index page

2006-04-22 Thread Rui Pacheco
/classes and the wicket .jar inside WEB-INF/lib. I am supposed to do this, right? The QuickStart example has an empty directory, except for a web.xml file.On 4/23/06, Rui Pacheco [EMAIL PROTECTED] wrote:I have already removed it, as Gwyn sugested. And still just the 404. On 4/22/06, Lasse Koskela [EMAIL

[Wicket-user] Index page not loading

2006-04-21 Thread Rui Pacheco
eternally and I see no activity on Tomcat's logs.Can anyone help me diagnose whats happening? I am using the latest edition of Tomcat and Java 5 as of this writing. -- Cumprimentos,Rui Pacheco