Hello,
In the following code, <c:out value = "${authorname2}" /> line is not printing the value of authorname2. I want to check if authorname2 has a value or not. I tried alert("authorname2 is: " + authorname2); also. It didnot work. I am not sure if c:set is assigning the value correctly or no. If not, how it can be fixed. Can anyone please help me?
Thank you.