werpu / jsfs_js_ts

Apache License 2.0
2 stars 1 forks source link

test: request for Tobago 6 #29

Closed henningn closed 1 year ago

henningn commented 1 year ago

The test fails because the IDs of jakarta.faces.partial.execute and jakarta.faces.partial.render contains '::' instead of ':'.

werpu commented 1 year ago

Not entirely correct because the body cannot receive head and html elements, so I am not merging it in, but I will take the code and do the merge manually on my side with the needed fixes. The issue with this example is finally reproducible: I am getting following response body:

jakarta.faces.partial.execute=page%3A%3Apage%3Ainput&jakarta.faces.partial.render=page%3A%3Apage%3Aoutput

Which in my simpler tests worked. I finally have a test which I can start on which exposes it. Thanks for the code.

werpu commented 1 year ago

Already merged manually, closing it now