<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Dec 8, 2006, at 6:41 AM, In-Suk Joung wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><TABLE border="0" width="100%" bgcolor="" cellpadding="0" cellspacing="0" align="center">         <TBODY><TR><TD valign="top" style="padding:8pt;"><FONT size="2" face="굴림"> Overriding methods in MyApp::Action::CreateXxx was successful but I found some weird behavior of administration menu.<BR><BR>I added following lines in my Group Model class.<BR><BR></FONT></TD></TR></TBODY></TABLE></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I suspect that you probably want to override the whole class. so create a lib/MyWeblog/Action/CreateGroup.pm</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>package MyWeblog::Action::CreateGroup;</DIV><DIV>use warnings;</DIV><DIV>use strict;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>use base qw/Jifty::Action::Record::Create/;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>.....</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-j</DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><BLOCKQUOTE type="cite"><TABLE border="0" width="100%" bgcolor="" cellpadding="0" cellspacing="0" align="center"><TBODY><TR><TD valign="top" style="padding:8pt;"><FONT size="2" face="굴림">package MyWeblog::Action::CreateGroup;<BR><BR>sub arguments {<BR>    my $self = shift;<BR>    my $arg = $self-&gt;SUPER::arguments(@_);<BR> <BR>    # Some manipulation of $arg<BR><BR>    return $arg;<BR>}<BR><BR>When I connect the administration menu for the first time, it does not give me any error, and it seems to work fine. Strangely, if I try to connect the menu again, this error occurs:<BR><BR>ERROR - Can't locate MyWeblog/Action/CreateGroup/SUPER.pm in @INC (@INC contains: C:\Documents and Settings\INSUK JOUNG\My Documents\Jifty\MyWeblog/lib c:/Perl/site/lib c:/Perl/lib . Jifty::ClassLoader=HASH(0x351cbe0)) at c:/Perl/site/lib/Jifty/Util.pm line 234.<BR><BR>Stack:<BR>  [C:\Perl\site\lib\Jifty\Util.pm:234]<BR>  [C:\Per! l\site\lib\Jifty\Util.pm:234]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\index.html:23]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\_elements\wrapper:16]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\index.html:32]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\autohandler:10]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\autohandler:10]<BR> at C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\index.html line 23<BR><BR>After that, 'Jifty Administrative Console' page also shows the weird class, MyWeblog::Action::CreateGroup::SUPER under the subhead of 'Actions'<BR><BR>Probably Jifty mistakes the method, SUPER::arguments for a class. What do you think I need to see to track down this problem?<BR><BR><BR><BR></FONT></TD></TR></TBODY></TABLE>                         <BR><BR><BR><FONT color="#000000" style="font-size: 9pt;">----------- <BR>InSuk Joung <BR>-----------</FONT>  <BR><BR><A href="mailto:jmarch@hanmail.net"><IMG src="http://nametag.hanmail.net/2F5haTe4IitbGJFWMrkpew00" border="0"></A>  <DIV id="mailFooter" style="background:url('http://mailimg.hanmail.net/05mail/img_dotline.gif') repeat-x 0 0;margin-top:20px;"> <DIV id="mfTop" style="line-height:28px;padding-top:4px;" class="d_12_333333"> "우리 인터넷, Daum" <A href="http://www.daum.net" target="_top" class="d_12_333333">http://www.daum.net</A>  『평생쓰는 무료 한메일넷』<BR> </DIV>  <DIV id="mfLeft" style="border:1px #dfdfdf solid;float:left;margin:0 12px 10px 0;"> <A href="http://allim.daum.net/servlet/Redirect?sid=footer060925_daumdirect" target="_new"> <IMG src="http://hmm.daum.net/image/daumdirect_hanmailfoot.gif" width="350" height="48" border="0"> </A> </DIV> <DIV id="mfRight" style="border:1px #dfdfdf solid;float:left;"> <A href="http://allim.daum.net/servlet/Redirect?sid=footer_lucky1204" target="new"> <IMG src="http://mailimg.hanmail.net/event/061129_hm3/footbn_061129.gif" width="350" height="48" border="0"> </A> </DIV> <DIV style="clear:both;"></DIV> </DIV> <IMG src="http://wwl361.hanmail.net:4280/@from=jmarch&rcpt=jifty%2Ddevel%40lists%2Ejifty%2Eorg&msgid=%3C20061208154142%2EHM%2Ez000000000JBJCv%40jmarch%2Ewwl361%2Ehanmail%2Enet%3E"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">jifty-devel mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel">http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel</A></DIV> </BLOCKQUOTE></DIV><BR></BODY></HTML>