Hi Mark,
I suspect the trailing '}' in the navigate had some effect on this
issue. I don't know what that causes off hand or why there wasn't an
error. I'll look into it.
Thanks!
Ken
Mark Saunders wrote:
> I spent some time this morning getting up to speed on the Manage
> Target bug. This is what I discovered ...
>
> 1. When selecting a row, the row is not being hi-lighted after it has
> been selected. This can be fixed if you remove the space in front of
> the #include "changeButtonsJS.inc" statement in the file
> manageJBITargets.jsf.
>
> 2. The other major problem where we get sent to a blank screen after
> we click the "OK" or "Cancel" buttons. Playing with this for awhile, I
> noticed that the problem was not in the "manageJBITargets.jsf" file.
> I completely removed all the guts from that file and only left the
> navigation buttons. The page behaved the same. Went to the calling
> page (/inc/sharedTargetsTable.inc) and the button "Managed Targets
> ..." that is used to display the managed target page uses the
> following command statement to display the page:
> <!command
>
> navigate(page="jbi/cluster/manageJBITargets.jsf}");
> />
> changing it to this:
> <!command
>
> redirect(page="manageJBITargets.jsf")
> />
> fixed the navigation problem. The page seems to behave correctly, so
> needed info must already have been saved in session variable or a
> backing bean.
> Maybe Ken knows why the navigate does not work, while the redirect does.
>
> 3. I also noticed that the format of the page is not completely
> correct. The format of the breadcrumbs are not the sames as our other
> pages, and the tabs are not being displayed, then again, we may not
> want the tabs to be displayed here.
>
> -mark
>
>
>
>
>