I can't see a single line of your code, but when sending values to method parameters - write the entire method name in your ognl.

// Example one
public void getValue(int value) {
   value++;
}

<span jwcid="@Insert" value="ognl:getValue(5) />
//

// Example two
public abstract void setString(String name);

<span jwcid="@Insert" value="ognl:setString("Hey all") />
//


I hope that helps.

Apache wrote:

Hi all,

I need to pass a parameter to a property and don´t know how to handle this 
(using tapestry 3.0.3).

My page specification looks like this (clipping):

...



...

So theres is a property getString(String) with a parameter.

Tapestry says that there´s no property string allthough other properties 
without parameters are displayed fine.

I allready tried this:



But with same effect. I appreciate every hint.

Thank you very much.

Kizilbas.


-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14644#14644

-------------------- m2f --------------------





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

Reply via email to