Hi Adam,

without #3 a strange problem happens: the popup is opened, but it
tries to request a non-existent page called __ADFv__.jsp, passing the
actual url as a parameter. Looking at the source, it seems to be
standard method in ADF Faces to open popups, used also for calendars,
etc. Changing the filter mapping has solved the problem.

You're right about #2, it's not required.

Cosma






2006/5/25, Adam Winer <[EMAIL PROTECTED]>:
#2 and #3 shouldn't be necessary.  #1 is.  (I'd be very
surprised if #2 really is an issue;  #3 might be a bug.)

-- Adam


On 5/25/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
> I've just managed to open a popup window using the ADF Dialog
> Framework :-) Note that, in order for this to work, you have to:
>
> 1) Use <afh:body> instead of <body>
> 2) Use <af:form> instead of <h:form> (not sure, other problems arise
> with forms and ADF)
> 3) Map the Faces Servlet using a virtual folder like /faces/* instead
> of an extension (*.jsf)
>
>
> Bye
> Cosma
>

Reply via email to