[jboss-user] [JBoss Seam] - Seam and Richfaces: rich:panel Problem

2007-03-30 Thread base7691
If I auto generate an entity with seam-gen (1.2.1GA) there is also a detail page generated - something like this: | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | ui:composition

[jboss-user] [JBoss Seam] - Re: LocaleSelector

2007-03-01 Thread base7691
For my application I was able to narrow the problem a little further. It looks like it has somthing to do with ICEFaces I used. I tried some tests with the new seam 1.2 version. After setting up a new project with seam-gen the locale selector function does very well. Even if I used it with the

[jboss-user] [JBoss Seam] - Re: LocaleSelector

2007-02-27 Thread base7691
Thank you for the hint. Unfortunately I have the code surrounded with form tags :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023015#4023015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023015

[jboss-user] [JBoss Seam] - LocaleSelector

2007-02-21 Thread base7691
The suggested way to allow the user to set the locale manually has no effect in my application. I use the following code from chapter 13.1 of the reference documentation: h:selectOneMenu value=#{localeSelector.localeString} | f:selectItems value=#{localeSelector.supportedLocales}/ |