HELP!
I am having a problem where as the seam generated app, which has a recursive table (as
described above), can't add new child entries.
This is because the link to add the new child points to the same edit page that I am
currently on, and goes back to the same parent entry....
Details:
I have a ReportSection class which has a
Set<ReportSection> reportSections property and ReportSection parentReportSection
property.
My ReportSectionEdit.xhtml page has a tab which lists the reportSections and has a
"Add reportSection" button, as follows:
| <s:button id="addreportSection"
| value="Add reportSection"
| view="/ReportSectionEdit.xhtml"
| propagation="none">
| <f:param name="reportSectionId"
value="#{reportSectionHome.instance.id}"/>
| <f:param name="reportSectionFrom"
value="ReportSection"/>
| </s:button>
|
When I click on "Add reportSection" button, I just go back to the same page.
Any help is appreciated
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044026#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...