Re: Registration and Login through FACEBOOK

2012-04-18 Thread Juan Alba
Nazakat, If you are using Spring 3 you will have no problem using spring-social. I have done the work by myself but with spring 2 so I had to workout all the filters and authentications (not recommended). I think I will upload the code somewhere soon. Also I recommend you to take a look to scribe

Re: Showing text with line breaks converted to or

2012-04-18 Thread Markus Korth
Am 18.04.2012 um 21:50 schrieb Tim: > >> Am 18.04.2012 um 20:32 schrieb Tim: >> >>> On 18/04/2012 1:25 PM, Martin Strand wrote: Another option is to leave the code as it is right now and fix this with CSS instead: p.mytext { white-space: pre; } >>> I originall

Re: Showing text with line breaks converted to or

2012-04-18 Thread Tim
Am 18.04.2012 um 20:32 schrieb Tim: On 18/04/2012 1:25 PM, Martin Strand wrote: Another option is to leave the code as it is right now and fix this with CSS instead: p.mytext { white-space: pre; } I originally did it this way, but I found that really long lines didn't wrap at all--the

Re: Showing text with line breaks converted to or

2012-04-18 Thread Markus Korth
Am 18.04.2012 um 20:32 schrieb Tim: > On 18/04/2012 1:25 PM, Martin Strand wrote: >> Another option is to leave the code as it is right now and fix this with CSS >> instead: >> >> p.mytext { >>white-space: pre; >> } > > I originally did it this way, but I found that really long lines didn'

Re: Showing text with line breaks converted to or

2012-04-18 Thread Martin Strand
On Wed, 18 Apr 2012 20:32:12 +0200, Tim wrote: On 18/04/2012 1:25 PM, Martin Strand wrote: Another option is to leave the code as it is right now and fix this with CSS instead: p.mytext { white-space: pre; } I originally did it this way, but I found that really long lines didn't wra

Re: Showing text with line breaks converted to or

2012-04-18 Thread Tim
On 18/04/2012 1:25 PM, Martin Strand wrote: Another option is to leave the code as it is right now and fix this with CSS instead: p.mytext { white-space: pre; } I originally did it this way, but I found that really long lines didn't wrap at all--they just went off the page. Does anyone

Re: Showing text with line breaks converted to or

2012-04-18 Thread Martin Strand
On Wed, 18 Apr 2012 19:47:11 +0200, Thiago H. de Paula Figueiredo wrote: On Wed, 18 Apr 2012 14:06:02 -0300, Tim Koop wrote: Is there some way I can convert eol's to or something? Like doing this conversion yourself using String.replaceAll() and using OutputRaw in the template? If y

Re: Showing text with line breaks converted to or

2012-04-18 Thread Thiago H. de Paula Figueiredo
On Wed, 18 Apr 2012 14:06:02 -0300, Tim Koop wrote: Is there some way I can convert eol's to or something? Like doing this conversion yourself using String.replaceAll() and using OutputRaw in the template? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate

Showing text with line breaks converted to or

2012-04-18 Thread Tim Koop
I looked at http://jumpstart.doublenegative.com.au/jumpstart/examples/component/coreinputcomponents and when I type in text in the text area that includes an end-of-line character, it gets displayed as two lines of text each surrounded with and . But in my own Tapestry application, when I dis

Re: Server Side Validation with ajax form loop work around

2012-04-18 Thread Geoff Callender
That's good news. Thanks for letting me know. Geoff On 18/04/2012, at 2:31 AM, David Canteros wrote: > I have done a quick test and it works perfectly! > Thanks Geoff! > > > -- > David Germán Canteros > > > 2012/4/12 Geoff Calle

Re: Registration and Login through FACEBOOK

2012-04-18 Thread Nazakat Ali
Hi Robert,Thanks a lot, It will really help me.Regards,NazakatOn Apr 18, 2012, at 1:01 PM, Robert Lentz wrote:Hi Nazakat,did you look at http://www.springsource.org/spring-social ?Not sure which spring-security version is required and I guess thespring controllers need to be "tapestryfied".Aloha Ro

Re: Registration and Login through FACEBOOK

2012-04-18 Thread Nazakat Ali
Thanks a lot Windey pieter :)On Apr 18, 2012, at 12:49 PM, WINDEY Pieter AWL-IT wrote:Never used, but maybe http://tawus.wordpress.com/2011/08/15/tapestry-facebook-integration/ can help you !-Original Message-From: Nazakat Ali [mailto:nazakat@sukar.com]Sent: Wednesday 18 April 2012 10:4

Re: Registration and Login through FACEBOOK

2012-04-18 Thread Robert Lentz
Hi Nazakat, did you look at http://www.springsource.org/spring-social ? Not sure which spring-security version is required and I guess the spring controllers need to be "tapestryfied". Aloha Robert Am 18.04.2012 10:45, schrieb Nazakat Ali: > HI, > we are using the Spring security for Login and

RE: Registration and Login through FACEBOOK

2012-04-18 Thread WINDEY Pieter AWL-IT
Never used, but maybe http://tawus.wordpress.com/2011/08/15/tapestry-facebook-integration/ can help you ! -Original Message- From: Nazakat Ali [mailto:nazakat@sukar.com] Sent: Wednesday 18 April 2012 10:46 To: Tapestry users Subject: Registration and Login through FACEBOOK HI, we ar

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
You're welcome. You can improve the documentation by yourself, and send to me a github pull request ;). https://github.com/got5/tapestry5-highcharts/blob/master/src/test/resources/org/got5/tapestry5/highcharts/test/pages/Index.tml 2012/4/18 Chris Mylonas > Oh yeah... thanks for that. > Docs on

Registration and Login through FACEBOOK

2012-04-18 Thread Nazakat Ali
HI, we are using the Spring security for Login and authenticating the user in our website. Its work very fine. Now I want to allow the user to Register and Login through Facebook. There are lot of Facebook Api for JAVA but i don't know which one is better & which one can be easily integrated i

Re: tapestry5-highcharts available

2012-04-18 Thread Chris Mylonas
Oh yeah... thanks for that. Docs on this page may need to be updated: http://tapestry5-jquery.com/highcharts/ Usage section 1. 1.1.0 for 5.3 & 1.0.0 for 5.2 2. repository URL = http://nexus.pullrequest.org/content/repositories/releases All working now - thanks for taking the time to get me g

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
In your pom.xml, change the repository url of pull Request to http://nexus.pullrequest.org/content/repositories/releases/ 2012/4/18 Chris Mylonas > Nearly. > > Similar

Re: tapestry5-highcharts available

2012-04-18 Thread Chris Mylonas
Nearly. Similar problem to before in the fetching URL being not quite correct. Maven is trying to fetch from: http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar When it should be: http://nexus.pullrequest.org/content/repositories/releases/org/got5/tap

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
Hi I have just created the 1.1.0 release. Can you test it ? Manu 2012/4/18 Chris Mylonas > Thanks - I've downloaded the jar manually because maven was still > complaining about no pom information available. > I made the snapshots enabled = true, but the same. > > So it's installed in my .m2/re

Re: tapestry5-highcharts available

2012-04-18 Thread Chris Mylonas
Thanks - I've downloaded the jar manually because maven was still complaining about no pom information available. I made the snapshots enabled = true, but the same. So it's installed in my .m2/repository manually. I'm fine for now, but not sure if the docs / maven stuff is working correctly - i

RE: tapestry5-highcharts available

2012-04-18 Thread WINDEY Pieter AWL-IT
http://nexus.pullrequest.org/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/ -Original Message- From: Chris Mylonas [mailto:ch...@opencsta.org] Sent: Wednesday 18 April 2012 09:24 To: Tapestry users Subject: Re: tapestry5-highcharts available The artifact in

Re: tapestry5-highcharts available

2012-04-18 Thread Chris Mylonas
The artifact info from doing a search points to this URL http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-20120417.220226-18.jar but again some technical glitch with the server/service. On 18/04/2012, at 5:12 PM, Emmanuel DEMEY wrote: > Hi

Re: tapestry5-highcharts available

2012-04-18 Thread Chris Mylonas
Thank you for your response Emmanuel. Still no joy though... it is for 5.3.2 tapestry. I noticed this web page doesn't work: http://nexus.pullrequest.org/org/got5/tapestry5-highcharts nor anything trailing it - e.g. /1.1.0-SNAPSHOT These are my dependencies - i've got tapestry5-jquery as

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
Hi If you have a Tapestry 5.3.* application, you should use the 1.1.0-SNAPSHOT. If it is a Tap 5.2.6 app, modify the version to 1.0.0. Emmanuel 2012/4/16 Chris Mylonas > Hi Manu > > I just tried the sample BasicComponent but maven is complaining about not > being able to find the tapestry5-hig