Does anyone have examples for using directview in websphere commerce suit 5.1-I want to use this as opposed to a jsp. Thanks.
Matthew X. Brown
Ranch Hand
Joined: Nov 08, 2000
Posts: 165
posted
0
I did come up with a solution on my own. Basically I extended the HttpForwardViewImpl command- I then overwrote the methods in it(processExecute, getRequest,getResponse). I had the outputstream go directly out to the browser from their. Basically-the views are servlets, plain and simple. I then added the view to the view reg table. This gives you greater flexibility in coding the servlet outputstream. Worked really well.