[jboss-user] [JBoss Tools] - Re: SEAM BIRT Integration Scripted DS report works when embedded, but not when designType=run or frameset

Snjezana Peco do-not-reply at jboss.com
Mon Aug 1 17:56:04 EDT 2011


Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion

"Re: SEAM BIRT Integration Scripted DS report works when embedded, but not when designType=run or frameset"

To view the discussion, visit: http://community.jboss.org/message/618688#618688

--------------------------------------------------------------
When using the run or frameset designType, requests are sent direct to the BIRT servlet and are not processed through the JSF lifecycle. If you need to access Seam components, you have to add a context filter to the components.xml file as:

<web:context-filter regex-url-pattern="/run | /frameset"/>

Don't forget to include the web namespace in the components.xml file.For instance:

<components xmlns=" http://jboss.com/products/seam/components http://jboss.com/products/seam/components"
...
  xmlns:web=" http://jboss.com/products/seam/web http://jboss.com/products/seam/web"
...
  xsi:schemaLocation=
...
   http://jboss.com/products/seam/web http://jboss.com/products/seam/web  http://jboss.com/products/seam/web-2.2.xsd http://jboss.com/products/seam/web-2.2.xsd
...
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/618688#618688]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110801/ac49473c/attachment-0001.html 


More information about the jboss-user mailing list