Re: [ANNOUNCEMENT] upcoming module: tynamo-federatedaccounts

2011-03-03 Thread Kalle Korhonen
0.0.1 version of tynamo-federatedaccounts with Facebook Oauth is now released! Additional openID & Oauth providers to follow. More at http://tynamo.org/tynamo-federatedaccounts+guide. The following blog entry also provides relevant information: http://docs.codehaus.org/display/TYNAMO/2011/02/23/OAu

Re: Label not displaying it's body

2011-03-03 Thread Rich M
Are you decorating the label or otherwise making use of it as a component, or just using it to display? If you want to give your own value for the label text disaply, why not just use an HTML label like ${myValueHere}. I'm not sure what is going on with your code example because it has a lot

Re: Label not displaying it's body

2011-03-03 Thread Emmanuel DEMEY
I do not know the problem. This piece of code works : LABEL BODY Emmanuel 2011/3/3 bogdan_cm > I have this piece of code(only relevant part included): > > "t:label for=userName> LABEL BODY /t:label" > > "input type="text" t:id="userName" t:type="TextFieldd" t:value="userName" > t:

Label not displaying it's body

2011-03-03 Thread bogdan_cm
I have this piece of code(only relevant part included): "t:label for=userName> LABEL BODY /t:label" "input type="text" t:id="userName" t:type="TextFieldd" t:value="userName" t:validate="required"/" I would expect, when rendered, to have something like this: LABEL BODY: TEXTFIELD instead

Label not displaying it's body

2011-03-03 Thread bogdan_cm
I have this piece of code(only relevant part included): LABEL BODY: I would expect, when rendered, to have something like this: LABEL BODY: TEXTFIELD instead, what I have is: User Name TEXTFIELD -> which is what the label displays if there is no body What am i doing wrong here? If I a

Re: [ANN] Tapestry AWS Services

2011-03-03 Thread Barry Books
https://github..com/trsvax/tapestry-aws-core - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [ANN] Tapestry AWS Services

2011-03-03 Thread Mark
Sounds great, but did you forget the github url? :) Mark On Thu, Mar 3, 2011 at 6:34 AM, Barry Books wrote: > Now that I figured out GitHub I'm posting another library I use all > the time. This is really just a AppModule that makes the AWS java > library work as a set of Tapestry Services. Then

[ANN] Tapestry AWS Services

2011-03-03 Thread Barry Books
Now that I figured out GitHub I'm posting another library I use all the time. This is really just a AppModule that makes the AWS java library work as a set of Tapestry Services. Then you can do things like public class S3Index { @Inject private AmazonS3 amazonS3; @Property

IE8 - tapestry.js throwing exception line 766 (T5.2)

2011-03-03 Thread Richard Hill
Hi, I have a pretty simple standalone login page with a form: Email Password On clicking the submit button, IE8 is throwing the following error: "Exception thrown and not caught tapestry.js line 766 character 8" On looking at the js, it appears that the form event manager is undefined

Re: JavaScript Stack aggregator

2011-03-03 Thread Gillespie59
I found the solution. I add the js files to my stack in the getJavaScriptLibraries method depending of a parameter of my request. public List getJavaScriptLibraries() { List jsStack = new ArrayList(); if (myRequest.getMyParam) { js