Returned 5 Results for "seam" Ordered By Relevance

Seam Fairies

relevance: [4.21]
2007-09-12 Digg! icurtain Delcious icurtain
Fields within Jboss Seam are magically populated by Seam fairies Don't try to work out how or why.. they just are...

Jboss Seam PermGen space crash

relevance: [3.57]
2007-09-10 Digg! icurtain Delcious icurtain
HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Serv...

Setting up JBOSS Seam

relevance: [3.05]
2007-11-30 Digg! icurtain Delcious icurtain
from a command prompt/shell within the jboss-seam directory type the following: [path...]\jboss-seam-2.0.0.GA>seam setup Buildfile: [path...]\jboss-seam-2.0.0.GA\seam-gen\build.xml init: setup: [echo] Welcome to seam-gen :-) [input] Enter your Java project workspace (the directory th...

Tag Library Descriptor - TLD files for Java Editors

relevance: [2.96]
2007-12-04 Digg! icurtain Delcious icurtain
xmlns:s="http://jboss.com/products/seam/taglib" seam-ui.tld xmlns:ui="http://java.sun.com/jsf/facelets" jsf-ui.tld xmlns:f="http://java.sun.com/jsf/core" myfaces_core.tld xmlns:h="http://java.sun.com/jsf/html" myfaces_html.tld xmlns:rich="http://richfaces.ajax4jsf.org/rich" ri...

seam back end code references

relevance: [1.77]
2007-11-23 Digg! icurtain Delcious icurtain
@Name sets the front end reference point to the entity bean @Name("userList") public class UserList extends EntityQuery { User user = new User(); public User getUser(){ return user; } } Front end the references it via #{userList.user}...