<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Spring for .NET Community Forums - Web</title>
		<link>http://forum.springframework.net/</link>
		<description>Support questions relating to Spring usage in the web tier.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 18:41:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.springframework.net/images/misc/rss.png</url>
			<title>Spring for .NET Community Forums - Web</title>
			<link>http://forum.springframework.net/</link>
		</image>
		<item>
			<title>Add image to twitter post</title>
			<link>http://forum.springframework.net/showthread.php?10770-Add-image-to-twitter-post&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 04:17:51 GMT</pubDate>
			<description><![CDATA[I am trying to add an image to my tweets but keep getting: 
Could not find a part of the path 'C:\Program Files\Common Files\Microsoft...]]></description>
			<content:encoded><![CDATA[<div>I am trying to add an image to my tweets but keep getting:<br />
Could not find a part of the path 'C:\Program Files\Common Files\Microsoft Shared\DevServer\11.0\~\Content\images\myimage.png  '.<br />
<br />
This is what I have:<br />
Dim TweetString As String = &quot;My Tweet&quot;<br />
Dim ImageResource As IResource = New FileResource(<a href="http://mysite.com/images/myimage.png" target="_blank" rel="nofollow">http://mysite.com/images/myimage.png</a>)<br />
twitter.TimelineOperations.UpdateStatus(TweetStrin  g, ImageResource)<br />
<br />
My main question is why does is it looking on my hard drive instead of my defined path?<br />
can someone help please?</div>

]]></content:encoded>
			<category domain="http://forum.springframework.net/forumdisplay.php?9-Web">Web</category>
			<dc:creator>mcoomer146</dc:creator>
			<guid isPermaLink="true">http://forum.springframework.net/showthread.php?10770-Add-image-to-twitter-post</guid>
		</item>
		<item>
			<title>Spring.Social  Twitter API</title>
			<link>http://forum.springframework.net/showthread.php?10767-Spring-Social-Twitter-API&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 08:47:45 GMT</pubDate>
			<description><![CDATA[Iam attempting to post images to twitter using the code below 
 
Dim photo As Resource = ("C:\Users\jonpa_000\Desktop\ImagePhoneCase.jpg") 
...]]></description>
			<content:encoded><![CDATA[<div>Iam attempting to post images to twitter using the code below<br />
<br />
Dim photo As Resource = (&quot;C:\Users\jonpa_000\Desktop\ImagePhoneCase.jpg  &quot;)<br />
<br />
twitter.TimelineOperations.UpdateStatusAsync(messa  ge, photo)<br />
<br />
At the moment I can post message and its contents but the photo doesn't display.<br />
<br />
Anyone have any ideas?</div>

]]></content:encoded>
			<category domain="http://forum.springframework.net/forumdisplay.php?9-Web">Web</category>
			<dc:creator>Photo4Me</dc:creator>
			<guid isPermaLink="true">http://forum.springframework.net/showthread.php?10767-Spring-Social-Twitter-API</guid>
		</item>
		<item>
			<title>Aspx page model shared between IE tabs</title>
			<link>http://forum.springframework.net/showthread.php?10761-Aspx-page-model-shared-between-IE-tabs&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 09:49:24 GMT</pubDate>
			<description><![CDATA[Hi, 
He have a problem of shared variable between Internet Explorer tabs. 
 
We have an ASPX page declared as a sping object: 
<object...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
He have a problem of shared variable between Internet Explorer tabs.<br />
<br />
We have an ASPX page declared as a sping object:<br />
&lt;object type=&quot;myPage.aspx&quot; /&gt;<br />
<br />
and in the code behind, we use the SaveModel / LoadModel to save an object of type &quot;Doc&quot; used in this page.<br />
<br />
This page myPage.aspx is first opened in one tab with a reference to an object Doc1 (saved in SaveModel). Then we open another tab of Internet Explorer, and we display again this same page &quot;myPage.aspx&quot; but this time with reference to another object Doc2 (saved again in SaveModel). The problem is that this Doc2 seems to override the Doc1 of the first tab (as if there was only one model for all aspx page instances). And when we come back to tab 1, and make an action, the LoadModel returns the Doc2 object!!<br />
<br />
<br />
How can we have a unique Model saved for each page instance? <br />
<br />
Thank you for your help.</div>

]]></content:encoded>
			<category domain="http://forum.springframework.net/forumdisplay.php?9-Web">Web</category>
			<dc:creator>bcuisset</dc:creator>
			<guid isPermaLink="true">http://forum.springframework.net/showthread.php?10761-Aspx-page-model-shared-between-IE-tabs</guid>
		</item>
	</channel>
</rss>
