[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4551) iPhone does not show existed PDF attachment in the message
Cody Lerum (JIRA)
jira-events at lists.jboss.org
Fri Mar 5 22:46:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBSEAM-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12518499#action_12518499 ]
Cody Lerum commented on JBSEAM-4551:
------------------------------------
2.2.1CR1 that is.
> iPhone does not show existed PDF attachment in the message
> ----------------------------------------------------------
>
> Key: JBSEAM-4551
> URL: https://jira.jboss.org/jira/browse/JBSEAM-4551
> Project: Seam
> Issue Type: Bug
> Components: Mail
> Affects Versions: 2.1.1.GA
> Reporter: Oleg Golitsin
> Assignee: Pete Muir
>
> Here is the simple test example with a pdf attachment:
> <m:message xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://jboss.com/products/seam/mail" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:s="http://jboss.com/products/seam/taglib" xmlns:p="http://jboss.com/products/seam/pdf" xmlns:c="http://java.sun.com/jstl/core" charset="UTF-8">
> <m:header name="X-Sent-From" value="JBoss Seam"/>
> <m:from name="noreply" address="noreply at test.com"/>
> <m:to address="email at test.com"/>
> <m:subject><h:outputText value="Test msg" /></m:subject>
> <m:attachment fileName="tiny.pdf">
> <p:document> A very tiny PDF </p:document>
> </m:attachment>
> <m:body>
> <p>Test</p>
> </m:body>
> </m:message>
> iPhone shows the paper clip for such message in the list but when the message is open - the attachment is hidden without any way to view it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list