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 am using is a a wicket:id=somethingSome Text/a. I use this in other pages 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 Pacheco




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(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 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 Pacheco



-- Cumprimentos,Rui Pacheco
Title: AGC Universal






Header



	
		
		
			Menu
		
		
		
		
		
		
		
		
			


	
		
			Lista de Glossário
			
	
	


	
		
			ID
			Abreviatura
		
		
		Pesquisar
	
	
	Inserir
	





	ID
	Abreviatura
	Definição
	Estado
	


	1
	Z Maria
	[EMAIL PROTECTED]
	Subscrio Daquelas
	Apagar



			
		
		
		
		
	



Footer





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] 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 am using is a a wicket:id=somethingSome Text/a. I use this in other pages 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 Pacheco



-- Cumprimentos,Rui Pacheco




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 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 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 am using is a a wicket:id=somethingSome Text/a. I use this in other pages 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 Pacheco



-- Cumprimentos,Rui Pacheco






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: 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 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 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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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 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 am using is a a wicket:id=somethingSome Text/a. I use this in other pages 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 Pacheco



-- Cumprimentos,Rui Pacheco





-- Cumprimentos,Rui Pacheco


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 closed.Rui Pacheco wrote: Hi all I 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 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 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 Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-- Cumprimentos,Rui Pacheco


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 wicket:id=Searchclass=itemsarea that is not closed? -- BTW other input elements alsoseem 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: 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 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 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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user-- Cumprimentos,Rui Pacheco


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 close tag for 'span wicket:id=exampleTitle' Possible attempt to embed component(s) 'span wicket:id=test' in the body of this component which discards its body
So now you see what component it renders currently. And what component it suddenly did find and did not expect.johanOn 5/3/06, 
Rui Pacheco [EMAIL PROTECTED] wrote:
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 wicket:id=Searchclass=itemsarea that is not closed? -- BTW other input elements alsoseem 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: 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 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 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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wicket-user-- Cumprimentos,
Rui Pacheco