Re: [beginner] - PageLink doesn't work

2009-12-09 Thread Mario Udina
hello! first of all you are using a href="#" in the link indicates the page You are linking to, and the quotation part is the location of the page. hashmark indicates the current page. I use pagelinks like this: regards, mario On Wed, Dec 9, 2009 at 12:25 PM, marioosh.net wrote: > I have Pa

Re: ActionLink + JCalling JavaScropt

2009-11-19 Thread Mario Udina
On Fri, Nov 20, 2009 at 8:15 AM, Gunnar Eketrapp wrote: > Hi! > > I would like to call a javascript method when an action link is clicked. > > Can that be done? > > I.e. is there any way to addd som javascript to a actionlink, > > Thanks in advance, > Gunnar Eketrapp > I use the following code f

Re: Have a Master Checkbox For T5 Grid Component

2009-11-19 Thread Mario Udina
r="mastercheckbox2"/> > > > > In MyTest.java > = > > > @Property > private boolean selectedCheckBox2; > > @Property > private boolean currentSelected; > > Any Pointers? > > Thanks > Sandeep > > Mario Udina-2 wrote: > > > >

Re: T 5.1 vs 5.0 JSON encoding - breaks IE8

2009-11-16 Thread Mario Udina
wisship/tapx-prototype/1.0.0/ > > Kalle > > > On Mon, Nov 16, 2009 at 10:47 PM, Mario Udina wrote: > > Hello! > > > > I am not using maven! What do I have to do to use tapx-prototype? > > > > regards, > > Mario > > > > On Tue, Nov 17, 200

Re: T 5.1 vs 5.0 JSON encoding - breaks IE8

2009-11-16 Thread Mario Udina
Hello! I am not using maven! What do I have to do to use tapx-prototype? regards, Mario On Tue, Nov 17, 2009 at 6:17 AM, Kalle Korhonen wrote: > There's a known issue with the version of prototype packaged in > T5.1.0.5 and IE8. Are you using the newly released tapx-prototype > already (http://

Re: Have a Master Checkbox For T5 Grid Component

2009-11-16 Thread Mario Udina
Hello! I just wanted to leave a trace on subject, as I spent some time on it. I have tried the lombok checkboxgroup demo and am not able to make it work in a grid. However the ioko-tapestry-commons checkbox group works like a charm in a grid. regards, Mario Udina On Fri, Jul 31, 2009 at 1:45 PM

Re: Layout

2009-09-24 Thread Mario Udina
On Thu, Sep 24, 2009 at 2:52 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 24 Sep 2009 06:05:55 -0300, Mario Udina > escreveu: > > Hello! >> > > Hi! > > I am having an issue with the layout component, following the >> layout&

Layout

2009-09-24 Thread Mario Udina
Layout - Layout.java package com.xxx.xxx.xxx.enras.view.components; public class Layout { } --- LayoutTest.tml http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> LAYOUT TEST regards, Mario Udina

Re: ck/tabset block label?

2009-09-21 Thread Mario Udina
thank You very much! I forgot about this feature. regards, Mario Udina On Mon, Sep 21, 2009 at 1:36 PM, ningdh wrote: > Use 'lable-' prefix in the message properties. > Like label-stuff1=Word1 Word2. > > DH > > - Original Message - > From: "Mario U

ck/tabset block label?

2009-09-21 Thread Mario Udina
is stuff1, stuff2 etc. I need to change this somehow to be "Word1 Word2" , "X Y X" and so on. Is there a way? regrads, Mario Udina

Re: ClassCastException after upgrading to 5.1.0.5

2009-07-30 Thread Mario Udina
Hello! I put the following lines in the AppModule sine no other solution would work for me on Weblogic 9.2: System.setProperty("javax.xml.stream.XMLInputFactory", "com.ctc.wstx.stax.WstxInputFactory"); System.setProperty("javax.xml.stream.XMLOutputFactory",