Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.

Description

Error formatting macro: snippet: java.lang.NullPointerException

Parameters

Error formatting macro: snippet: java.lang.NullPointerException

Examples

Error formatting macro: snippet: java.lang.NullPointerException
  • No labels

1 Comment

  1. Example 2:

    The string object can be accessed as
    <s:set name="personName" value=" 'TestValue' "/>
    Hello, <s:property value="#personName"/>. How are you?

    This example will print:
    Hello, TestValue. How are you?