Hi, just joined the list, have a few questions.

Ive recently left a job but was using Dynamo App Server from ATG and I wanted to
find out if it was possible to perform inline requests like their <DROPLETS> were
performed and if I could use the same technique in JSP.  I was under the assumption
that something like:

<jsp:include page="page.jsp">
<jsp:param name="foo" value="bar"/>
</jsp:include>

Was something that would be valid, but it doesnt seem that way (now using JRun 3.0
on Linux).  I have also just begun reading up on the custom JSP tag library one can
create (with the new spec) but I was looking for some development docs (besides the
examples they come with), does anyone have a good URL on all the *new* JSP material?

So is it possible to "send" an entire object into a page for parsing?  Something
such as:

<jsp:forward page="process.jsp">
<jsp:param name="Profile" class="com.app.Profile"/>
</jsp:forward>

Or would one just use a bean?

Thanks for any help.

- Jon

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to