The wrapper function like <%! String blanknull(String s) { return (s == null) ? "" : s; } %> then use it inside your JSP form, like <input type="text" name="shoesize" value="<%=blanknull(shoesize)% >" > prevents the word__________ from apperaring in an HTML page.

Skill/Topic: Programming Constructs
A) Null

Showing Answers 1 - 1 of 1 Answers

parthibanathan

  • Aug 8th, 2006
 

null

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions