Re: override writeoutput

2011-05-03 Thread madaan18
this function actually strips the wicket tag.. and i want to add div also
after stripping wicket tag..
so i need to override this function.. so how can i do this???
Please help..

--
Thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/override-writeoutput-tp3492086p3492127.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



override writeoutput

2011-05-03 Thread madaan18
hey,

I want to override the function writeoutput in ComponentTag.class but it is
final.. is there some way that i can override it..

~~
thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/override-writeoutput-tp3492086p3492086.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 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



stripping of wicket tags in html

2011-05-02 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: Back button problem in wicket

2011-04-29 Thread madaan18
Hi,
Thanks for the help... problem is solved.. 
i integrated spring and wicket.. but a new problem has come..

it is saying me to serialize the service class although it is not affecting
the problem of back button if i don't serialize but still throwing an
exception..
I don't wanna serialize my service class.. 
Please tell me what is the problem and how to solve it..

--
Thanks in advance


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483270.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



Back button problem in wicket

2011-04-28 Thread madaan18
Hey,

 I am new to wicket.. I was having problem of back button in wicket.. but it
got solved when i made all the pages and service class serializable.. but
when i integrated my project with spring configuration.. i again faced the
problem of back button in my project.. why does it happen ??? is it because
of spring or something else

 Back button problem :
 I am on page 1 go 2 page 2 , then using back button i go to page 1 then on
clicking a button , i get page expired...

 Please reply soon..
 I need it very urgent

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3480260.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