Bug 534705 (RHQ-1476) - Breadcrumbs do not appear on next page after submitting schedule changes to Metric Templates
Summary: Breadcrumbs do not appear on next page after submitting schedule changes to M...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: RHQ-1476
Product: RHQ Project
Classification: Other
Component: Usability
Version: unspecified
Hardware: All
OS: All
low
medium
Target Milestone: ---
: ---
Assignee: Simeon Pinder
QA Contact: Simeon Pinder
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-04 15:25 UTC by Mark Burchard
Modified: 2009-04-03 11:12 UTC (History)
1 user (show)

Fixed In Version: 1.2
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
N/A
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Mark Burchard 2009-02-04 15:25:00 UTC
Breadcrumbs do not appear on the next screen after the flow: 

Administration > Monitoring Defaults > (Utilized types only|All types) > Edit Metric Template > (select metric) > (new value) > submit |> 

You have to go back to Administration and start over for the next metric template, which is cumbersome.  The back button will take you back to the previous screen, but that breaks the intended page flow.

Comment 1 Simeon Pinder 2009-03-27 19:25:02 UTC
It appears that this issue may be caused by the fact that two different struts actions are used during this one operation and the context(i.e. Bread Crumb listin) is not transferred correctly.   In other words, before the change is committed, navigation and template details are displayed by the following url :

http://127.0.0.1:7080/admin/platform/monitor/Config.do?mode=configure&id=502077&type=502077

      during or after the change is committed, the struts action and url looks like 

http://127.0.0.1:7080/resource/common/monitor/config/ConfigMetrics.do 

The correct fix is probably to migrate this struts page to JSF correctly but that may not be the right course of action given the time constraints.
 


Comment 2 Simeon Pinder 2009-04-03 11:05:23 UTC
Modified struts-config.xml to forward action and validation results to the original admin/common context. See SVN 3589 for more details.  Modified and tested and struts style breadcrumbs are correctly displayed.

Comment 3 Red Hat Bugzilla 2009-11-10 20:33:47 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1476



Note You need to log in before you can comment on or make changes to this bug.