I reopen this thread because in the last message because I need to use a "*.faces" mapping instead of "/faces/*", and also with the latest Trinidad sources I get a 404 error when opening any popup.
404 Not Found /JSFTest/__ADFv__.faces It looks like the special page __ADFv__ doesn't get handled when called as /__ADFv__.faces instead of /faces/__ADFv__.jspx. Any hints on this? Thanks Cosma 2006/5/26, Cosma Colanicchia <[EMAIL PROTECTED]>:
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 > > >
