Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Seam 1.3.0 Alpha - pdf component causes
 problem

scott.stark@jboss.org

2007-06-15


i was trying seam 1.3.0. i created a new seam project, added a few entity classes. it has successfully deployed.

After that i wanted to try pdf component. therefore i made these changes:

in components.xml: added a pdf name space and this declaration <pdf:document-store use-extensions="true" />

in web.xml: added these lines

    <servlet-name>Document Store Servlet</servlet-name>
    <servlet-class>org.jboss.seam.pdf.DocumentStoreServlet</servlet-class>
 
  <servlet-mapping>
    <servlet-name>Document Store Servlet</servlet-name>
    <url-pattern>*.pdf</url-pattern>
  </servlet-mapping>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054593#4054593

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054593
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.