Posts by user8013 • 41 points
3 posts
-
0
votes1
answer210
viewsQ: Explanation about a JSP command
I have a command line in my JSP code that I can’t understand type StringUtils.isBlank I know it’s a condition, what I don’t know is what’s inside. It follows part of the code:…
-
0
votes1
answer42
viewsQ: Find a variable in JSP
Work with several JSP pages that communicate, and currently I need to find a variable that is present in several pages, I need to find where it is being declared.
-
3
votes0
answers821
viewsQ: How to return an imported value from one JSP page to another?
I have two JSP pages: in one it checks a condition of client links, if it has no link, it enters a function that calls another JSP to import client data. He even imports the data but, when he…