| Author |
trivial question
|
Vicky Pandya
Ranch Hand
Joined: Dec 16, 2004
Posts: 148
|
|
|
I have a context-param in web.xml. I need to access value of this variable from ServletContext into a POJO (no passing HttpServletRequest or anything). Basically this POJO is not aware of any servletcontext or container. How do I get value of this context variable into POJO.
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
Passing it to your POJO in an Action via a setter method would be one way to accomplish this.
|
Jason's Blog
|
 |
Vicky Pandya
Ranch Hand
Joined: Dec 16, 2004
Posts: 148
|
|
|
I don't have action here. This POJO is being called from a webservice class, which doesn't extend servlet or any of its classes. Any other way?
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
Then it seems this question doesn't really have anything to do with Struts. Since you say it has something to do with web services, I'm going to move this to the web services forum.
|
 |
 |
|
|
subject: trivial question
|
|
|