Dynamic CSS depending on URL

2012-03-26 Thread kado
Hi, I have my webapp that can be used from facebook now. This means that the app is embebed so all the widths and heights must be changed to fit in the facebook frame. My idea is to load the css depending on the url, if the url is facebook) I will load a particular stylesheet. Otherwise I will us

[tynamo-federatedaccounts] Problems with facbeook login

2011-07-27 Thread kado
Hi everybody, I am following the users guide (http://tynamo.org/tynamo-federatedaccounts+guide) of tynamo to develop my first facebook app in tapestry. I have the facebook app configured: Site URL: http://localhost:8080/ Site Domain: localhost Canvas Page: https://apps.facebook.com/kadotest/ Canv

Re: Special Character in attribute.

2011-07-04 Thread kado
Thanks for the answer, I think that literal is not the problem because I was specifying the property as a literal with annotation: @Parameter(value="null", defaultPrefix = BindingConstants.LITERAL) private String boxParams; Also I don't think that the problem is the word "width" because when I

Re: Confirm through colorbox.

2011-06-21 Thread Kado
/got5/tapestry5-jquery/blob/master/src/main/resources/org/got5/tapestry5/jquery/assets/mixins/reveal/reveal.js this one use jquery e.preventDefault(); to stop the event François 2011/6/15 Kado: Hi everybody, I am trying to make a confirm using the jQuery plugin "colorbox". The main

Confirm through colorbox.

2011-06-15 Thread Kado
Hi everybody, I am trying to make a confirm using the jQuery plugin "colorbox". The main problem is that when I click the modal is open for 2 seconds and the page continues the natural flow. This is the mixin and tml of the code that I am using: _*This is the tml example:*_

Re: Form Inheritance

2010-12-16 Thread Kado
Oh sorry, finally I found the problem after a day trying. It was a zone id problem. Nevermind. Thanks! On 12/16/2010 10:44 AM, Kado wrote: Hi, I am working with a form that is used in 3 different places, so I tried to create an abstract form and extends from it. The problem with this is

Form Inheritance

2010-12-16 Thread Kado
Hi, I am working with a form that is used in 3 different places, so I tried to create an abstract form and extends from it. The problem with this is that Is not working the submit now. Anyone had this problem? Thanks. P.S. I am usign Tapestry 5.1 ---

Re: Tapestry 5.1.0.5 repit the scripts

2010-11-12 Thread Kado
About this question. Here we are using a layout that includes different components. When we include jQuery lib in the mixins the jQuery doesn't works. We have to include the jQuery lib in the layout to make the mixins work. This is because we are not including pages and we are using components

Layouts how-to

2010-11-04 Thread Kado
Hi, After the other day mail (no direct URL access to components), we start to review our architecture and how to re-design things in order to have pages instead of components. We have seen 2 possible options. The first one: http://tapestry.apache.org/tapestry5/guide/layout.html We find out t

Re: Access to a component through an URL

2010-11-02 Thread Kado
First of all thanks for the hint. We are doing this "component thing" in order to re-use pages across many webapps. Can we put pages in a library package?? Thanks. On 11/02/2010 04:36 PM, Thiago H. de Paula Figueiredo wrote: On Tue, 02 Nov 2010 17:26:10 -0200, Kado wrote:

Re: Access to a component through an URL

2010-11-02 Thread Kado
uming you already got your parameter from the page, does that answer you question ? If you can proceed from here, please tell me how will you do it. <http://tapestry.apache.org/tapestry5.2-dev/guide/pagenav.html>Sorry I couldn't help much. On Tue, Nov 2, 2010 at 8:38 PM, Kado wrote:

Re: Access to a component through an URL

2010-11-02 Thread Kado
at 8:13 PM, Kado wrote: Hi, I am using some components for showing info in my webApp. Right now I am trying to access to some of these components by a direct URL (so I can access to this components from other webs, other processes and so on) and I don't know how to do this. As we try to

Access to a component through an URL

2010-11-02 Thread Kado
Hi, I am using some components for showing info in my webApp. Right now I am trying to access to some of these components by a direct URL (so I can access to this components from other webs, other processes and so on) and I don't know how to do this. As we try to re-use as much as we can in