404 Error while running a Bounded Task Flow inside Dialog
Morning!
When running a task-flow as a dialog do not forget to add those attributes to the button that calls the btf:
useWindow="true" windowHeight="400" windowWidth="500"
Without this you'll probably run into a 404 error, here is part of the exception (pt-BR message):
When running a task-flow as a dialog do not forget to add those attributes to the button that calls the btf:
useWindow="true" windowHeight="400" windowWidth="500"
Without this you'll probably run into a 404 error, here is part of the exception (pt-BR message):
<XmlHttpServletResponse> <_logException>
javax.servlet.ServletException: ADF_FACES-60101:Código de Status de Erro de HTTP: 404."
Comentários
Postar um comentário