[ 
http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416045 
] 

Mario Ivankovits commented on MYFACES-1171:
-------------------------------------------

But the t:commandLink cant work with anything else with myfaces-impl - and I 
dont see the badness of it, do all components of tomahawk have to work with RI?
I guess not, there are low-level things we dont manage to provide for RI due to 
the fact that there is simply no spec to rely to - e.g. how to render/name the 
form fields.

If I remember correctly, the t:commandLink provides only the dummyForm stuff - 
and this is deprecated for now - so ist the tag deprecated too. Once we have a 
way to change the view after creation (jsf 1.2) we can inject a form if its 
missing and then we can remove the t:command* stuff at all. (Given that we want 
to provide this functionallity again which is a -0 from me)

> Dont render clear_<formName> if not in MyFacesForm
> --------------------------------------------------
>
>          Key: MYFACES-1171
>          URL: http://issues.apache.org/jira/browse/MYFACES-1171
>      Project: MyFaces Core
>         Type: Bug

>     Versions: 1.1.3
>     Reporter: Martin Koci
>     Priority: Minor
>      Fix For: 1.1.3

>
>  HtmlCommandButtonRenderer alway renders onclick="clear_<formName>". But this 
> will work only if myfaces form renderer was used. 
> With custom form renderer (and with ADF faces renderer kit too) function 
> 'clear_<formName>" does not exist in output html.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to