Window State Attribute for Portal Bridges' <html:link> and <html:form> tags
---------------------------------------------------------------------------
Key: PB-51
URL: http://issues.apache.org/jira/browse/PB-51
Project: Portals Bridges
Issue Type: Improvement
Components: struts
Affects Versions: 1.0
Reporter: Teck Hooi Lim
Priority: Minor
Suggest to add new windowState attribute to Portal Bridges' <html:link> and
<html:form> tags to allow the targeted portlet to be maximized, minimized or
normalized after a request has been processed. There is a workaround which uses
<portlet:renderURL> and <portlet:actionURL> tags. Using these tags resulted in
defining lenghty <portlet:renderURL> and <portlet:actionURL> tags and
unintuitive.
Comparing
<a href="<portlet:renderURL windowState="maximized"
portletMode="view"><portlet:param name="_spage" value="/your_action"
/></portlet:renderURL>" >
Subscribe
</a>
to suggested alternatives
<html:link windowState="maximized" page="/your_action">Subscribe</html:ink>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]