[
https://jira.jboss.org/jira/browse/JBSEAM-3609?page=com.atlassian.jira.pl...
]
Francisco Jose Peredo Noguez commented on JBSEAM-3609:
------------------------------------------------------
The one that should have been marked as a duplicate is this, not JBSEAM-2310 ,
JBSEAM-2310 has more votes, and it is older!
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.2.SP1, 2.0.3.CR1
Environment: JDK 1.5.0_14, jboss-4.2.3.GA
Reporter: Kenneth Zhang
Assignee: Shane Bryzak
Priority: Critical
Fix For: 2.1.1.CR1
Attachments: Book-sample.zip, screenshot-1.jpg
<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