I am just trying to print a default value when the user does not input any values in the form (of page index.jsp).
In the Bert's book of 2nd edition, it states that
This value is output if the value attribute evaluates to null. And, the above should render as
Here is the jsp page that does the c : out testing with default.
Here is the index.jsp page
I do not get the default value printed when there is no input in the form. I expected the default guest value should get printed!