All,
I have a template page say x.html
i have 3 text fields name(varchar2) ,age(int),school(varchar2) in it.
If the users enters values in the form in x.html(say values name=”a” ,age=”2″ ,school=”a”) and submit it.I need to return the same values back to x.html indicating an error.
My question is how to return the same values to x.html.
Thanks…..
from docs: