On Tue, 27 Mar 2001 [EMAIL PROTECTED] wrote: > - initialization - how can you pass init parameters to the jsp ? This is > one of the worst hacks and source of counteless problems ( AFAIK - I > couldn't find any clean way to do that ) >From the application developer's perspective, you do this: <servlet> <servlet-name>MyJspPageServlet</servlet-name> <jsp-file>/path/to/myjsppage.jsp</jsp-file> <init-param> <param-name>name</param-name> <param-value>value</param-value> </init-param> </servlet> The approach to implementing this in Catalina is also pretty ugly, but it does work ... Craig
- RE: TC3.3 Proposal: Refactoring org.apache.jasper.serv... Steve Downey
- RE: TC3.3 Proposal: Refactoring org.apache.jasper... cmanolache
- RE: TC3.3 Proposal: Refactoring org.apache.jasper... Mel Martinez
- Re: TC3.3 Proposal: Refactoring org.apache.jasper... Mel Martinez
- Re: TC3.3 Proposal: Refactoring org.apache.ja... cmanolache
- Re: TC3.3 Proposal: Refactoring org.apach... Mel Martinez
- Re: TC3.3 Proposal: Refactoring org.a... cmanolache
- Re: TC3.3 Proposal: Refactoring org.a... Craig R. McClanahan
- Re: TC3.3 Proposal: Refactoring ... cmanolache
- RE: TC3.3 Proposal: Refactoring org.apach... Craig R. McClanahan
- RE: TC3.3 Proposal: Refactoring org.apache.jasper... Steve Downey
- RE: TC3.3 Proposal: Refactoring org.apache.ja... cmanolache
- Re: TC3.3 Proposal: Refactoring org.apach... Matthew L Daniel
- Re: TC3.3 Proposal: Refactoring org.a... cmanolache
- Re: TC3.3 Proposal: Refactoring org.a... Craig R. McClanahan
- RE: TC3.3 Proposal: Refactoring org.apache.jasper... Julien, Timothy
- RE: TC3.3 Proposal: Refactoring org.apache.jasper... Steve Downey
- RE: TC3.3 Proposal: Refactoring org.apache.ja... Mel Martinez
- RE: TC3.3 Proposal: Refactoring org.apach... cmanolache
- RE: TC3.3 Proposal: Refactoring org.a... Mel Martinez