Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: missing space in example import declaration

...

  • Your bean is packaged in a class.
  • You have fully qualified your class name (eg:
    No Format
     com.bar.package.MyClass 
    ) OR
  • You have imported your class into your jsp (eg:
    No Format
     <%@ pageimportpage import="com.bar.package.MyClass"%> 
    )

...