|
Hi Deeþàn, This email looks more like a question about using / developing portlets for use in uPortal, than it looks like a post about developing the uPortal framework itself. I therefore suggest it would be best to move this discussion to [EMAIL PROTECTED] As far as your question itself: it seems to me that the JSP should be using the portlet tag library to compose the URLs, bind in the portlet request, etc. It may be best to grab a working example to start from. For instance, Cris Holdorph's Google Portlet's edit.jsp demonstrates declaring the portlet tag library, defining (binding) the portlet objects, and composing a form that posts to a URL generated using the portlet tag library. <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %> <portlet:defineObjects/>
<form action=""view"/>" method="POST">
<strong>KEY: </strong>
<input type="text" name="KEY" value="<c:out value="${KEY}"/>"/><br/>
<input type="submit" name="ACTION" value="Save"/>
<input type="submit" name="ACTION" value="Cancel"/><br/>
</form>
Deeþàn Chakravarthÿ wrote: Hello All, -- Join your friends and colleagues at JA-SIG with Altitude: June 24-27, 2007 in Denver, CO USA. Featuring keynotes by: Phil Windley, Matt Raible, Matt Asay Sessions on topics including: CAS, uPortal, Portlets, Sakai, Identity Management, and Open Source For more information & registration visit: http://www.ja-sig.org/conferences/07summer/index.html --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] |
- [uportal-dev] accessing post variables Deeþàn Chakravarthÿ
- Re: [uportal-dev] accessing post variables Andrew Petro
- Re: [uportal-dev] accessing post variables Cris J Holdorph
