If you want GET behavior, use an h:outputLink or plain a tag. h:commandLink
is for POSTing forms.

Regards,

Jan-Kees


2008/10/20 Paul Spencer <[EMAIL PROTECTED]>

> Andreas,
> As I understand it, the <h:form> tag is required by the JSF 1.x spec. Prior
> versions of Tomahawk did support command buttons outside of <h:form>, but
> that has been removed.
>
> Paul Spencer
>
>
> Andreas Niemeyer wrote:
>
>> Hi,
>>
>> Is there a more `html' friendly way to create a faces link without the
>> surrounding form tag?
>>
>>
>> <form jsfc="h:form">
>> <a href="#" jsfc="h:commandLink" value="back" action="back"/>
>> </form>
>>
>>
>> The parser doesn't like this:
>>
>> <a href="#" jsfc="h:commandLink" value="back" action="back"/>
>>
>>
>>
>> Regards,
>> Andreas
>>
>>
>>
>>
>

Reply via email to