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="success">
<h:outputText value="Weiter" />
</h:commandLink>
<h:commandButton action="success" 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