Hi,

I have a view (myfiles.jsp) plus backing bean (myfiles). myfiles.jsp has
an jsp:include (filestable.jsp) in an s:subview which is backed by my
generictable bean. How can I best pass the List of file Objects from
myfiles to generictable. Something like <jsp:param name=”fileList”
value=”#{myfiles.files}”> would be great.

Or is this not the right way to setup my architecture?

Thank you

Reply via email to