You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ken nashua <nh...@hotmail.com> on 2007/01/31 23:17:16 UTC

MIME's in @Image component

Folks,

I developed my own blobservice that accomodates all uploadable media.

Here is the html template


    <span jwcid="@If" 
condition="ognl:blobDescriptorExtension.renderType.image">
		<a jwcid="@ServiceLink" service="BlobService" 
parameters="ognl:byteArrayAsset">
            <img jwcid="@Image"
        		image="ognl:byteArrayAsset"
        		alt="ognl:fileName" />
        </a>

    </span>

Question: Why can't tapestry negotiate the mime icon for *.txt or *.doc ? Is 
there a way to influence this to display for the content type?

Question: Why is the image blank in IE for *.txt or *.doc etc... (it seems 
ok for *.gif or *.jpg)?

Question: Why is the markup for @Image totally ignored and visibly blank 
when trying to view in firefox?

Best regards
Ken in nashua

_________________________________________________________________
Laugh, share and connect with Windows Live Messenger 
http://clk.atdmt.com/MSN/go/msnnkwme0020000001msn/direct/01/?href=http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=hmtagline


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org