Is simple, you may create a facade method in the same or other class.

package my.corp.packageName

public class FacadeClass {
...
    public MyData  myMethodName(){
        return  myClass.myMethodName();
    }

....
}


2006/3/25, Adam Zimowski <[EMAIL PROTECTED]>:
> Hi,
>
> I'm not sure if this should be OGNL forum question, or something that
> can be addressed by Tapestry. Seems like OGNL requires methods be
> public. Anybody knows of a workaround to use protected scope methods
> for OGNL calls?
>
> Regards, Adam
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Diogenes A Moreira
Project Manager

PLEASE NOTE
This message, along with any attachments, may be confidential or
legally privileged.  It is intended only for the named person(s), who
is/are the only authorized recipients. If this message has reached you
in error, kindly destroy it without review and notify the sender
immediately. Thank you for your help.

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

Reply via email to