[jboss-user] [JBoss Seam] - Re: Legacy code: Integrating with existing servlet

dustismo do-not-reply at jboss.com
Fri Feb 8 14:36:43 EST 2008


I sincerely doubt that this is valid:

  | url-pattern="http://localhost:8080/trading/getchart/"
  | 

try this instead:

  | url-pattern="/trading/getchart/*"
  | 

also you probably want to create to create the Component if it doesnt already exist in the current convo. ala:


  | quoteDS = (ChartDatasource) Component.getInstance("wcQuoteDS",true);
  | 

hope that helps,
Dustin

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127962



More information about the jboss-user mailing list