Hi,
I'm sure there is a way to do this, but I just cant remember how. I have a page with a form in it, and I want one of the fields to contain a fixed value. eg. a record number
I want this displayed as normal text, but not in a normal INPUT TYPE=TEXT kinda box.
The only thought I have so far is to use a display the record number, and then use a INPUT TYPE=HIDDEN next to it, but this will get pretty ugly for me.
Can anyone suggest how I could render a field like a hidden field, but displayed on the page ?
ps. My page is actually a JSP which is rendering the record number.
I'm sure there is a way to do this, but I just cant remember how. I have a page with a form in it, and I want one of the fields to contain a fixed value. eg. a record number
I want this displayed as normal text, but not in a normal INPUT TYPE=TEXT kinda box.
The only thought I have so far is to use a display the record number, and then use a INPUT TYPE=HIDDEN next to it, but this will get pretty ugly for me.
Can anyone suggest how I could render a field like a hidden field, but displayed on the page ?
ps. My page is actually a JSP which is rendering the record number.