Can you post the whole of the navigation rule that contains the navigation case?

Aneesha

On 10/4/06, Aneesha Govil < [EMAIL PROTECTED]> wrote:
What happens? It doesn't redirect or what? Does it remain blank or nothing happens?

Aneesha


On 10/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,

that's not the problem.
Facelets arent the problem, too.
I tried it with a simple jsp-webapp and a simple commandLink.
I dont know why my commandLink will not work!
Any ideas?

Thanx in advance

Udo



Moin Udo,

The commandLink syntax looks good to me, but the HtmlCommandLink alwalys uses _javascript_, so be sure that your target browser can handle it.

hope that helps

Marco

---
http://www.kontaktlinsen-preisvergleich.de
http://www.lenses-price-comparison.com

[EMAIL PROTECTED] schrieb:
Hi,

i don't understand why my commandLink will not work!
My Configuration:
All MyFaces 1.1.3 libraries with facelets.
I use this source in my view:

<h:form>
          <h:commandLink action="">              <h:outputText value="Weiter" />
          </h:commandLink>
          <h:commandButton action="" value="Weiter" />
</h:form>

The navigation is in the faces-config.xml:
        <navigation-case>
            <from-outcome>success</from-outcome>
            <to-view-id>/home.xhtml</to-view-id>
            <redirect/>
        </navigation-case>

Well, the commandButton works fine, the commandLink will NOT WORK!
(I also tried MyFaces 1.1.4 with no success...)
WHY???
Can somebody help me?!?!

Thanx in advance.

Udo


















Reply via email to