If I auto generate an entity with seam-gen (1.2.1GA) there is also a detail
page generated - something like this:
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
| http://www.w3.org/1999/xhtml";
| xmlns:s="http://jboss.com/products/seam/taglib";
|
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
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=bb&op=viewtopic&p=4023015#4023015
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023015
___
anonymous wrote : I suppose that you have configured your supported locales in
faces-config.xml?
|
Yes I have it configured in faces-config.xml
|
| en
| en
| de
|
|
anonymous wrote : What do mean with "nothing happens"?
If I try to switch between my configured local
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:
|
|
|
After clicking the command button nothing happens. Any suggestions?
Thank you in advance!
View the original