stripping of wicket tags in html

2011-05-03 Thread madaan18
hey,

When we add markup for some label.. we do as


but what wicket does is it converts it into HTML like 
value

I think it does this using write output function of class Component tag..

I just wanna know the complete flow it does to convert it into pure HTML..

Please help me for the same..

Further after knowing i want to add a div container outside the span
tag..Please tell me how to do that

--
Thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/stripping-of-wicket-tags-in-html-tp3491865p3491865.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: stripping of wicket tags in html

2011-05-03 Thread Ernesto Reinaldo Barreiro
I canĀ“t see neither what you add nor what you get:-)

Regards,

Ernesto

On Tue, May 3, 2011 at 8:55 AM, madaan18 madaa...@gmail.com wrote:
 hey,

 When we add markup for some label.. we do as


 but what wicket does is it converts it into HTML like
 value

 I think it does this using write output function of class Component tag..

 I just wanna know the complete flow it does to convert it into pure HTML..

 Please help me for the same..

 Further after knowing i want to add a div container outside the span
 tag..Please tell me how to do that

 --
 Thanks in advance

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/stripping-of-wicket-tags-in-html-tp3491865p3491865.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: stripping of wicket tags in html

2011-05-03 Thread madaan18
thanks Ernesto for reply..

I just wanna know how wicket handles the HTML files... HTML does not know
about wicket id .. so it converts it to HTML .. how wicket does this???
please help..

Thanks in advance...

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/stripping-of-wicket-tags-in-html-tp3491865p3491901.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: stripping of wicket tags in html

2011-05-03 Thread Ernesto Reinaldo Barreiro
Maybe as a user you might be more interested in reading some tutorials
and get a general idea on how to use the framework. E.g.

1-https://cwiki.apache.org/WICKET/newuserguide.html
2-https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html

Not sure if this is what you want?

Regards,

Ernesto

On Tue, May 3, 2011 at 9:24 AM, madaan18 madaa...@gmail.com wrote:
 thanks Ernesto for reply..

 I just wanna know how wicket handles the HTML files... HTML does not know
 about wicket id .. so it converts it to HTML .. how wicket does this???
 please help..

 Thanks in advance...

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/stripping-of-wicket-tags-in-html-tp3491865p3491901.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