[Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
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(s) in the body of a component which discards its body. The tag I am using is a a wicket:id=somethingSome Text/a. I use this in other pages

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Johan Compagner
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(s) in the body of a component which discards its body. The tag I

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

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Johan Compagner
i don't see any wicket:id so that i know which part is going wrong.What is the exact input file for wicket?johanOn 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 Pacheco [EMAIL PROTECTED]

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Johan Compagner
hmm view directly in gmail alteres the html i had to download it to see what was the real file.what was the place where wicket reported an error?On 5/3/06, Johan Compagner [EMAIL 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

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Dave Schoorl
Can it be the input element input type=text wicket:id=Search class=itemsarea that is not closed? -- BTW other input elements also seem to be not properly closed. Rui Pacheco wrote: Hi all I am receiving the following error when trying to call a component in my HTML: WicketMessage:

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
Look for a wicket:id=inserirInserir/a. That's where he complains.On 5/3/06, Johan Compagner [EMAIL PROTECTED] wrote:hmm view directly in gmail alteres the html i had to download it to see what was the real file. what was the place where wicket reported an error?On 5/3/06, Johan Compagner [EMAIL

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
Wicket demands that we use strict xhtml? I thought having a normal html tag would be enough.On 5/3/06, Dave Schoorl [EMAIL PROTECTED] wrote:Can it be the input element input type=text wicket:id=Search class=itemsarea that is not closed? -- BTW other input elements alsoseem to be not properly

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Rui Pacheco
THAT WAS IT!But this creates a bigger problem. I have this same html on other pages and they work properly. Why does he accept open tags on some pages and demand that I close them on others? On 5/3/06, Dave Schoorl [EMAIL PROTECTED] wrote: Can it be the input element input type=text

Re: [Wicket-user] Misterious error message

2006-05-03 Thread Johan Compagner
we are a 'relaxed' in most places for those checks.If you could have a simple test case (java file and html file) which also should work in the relaxed modeplease make a bug report for this and attach the 2 files. i did change the error to the outside world a bit better:WicketMessage: Expected