Trying to launch imagej applet in a popup in icefaces jsf

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Trying to launch imagej applet in a popup in icefaces jsf

Zummy
I'm trying to launch an imagej applet in a popup in icefaces JSF.  In the
past, we have successfully done this with JSP, however, I would like to do
this in JSF, because I think it makes the code much cleaner.  Here are the
requirements:

 

1. The applet should be embedded in a JSF page - we want to maintain
our facelets Look&Feel templates
2. The JSF page should be a popup (I have done it w/o using a popup)
3. The applet should take the image URL from a request bean or session
bean-the image should be generated from a servlet on the back end.
4. There are several similar images on the web page, so you should use
some kind of looping or dataTable around whatever link brings up a popup.
We have tried c:forEach and ui:repeat (there are issues with ui:repeat and
icefaces that we haven't conquered yet).   We are open to other suggestions
for tags to use for looping.

 

There are probably more requirements, but those are the main ones.  I can
elaborate as we progress.

 

John