You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 23 Members of 3082 |
Please pick an FAQ category and select a question or browse the table of contents:
| Product Evaluation |
![]() | Is it true that Seam only works with JSF? |
![]() | Can I use AJAX with Seam? |
![]() | Can I unit test Seam applications without starting the Application Server? |
![]() | What's so special about Seams state management? |
![]() | Does Seam support multiple browser windows or tabs? |
![]() | Can Seam handle back-button navigation? |
![]() | Does Seam support REST style bookmarkable URLs? |
![]() | Can I do redirect-after-post or even GET in the same conversation? |
![]() | Can I use Seam in a portal? |
![]() | Does Seam have something like the Ruby on Rails "flash" object? |
![]() | Does Seam have continuations? |
![]() | Does Seam support internationalization? |
![]() | Are there any development tools that support Seam? |
![]() | Does Seam provide any JSF components? |
| Seam Requirements |
| Seam Core |
![]() | Why do I get a ConcurrentModificationException when my Seam application is under load? |
![]() | Why do I get "value of context variable is not an instance of the component bound to the context variable" |
| Expression Language |
![]() | What is an Expression Language (EL)? |
![]() | How about an example? |
![]() | What else can the EL do? |
![]() | What are the Java EL specifications? |
![]() | What technologies use which EL? |
![]() | Why do some expressions start with pound symbol and others start with dollar sign? |
![]() | What is the difference between a MethodExpression and a ValueExpression? |
![]() | Can I specify arguments for a MethodExpression myself? |
![]() | What is an EL Variable? |
![]() | What is an EL Function? |
![]() | Can it lookup in other places besides PageContext, request, session, and application? |
| Component Design |
| Bijection |
| Testing |
| JSF and Facelets |
![]() | How can I operate on Strings in my templates? |
![]() | Why does JSF call my getter hundreds of times? |
![]() | I'm getting an IAE or the value not getting selected when using a select box |
![]() | I get Value is not a valid option when using s:selectItems and s:convertEntity, or a custom converter |
![]() | I get 'The conversation ended, timed out or was processing another request' with AJAX |