What would be the
easiest way to know if a given JSP is in insert or update
mode.
Basically, I
call a particular JSP using either the navnewbutton or a urlLink (with
position). I want to use JSTL to set an appropriate Title (Update or
Add).
How would this be
best handled?