<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 4:03 PM, 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="굴림"> It doesn't seem to work for me.<BR><BR>FATAL - Jifty::Action::Record must be subclassed to be used<BR>FATAL - Can't call method "require" without a package or object reference at c:/Perl/site/lib/Jifty/Util.pm line 234.<BR><BR></FONT></TD></TR></TBODY></TABLE></BLOCKQUOTE><BR><DIV>Hm Can you show us the exact code you've got?</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="굴림">Stack:<BR>  [C:\Perl\site\lib\Jifty\Util.pm:234]<BR>  [C:\Perl\site\lib\Jifty\Action\Record.pm:68]<BR>  [C:\Perl\site\lib\Jifty\<A href="http://Web.pm:448">Web.pm:448</A>]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\fragments\list\new_item:4]<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><BR>WARN - Can't call method "argument_names" on an undefined value at C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\fragments\list\new_item line 11.<BR><BR>Stack:<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\fragments\list\new_item:11]<BR>  [C:\Perl\site\lib\auto\Jifty\web\templates\__jifty\admin\autohandler:10]<BR>&amp;nb! sp; [C:\Perl\site\lib\auto\Jifty\web\templates\autohandler:10]<BR><BR><BR><BLOCKQUOTE style="border-left: 2px solid rgb(0, 0, 0); margin-left: 5px; margin-right: 0px; padding-left: 5px; padding-right: 0px;">I suspect that you probably want to override the whole class. so  <BR>create a lib/MyWeblog/Action/CreateGroup.pm <BR> <BR> <BR>package MyWeblog::Action::CreateGroup; <BR>use warnings; <BR>use strict; <BR> <BR>use base qw/Jifty::Action::Record::Create/; <BR> <BR>..... <BR> <BR>-j <BR></BLOCKQUOTE></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=%3C20061209010352%2EHM%2Ez000000000JBJD6%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>