Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Volker Weber
Hi mario, for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Regards, Volker 2007/2/15, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: imario Date: Thu Feb 15 02:36:45 2007 New Revision: 507879

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? When the user do not specify the full id of the for component but only the basename. If its bad habbit to allow this I'll remove it again. I've found it comfortable for s:focus and s:submitOnEnter. Ciao, Mario

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Ok, I think you are right, I've reverted it. Now I've to file a bug for Intellij IDEA as they do not honor NaminContainer and so

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Matthias Wessendorf
the holly IDE has a bug ??? On 2/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Volker! for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Ok, I think you are right, I've reverted it. Now

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Martin Marinschek
no, no, it's not a bug - it's a divine feature ;) regards, Martin On 2/15/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: the holly IDE has a bug ??? On 2/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Volker! for which reason can the normal findComponent fail? I don't think