Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In my project, we dynamically create some pictures, we put it into a folder "event". then we want to display those pictures through jsp page. but it does not work. before that, we put some pictures in a osgi bundle, pictures can be found, However pictures are created when the project runs. so we can not put pictures into a bundle but a folder. in this situation, what we should do to add this folder when the project runs? thank you very much.

share|improve this question
I don't quite follow what you're trying to do, nor how it relates to OSGi. Could you add some code or examples, that show what you want to do? – Angelo van der Sijpt Feb 3 '11 at 20:53
<td><a href="#"><img src="/static/img/manualEvent/cars${manualEvent.id}.jpg" width="30%" height="30%" ></a></td> – jessie Feb 4 '11 at 14:43
our project is divided into four parts and uses OSGi and Spring. we will take and save many pictures in a folder when the project runs. and we need to display those pictures like above sentence in osgi bundle named "com.s5systems.rfid.campusvehiclesecurity.db.war". This is a bundle for client-side .but the project can not find pictures. – jessie Feb 4 '11 at 14:51
and if it does not relate to OSGi. I think the jsp can load the picture with correct url. but now it can not – jessie Feb 4 '11 at 14:56
It seems like you try to include an image from some 'static' directory in a webpage, generated by a JSP. This means the resource should be available at some URL, and it does not matter whether the JSP page can load that file at all. I guess the '/static/img/...' is just not registered as a resource. – Angelo van der Sijpt Feb 5 '11 at 14:21
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.