Is it possible... And how do you pass parameters directly to a action servlet without the use of a jsp and action form.
What I'm doing is reading DB CLOB which is actually just XML data an spitting in out to an newly opened browser window. The originating JSP will just have a bunch of links that pass the id number and display type to the action servlet (.do). The .do will get the data, format it as required and give it to a jsp to display. Is this possible or am I barking up the wrong tree... Thanks, ajTreece -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

