2 Replies Latest reply on Sep 22, 2010 1:45 PM by kisito

    What happen when just name attribute in page parameter is specified?

    kisito
      Hi all

      i don't understand what happen when just the name attribute is specified in a page parameter. If i take the sample given in the seamdoc.
      <pages>
      <page view-id="/hello.jsp" action="#{helloWorld.sayHello}">
      <param name="firstName" />
      <param name="lastName" />
      </page>
      </pages>

      what is the values of firstName and lastName in this case at runtime?

      thank