Thomas Spiegl schrieb:

> Problem #2 (needs to be solved)
> 
> Environment:
> MyFaces implementation
> ADF Faces
> Tomahawk 1.1.5
> 
> The hidden parameter "jsf-sequence" will not be rendered when using an
> ADF form.
> 
> Possible solution: A new tomahawk component (myfacesParams), renders
> all hidden input fields needed by the MyFaces implementation, eg the
> jsf-sequence param. This artificial component must then be added to
> every ADF form. This approach will work, but it's fault-prone. Any
> ideas?
> 
Problem #3... Thomas and I were investigating that one, I am just
posting it and will open a Wiki and Jira entry for that later.

Once ADF is enabled something in the ADF CSS or scripting
disables the Dojo tag and attribute parsing.
Now since this is a bad coding practice anyway (at least for html 4.01)
I can recommend, switch to the programmatic generation of components,
I will add a factory method to the Dojo utils later today (already have
written it)

Currently affected by this problem seems to be the Fisheye which uses
this technique which will be fixed by me later today and some of my unit
test pages.

Anyway for the guys working on the ADF side please investigate into the
problem, this could trigger a lot of other problems in the future which
might be non Dojo related.


Reply via email to