9 Replies Latest reply on Oct 28, 2008 9:19 AM by kenneth.zhangsunny77.hotmail.com

    Big performance problem: when using <s:link> or <s:button> with page.xml

    kenneth.zhangsunny77.hotmail.com
      <s:link> or <s:button> will automatically check the View_id's page.xml, and temporary construct the seam components in the page.xml, then call component's @Create and @Destroy method.

      For example:

      There is a <s:link> at the menu.xhtml:

          <s:link view="/login.xhtml" value="Login"/>

      If login.page.xhtml like this:
          <param name="order" value="#{deptList.order}"/>

      seam will automatically construct the deptList component, and call it's @Create and @Destroy method.

      I find the issue at Seam 2.0.2.SP1 and 2.0.3.CR1.
      It's a big performance problem, please resolve it ASAP.

      Thanks a lot  and sorry for my bad english.

      Best regards,

      Kenneth
      2008-10-22 Shanghai