[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-695) RequestContextPath for mail tags

Peter Muir (JIRA) jira-events at jboss.com
Thu Jan 25 04:55:57 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-695?page=comments#action_12351614 ] 
            
Peter Muir commented on JBSEAM-695:
-----------------------------------

If you have <context-root>/seam-mail</context-root> then, a <h:graphicImage url="/path/to/image" /> this will be rendered as <img src="/seam-mail/path/to/image" /> which is no good if it is embedded in an html email body (it would need to be <img="http://www.example.com/seam-mail/path/to/image" />).

Want to see whether (a) it's possible to make these components work and (b) whether there is a sensible way to do it.

> RequestContextPath for mail tags
> --------------------------------
>
>                 Key: JBSEAM-695
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-695
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Mail
>    Affects Versions: 1.1.5.GA
>            Reporter: Peter Muir
>
> Currently if you include richer JSF components in an message body the path to any resource (external to the page) starts with /requestcontextpath.  Would be good if it could include the host as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list