《Couldn t find XXX without an ID》的相关内容
相关讨论
页面跳转的问题
在online MyBook的例子中,update 之后会跳转到show的页面,
如果我要直接跳转到list的页面,请问:要如何做?
by hbksunshine 2008-02-28 浏览 (518) 回复 (8) 关键字: 跳转
e请问这是prototype window在Rails的一个bug吗?
情况如下
假设一个blog系统,在post/index.rhtml调用一个prototype window的窗口,调用时指定url参数,参数指向一个页面(动态或静态)
win1 = new Window('Hello', {url: "/a.html", })
win1.show();
win1.setDestroyOnClose();
当关闭这个"窗口"的时候,控制台出现 Ac ...
by nhyjq 2008-03-21 浏览 (204) 回复 (0) 关键字:
floggy
As J2ME developers we couldn't handle anymore the idea of writing so many code lines to persist so few attributes. For each class we want to persist we had to generate the source code to transform an ...
by jacky-zhang 2008-03-27 浏览 (226) 回复 (0) 关键字: j2me
Rails源码研究之ActiveRecord:一,基本架构、CRUD封装与数据库连接
Rails的ORM框架ActiveRecord是马大叔的ActiveRecord模式的实现+associations+SingleTableInheritance
ActiveRecord的作者也是Rails的作者--David Heinemeier Hansson
ActiveRecord的key features:
1,零Meta Data,不需要XML配置文件
2,Database Supp ...
by hideto 2007-06-19 浏览 (3227) 回复 (1) 关键字: activerecord 源码
相关博客
53 CSS Techniques You Couldn't Live Without
See: http://www.duggmirror.com/design/53_CSS_Techniques_You_Couldn_t_Live_Without/
by taylorqt 2007-11-05 浏览 (151) 回复 (0) 关键字:
就地编辑字段内容
这里为你提供一种非传统的表单提交模式。严格来说这里你是不用提表单就可以达到保存编辑的目的的,这里也是 javascript 的优点。
首先还是创建一个数据库的迁移
db/migrate/001_create_books.rb:
class CreateBooks < ActiveRecord::Migration
def self.up
create_table : ...
by sunfengcheng 2008-08-14 浏览 (892) 回复 (1) 关键字: ruby on rails
一个关于Test Fixtures的问题
《应用Rails进行敏捷Web开发》第12章 任务T:测试
代码:
require File.dirname(__FILE__) + '/../test_helper'
class ProductTest < Test::U ...
by cohesion 2006-12-27 浏览 (567) 回复 (1) 关键字:
翻译:java中怎样使用树结构(How to Use Trees)(二)
个性化树显示 如前所述,树的每一个节点通常有一个图标和一些文字.你可以定制这些图标和文字. 一个tree通常会展示一些特殊外观来显示节点间的联系.你可以通过简单的几步来自定义这些外观样式.首先,你可以用tree.setRootVisible(true)来显示根节点,用tree.setRootVisibl ...
by lcllcl987 2005-11-30 浏览 (574) 回复 (0) 关键字:
Generics简介
Consider the following classes (written before the introduction of generics in JDK 5.0), designed to describe various kinds of media that a library might contain: public class Library { private Lis ...
by yuping322 2006-02-13 浏览 (78) 回复 (0) 关键字:
相关圈子讨论
用jbpm-webconsole发布websale流程的问题
发布webconsole成功了(我用的是oracle)
之后用manager登陆后提示:
Error loading process list: An exception of type "org.jbpm.JbpmException" was thrown. The message is: couldn't find all process definitions
用webconsole发布we ...
by altr 2008-05-20 浏览 (318) 回复 (11)
Enjoying Web Development with Tapestry出4.1版本的,推荐下载
地址:http://www.agileskills2.org/EWDT/
Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1)
How to create AJAX web-based application easily?
If you'd like to create ...
by tapestry 2006-12-31 浏览 (1171) 回复 (5)
(共享)Enjoying Web Development with Tapestry三个版本(免费前四章)
网站:http://www.agileskills2.org/EWDT/
介绍:
How to create AJAX web-based application easily?
If you'd like to create AJAX web-based applications easily, then this book is for you. More importantly, it s ...
by tapestry 2007-02-02 浏览 (937) 回复 (0)
用jsp调用部署在sqlserver2000上的jbpm流程问题
我的服务器是tomcat5.5
我在jbpm数据库里面部署了一个helloword的流程。然后我写了一个start.jsp页面去调用它,可是抛出异常
异常为:
org.jbpm.JbpmException: couldn't get process definition '3'
org.jbpm.db.GraphSession.getProcessDefinition(GraphSession. ...
by huangguan 2007-06-26 浏览 (657) 回复 (7)
相关新闻
NetBeans6.5 M1 众多期待的特性一览表!
NetBeans6.5 M1 众多期待的特性一览表!
Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性.
其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目
和普通项目,还有Spring Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4201) 回复 (16) 关键字: netbeans 6.5 m1
Grails 1.0-RC2 发布
Grails 1.0-RC2 发布,看到新增不少功能,心中窃喜啊
现在简介一下主要变动:
移植到最新的spring2.5
新的参考文档
去官方文档,个人感觉挺舒服的,而且也很有条理
内容协商(ContentNegotiation)支持
Grails现在可以通过Accept/Content-Type HTTP headers, a parame ...
by agile_boy 2007-12-04 浏览 (916) 回复 (3) 关键字: grails

