>On Wed, 2004-01-14 at 05:30, Adam L wrote:
>> What you're missing is the bean semantics regarding property names with
>> multiple upper case letters in a row.
>> 
>> basically:
>>    pTblah  <--  --> getPTblah
>>   PTblah  <--  --> getPTblah
>> 
>> So, change your property name from PTypeID, either by changing the name
>> entirely, or by adding a lower case letter after the P.
>> 
>> 
>> You'll find this same issue with every day reflection.
>> 
>
>Thanks. I already have managed that.
>
>Well, I changed it from PTypeId to PtypeId even semantically the 't'
>letter should be uppercase.
>
>There is no big deal about this, however I think XDoclet should
>transform always the first letter of the word to lowercase independent
>of the 2nd word letter is uppercase or lowercase.
>
>getPTblah --> pTblah
>getPtblah --> pTblah
>getPtBlah --> ptBlah
>
>It makes more sense... for me.
>
>Regards,
>Pedro Salazar.
>-- 
>-PS
>

I have also just encountered this prblem with getUId/setUId and I have to agree with 
Pedro, doesn't his approach follow the java naming scemantics correctly?

Robert




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to