Could someone provide assistance on how to resize an image using an img src="blah.jpg?width=x" so that my page can be displayed at various sizes? I just need x (width) as a JSP variable.
Update 2021: It's been 9 years since this question was posted. For those still seeking answers, Javascript has made significant advancements in the past decade. While resizing images in JSP may not be possible, it can be achieved using Javascript and CSS3. If you are trying to make elements responsive based on page width, consider utilizing CSS Flexbox for a more modern approach.
Cheers