This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
I am testing the functionality of jstl and can't seem to get the if and choose statements to evaluate. On one page all I have is a form using GET, with an input text field with a value of fullName and a submit button. Heres the body section of the jsp for the output page which is forwarded through a servlet:
For some reason the first line reads when I enter 'Alan' in the input field but the two conditions don't evaluate to true. Any reason why this is happening? The first line is reading ${param.fullName} and returning 'Hello Alan.' in the <p> block. Why aren't the others working?