Re: [Trinidad]Dialog framework restricted to faces servlet path mapping ???

2007-10-08 Thread Martin Ahrer

I guess when referring to most recent "Sun RI revs" you are talking about JSF
1.2 revs. I'm running with latest 1.1  Sun RI :-((


Adam Winer wrote:
> 
> It's not a Trinidad issue per se - it's a problem with
> some JSF implementations.  Specifically,
> it's broken in MyFaces 1.2.0 and early revs of
> the Sun RI, but works in the most recent Sun
> RI releases.
> 
> -- Adam
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Dialog-framework-restricted-to-faces-servlet-path-mapping-tf4549427.html#a13091922
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad]Dialog framework restricted to faces servlet path mapping ???

2007-10-06 Thread Adam Winer
It's not a Trinidad issue per se - it's a problem with
some JSF implementations.  Specifically,
it's broken in MyFaces 1.2.0 and early revs of
the Sun RI, but works in the most recent Sun
RI releases.

-- Adam


On 10/1/07, Martin Ahrer <[EMAIL PROTECTED]> wrote:
>
> Im facing a strange behaviour with popping up dialog windows when using
> extension mapping for the servlet.
>
> I have a servlet mapping like:
> 
> faces
> *.faces
> 
>
> and a navigation rule
>
> 
> 
> /application/reportviewer/reportviewer.jspx
> 
> 
> #{reportViewerController.run}
> dialog:success
> 
> /application/reportviewer/report.jspx
> 
> 
>
> The managed bean method "run" returns "dialog:success" but the view as
> implemented in the  does not get called!
> Instead a popup window shows up with some error message saying that the
> requested URL does not exist
>
> "
> The requested resource (/birt-web-0.2.4-SNAPSHOT/__ADFv__.jspx) is not
> available.
> ...".
>
> So it seems something creates a URL that is totally screwed up!
>
> As soon as I switch to wildcard mapping
>
> 
> faces
> javax.faces.webapp.FacesServlet
> 1
> 
> 
> faces
> /faces/*
> 
>
> the dialog popup works as expected!
>
> Is there any known requirement regarding the faces servlet mapping with
> trinidad? Thanks for your hints!
>
> --
> View this message in context: 
> http://www.nabble.com/-Trinidad-Dialog-framework-restricted-to-faces-servlet-path-mapping-tf4549427.html#a12982682
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


[Trinidad]Dialog framework restricted to faces servlet path mapping ???

2007-10-01 Thread Martin Ahrer

Im facing a strange behaviour with popping up dialog windows when using
extension mapping for the servlet.

I have a servlet mapping like:

faces
*.faces


and a navigation rule



/application/reportviewer/reportviewer.jspx

#{reportViewerController.run}
dialog:success

/application/reportviewer/report.jspx



The managed bean method "run" returns "dialog:success" but the view as
implemented in the  does not get called! 
Instead a popup window shows up with some error message saying that the
requested URL does not exist

"
The requested resource (/birt-web-0.2.4-SNAPSHOT/__ADFv__.jspx) is not
available.
...".

So it seems something creates a URL that is totally screwed up!

As soon as I switch to wildcard mapping 


faces
javax.faces.webapp.FacesServlet
1


faces
/faces/*


the dialog popup works as expected!

Is there any known requirement regarding the faces servlet mapping with
trinidad? Thanks for your hints!

-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Dialog-framework-restricted-to-faces-servlet-path-mapping-tf4549427.html#a12982682
Sent from the MyFaces - Users mailing list archive at Nabble.com.