Since it's a label, hence you don't use the <INPUT TYPE> tag to define it, I don't think it can be done. A possible solution is to change it to a disabled input field.
------------------ Bosun SCJP for the Java� 2 Platform
Bosun (SCJP, SCWCD).
So much trouble in the world -- Bob Marley
If you are producing dinamically the label in the first page you may print the value in a <input> hidden field so it can be sended to the second page ant retrive it using request.getParameter() method.