hello mark,

you are welcome!

concerning your second problem:
are you using a real redirect? (or did you just call it "redirect"?)

in the case of a real redirect:
the request scope is too short for such a scenario.
-> please test it with a session scoped bean (just for testing purpose).
as final solution use one of the available custom scopes (they are longer
than request scope and shorter than session scope).

regards,
gerhard



2007/12/13, md10024 <[EMAIL PROTECTED]>:
>
>
> Yes, sorry....I was a little careless in my reading of your post. Using
> partialTrigger solves the partialSubmit problem when the tr:commandLink is
> on the same page as the tabSwitcher
>
> BUT, when using it from the main.xhtml page     i.e.    <tr:commandLink
> action="about" id="tabSwitcher" text="show 'Company' tab"
> actionListener="#{contactForm.showCompanyTab}" />
>
> The showCompanyTab(...) method gets called apparently before the redirect
> to
> the about.xhtml page so it doesn't take effect
>
> In other words, the about.xhtml page gets rendered, the showCompanyTab
> method gets called but the default panel (not the intended panel) gets
> rendered. Any ideas?
>
> thanks for you patience and cooperation, I'm still trying to master some
> of
> the finer details here.
>
> Mark
> --
> View this message in context:
> http://www.nabble.com/linking-to-non-default-tr%3AshowDetailItem-in-a-tr%3ApanelTabbed-tp14307867p14323968.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to