When naming JSP files for mobile devices, use the following rules:
- The starting JSP file can have any name but the same name must
be defined while adding the inner panel for the screen entity.
- The validation JSP file name syntax must be formName + "Val" +
fieldname + ".jsp" format (for example, frmSearchValtxtItemId.jsp
is invoked for validating the txtItemId field on the tab out of
the txtItemId field in the frmSearch form).
- The name of the JSP being called on the click of a button must
be named after the value of the action property in the URL. For example,
if button has the URL value of /console/rfinventory.ppc?action=frmSearchUpdCmdInquire,
then the JSP being invoked is named as frmSearchUpdCmdInquire.jsp.
- All JSPs must be added to the INSTALL_DIR/extensions/global/webpages/rf/wms/uientity
directory (for example, INSTALL_DIR/extensions/global/webpages/rf/wms/inventory/frmInventory.jsp).
- These JSPs use common utility methods as defined in the INSTALL_DIR/repository/eardata/platform/war/yfc/rfutil.jspf
file.