Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java servlets for images

1044334Nov 9 2013 — edited Nov 9 2013

Hello guys, am having a Servlet that feeds an active image component with the picture.

in this Servlet in need 2 parameters :

       String imageId = request.getParameter("imageId");                                     

       String accountId = request.getParameter("accountId");

in filled (/imageservlet?imageId=#{bindings.PhotoId.inputValue}?accountId=#{sessionScope.accountId}) in the image source .

it doesnt work so far,, is this the right syntax for the source ?? or i cant request 2 parameters this way ??

am using JDev 12.c

thanks in advance, Saidi.

This post has been answered by Timo Hahn on Nov 9 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2013
Added on Nov 9 2013
1 comment
204 views