Struts 2(OGNL technically speaking) will call getX() or isX() if one
of them exist, when "y.x" is evaluated.

musachy

On Fri, Apr 4, 2008 at 1:37 PM, akash agrawal <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  Struts 2 tags have value attribute where name of property is used to read 
> the value from the bean. If the property is lets say xyz, tag looks for 
> getXyz(). Is this possible to customize that so that instead of getXyz(), it 
> looks for isXyz()? My boolean property has accessors which starts with 
> isXyz() instead of getXyz().
>
>  Thx
>
>  -Akash
>
>
>
>
>       
> ____________________________________________________________________________________
>  You rock. That's why Blockbuster's offering you one month of Blockbuster 
> Total Access, No Cost.
>  http://tc.deals.yahoo.com/tc/blockbuster/text5.com
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to