Re: T5 action link

2007-04-02 Thread Anjana Gopinath

thanks howard!

Anjana Gopinath
True North Technology




On Apr 2, 2007, at 2:21 PM, Howard Lewis Ship wrote:


The prop: prefix doesn't have a syntax for generating a list or array
of values (the way that OGNL does).  You have to work at one level of
remove: reference a property that returns the array.

On 4/2/07, Anjana Gopinath <[EMAIL PROTECTED]> wrote:

Hey

is there a way we can pass multiple parameters in the action link
context?

i  tried passing parameters line context="value1,value2" and
context="{value1,value2}" etc. is this possible in T5?


Anjana Gopinath
True North Technology








--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






T5 action link

2007-04-02 Thread Anjana Gopinath

Hey

is there a way we can pass multiple parameters in the action link  
context?


i  tried passing parameters line context="value1,value2" and  
context="{value1,value2}" etc. is this possible in T5?



Anjana Gopinath
True North Technology






Re: T5 action link

2007-04-02 Thread Howard Lewis Ship

The prop: prefix doesn't have a syntax for generating a list or array
of values (the way that OGNL does).  You have to work at one level of
remove: reference a property that returns the array.

On 4/2/07, Anjana Gopinath <[EMAIL PROTECTED]> wrote:

Hey

is there a way we can pass multiple parameters in the action link
context?

i  tried passing parameters line context="value1,value2" and
context="{value1,value2}" etc. is this possible in T5?


Anjana Gopinath
True North Technology








--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 Action link

2007-03-24 Thread Howard Lewis Ship

I've never thought of this combination; I'm honestly not sure what the
web browser does in this situation. Clarification there would be a
good idea before guessing what Tapestry should do.

On 3/22/07, Anjana Gopinath <[EMAIL PROTECTED]> wrote:

Hi,

If i add an action link to a plain html button, it looks like the
event method is getting called twice.  was wondering whether this is
a bug or we are not supposed to put an actionlink around a button?



@OnEvent(value = "action",component="select1")
 void  addApps(){
System.out.println("---here ");

 }


Thanks
Anjana Gopinath
True North Technology
11465 John's Creek Parkway, Suite 300
Duluth, GA 30079
[EMAIL PROTECTED]









--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5 Action link

2007-03-22 Thread Anjana Gopinath

Hi,

If i add an action link to a plain html button, it looks like the  
event method is getting called twice.  was wondering whether this is  
a bug or we are not supposed to put an actionlink around a button?


value="Add"/>


@OnEvent(value = "action",component="select1")
void  addApps(){
   System.out.println("---here ");

}


Thanks
Anjana Gopinath
True North Technology
11465 John's Creek Parkway, Suite 300
Duluth, GA 30079
[EMAIL PROTECTED]