Greeting:
     I was reading with interest - the other disscussion on this topic (RE:
Adding/Modifying parameters in the Request object, ) and still need a bit of
clarification.

I am starting to convert a large model 1 app to struts.

All of our action logic is in jsp control files.

we pass parameters to a servlet as such :
<jsp:forward page="/fc/ReportRepository">
    <jsp:param name="name"     value="Report1" />
</jsp:forward>

How do I emulate this in an action class?   Do I simply add to end of the
mapping     ( ?name=Report1) or is there a better way.

Changing to  request.set/get Attribute is not an option for me as
the code that looks for this parameter is not accessible to me, so If I want to
convert this jsp file to an action class I must satisfy the current set up.


Thanks.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to