[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3609) Performance problem: when using <s:link> or <s:button> with page.xml

kun zhang (JIRA) jira-events at lists.jboss.org
Wed Oct 22 03:15:30 EDT 2008


Performance problem: when using <s:link> or <s:button> with page.xml
--------------------------------------------------------------------

                 Key: JBSEAM-3609
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3609
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.0.3.CR1, 2.0.2.SP1
         Environment: JDK 1.5.0_14, jboss-4.2.3.GA
            Reporter: kun zhang
            Priority: Critical


<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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list