[jboss-user] [JBoss Seam] - Re: Seam saying Datamodel saying row is Unavailable... WHY??

tony.herstell@gmail.com do-not-reply at jboss.com
Sun Apr 22 03:12:05 EDT 2007


On the basis that JSF+Seam is rather weired in places I did this


  |         // Create the default set of Keywords (empty).
  |         keywordsSet =null; // = new LinkedHashSet<Keyword>();
  | 
  |   | 
  |   | and this
  |   | 
  |   | 
  |   |   |     public void addKeyword() {
  |   |   |         Keyword newKeyword = new Keyword();
  |   |   |         newKeyword.setKeyword(getNewKeyword());
  |   |   |         if (keywordsSet == null) {
  |   |   |             keywordsSet = new LinkedHashSet<Keyword>();
  |   |   |         }
  |   |   |         keywordsSet.add(newKeyword);
  |   |   |     }
  |   |   | 
  |   | 
  |   | And then it worked!
  |   | 
  |   | Is this a BUG  for JIRA or just annother odditity with JSF?
  |   | 
  |   | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039588#4039588

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039588



More information about the jboss-user mailing list