"[EMAIL PROTECTED]" wrote : actually  portlet has to use the 
request.getResponseContentType() to know which mime type has been decided for 
that request.
  | 

Truth, but markup!=MIME. For example:

Markup          MIME
--------------------------------------
html               text/html
chtml             text/html
xhtml             text/html
wml               text/vnd.wap.wml

This meens, we have the same MIME for different markups. In fact, portlet would 
"like" to know what markup is expected by the current User Agent and it would 
form the corresponding content.
We have the  tag. It's rendered in different way in WML and cHTML/xHTML. There 
are more difference(,  and so on), quite small but important . My idea is to 
provide portlets with all information which can be important when the content 
is rendered. So, I think we could provide this info in a header. What do you 
think about it ?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865547#3865547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865547


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to