I guess the only change would be to edit http://wiki.opensocial-templates.org/index.php?title=OpenSocial_Templating#Calling_Templates by adding the xmlns:myapp...
212
Dan Peterson
dpeterson@...
Oct 23, 2008 12:33 am
Hey Lev, Yes, I think it'd be great to have you attend. -Dan...
The thread around cleaning up the template definition brought up another issue. When one template calls another template and desires to pass information in,...
No, the change is deeper than that. Template definition is using the @name attribute to define what you have coded as @tag. I believe your interpretation...
Well, we can put it to a vote. As I have said, I believe that both @name and @tag serve a purpose: @name for non-namespaced identifiers, to be used with ...
How are you proposing these tags get handled? Does the processor ignore them, or do we throw an error if the required param is missing? If they are to be...
I like this idea although I'm worried about complexities. Like: - Can do additional validation (@type, @required) - Possible clean way to support default...
In answer to your question Lev, I would say the processor ignores them except when a default value is specified. In that case the logic would be: 1. Did the...
These ideas seem interesting, but honestly I think we can hold off on param declaration until the next iteration. If the initial implementation won't be able...
The day after we celebrate OpenSocial39;s first birthday, we will get to work hammering out issues for the 0.9 release. MySpace will be hosting this gathering at...
221
Dan Peterson
dpeterson@...
Nov 4, 2008 11:02 pm
Thanks for putting this together, Scott. I just registered and I'll see you there. -Dan...
Is this Special variable currently implemented in Shindig. Was trying to run some sample code and this seems to be coming as null.. though the friends name...
223
David Byttow
davidbyttow@...
Nov 10, 2008 4:45 pm
Hi, In the current implementation it is injected as a local variable, not a member of Context. So you can just use ${Index} and ${Count}. Once this is fixed to...
At the moment this is not implemented as specced. These variables are made avaibale as ${Index} and ${Count}, but not inside the special ${Context} var....
the expressions section of the spec needs more details.Since it is based on JSP expressions which is a 100+ page spec, it would really help if details are...
Hello all, I would like to use the os-template to render Google Visualization API feed from a Google spreadsheet. The feed is in essence a list of column names...
To handle this particular use case, one creates a template. That template is then responsible for executing the appropriate JavaScript. The scenario requires...
... It's like saying because Java can run on a toaster it should not have UI libs :) The entire spec does not have to be implementable everywhere ... one ...
Sure-- take a look at the examples in the draft 0.9 spec at http://sites.google.com/site/opensocialdraft/Home/opensocial-templates#TOC-Template-Format and...
Thank you Scott. I think I understand now - in case I need some common transformation I should make it into a separate template and call this template whenever...
If you want to experiment with some ideas, I highly recommend using the prototype over at http://ostemplates-demo.appspot.com/. I think this will do a better...
Thanks Scott, this is very helpful ... But the prototype will not tell me if you would consider something like my code below a valid use. Would you? Besides,...
Hello everyone, I've been excercising OpenSocial templates a bit lately, and am wondering if it's possible to render HTML entities correctly from fetched...
Looks like you found a bug. While this should not work for regular variable substitution, <os:Html> should properly display entity values. I will try to get...
Thanks for the reply, Lev. I am using the ostemplates.js file from http://ostemplates-demo.appspot.com/ostemplates.js (syncing back to my development...
Taylor... Just looked at the issue you are having. I think you may be using the <os:Html> tag incorrectly because it works for me if used like this: <os:Html...
Lev, You are correct. There must have been something strange with the entities that I was using previously. To isolate entities and UTF-8 characters into a...
No problem. Please don't hesitate to contact me if you have further questions. We're trying to find developers with non-trivial applications to help us work...