Vanishing Markup

2011-11-08 Thread anantasthana
I have a form that i make as an inner class of a panel.
In the Page i have a table containing the form components.
When the form renders the form components show up but the markup for the
table vanishes.
I would appreciate any help on this

The Java code can be found at http://pastebin.com/zrcXiDXD
and the HTML at http://pastebin.com/gerxEXKs

Thank you every one for the great answers and help you have been providing

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Vanishing-Markup-tp4017788p4017788.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Vanishing Markup

2011-11-08 Thread Stanislav Savulchik

Hi,

You are missing table/table tags in markup. Most likely the browser 
tries to fix invalid markup by removing


On 11/09/2011 05:21 AM, anantasthana wrote:

I have a form that i make as an inner class of a panel.
In the Page i have a table containing the form components.
When the form renders the form components show up but the markup for the
table vanishes.
I would appreciate any help on this

The Java code can be found athttp://pastebin.com/zrcXiDXD
and the HTML athttp://pastebin.com/gerxEXKs

Thank you every one for the great answers and help you have been providing

--
View this message in 
context:http://apache-wicket.1842946.n4.nabble.com/Vanishing-Markup-tp4017788p4017788.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail:users-unsubscr...@wicket.apache.org
For additional commands, e-mail:users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Vanishing Markup

2011-11-08 Thread anantasthana
Wow that was a really silly mistake i made. Thanks for the help that worked.
cant believe i couldnt figure it out
thanks again

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Vanishing-Markup-tp4017788p4018746.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org