0% found this document useful (0 votes)
33 views

Java Interview Map

Custom tags are used in JSPs to conditionally show tabs based on parameters set on the server, avoiding ugly if-else code in the view. Tags replace complex conditional logic in the view layer with simple tag attributes defined on the server.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Java Interview Map

Custom tags are used in JSPs to conditionally show tabs based on parameters set on the server, avoiding ugly if-else code in the view. Tags replace complex conditional logic in the view layer with simple tag attributes defined on the server.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Custom tags used to decide whether to show a particular tab or not in the jsp based on the

parameters set I server. It replaces if-else ugly code in the view.

You might also like