|
So there's no Los Angeles area dates? Is there a JBoss Users Group out here?
[http://seamframework.org/Community/SeamCommunityEvents=>http://seamframework.org/Community/SeamCommunityEvents] |
|
Comunity/Forums used to contain reference to [SeamWiki => http://www.seamframework.org/Community/SeamWiki].
It's missing now. Is it ok and the way it should be?
What is the _correct_ place I should post my questions regarding SeamWiki usage as part of the seamfrawork portal? |
|
[=> http://www.seamframework.org/Community/Forums] misses reference to the [=> http://www.seamframework.org/Community/SeamWiki].
Is this correct and the way it should be? |
|
The Seam community is a diverse group of people from all over the world, interested in creating and supporting the next generation of Java web frameworks. Please <a href="/userRegister_d.seam">register</a> to join us.
We also have a [set of icons=>wiki://1661] you can put on the websites you created with Seam.
+++ Forums
We appreciate any help you can provide on the [=>wiki://1002]. This is also the right place to ask usage questions and discuss Seam |
|
Please register and add your own Seam community events here! If you edit the page and update it, make sure you select the "Push changes onto feeds" checkbox.
You can also <a href="/service/Feed/atom/Area/Community/Node/Events"><img style="vertical-align:text-bottom;margin-right:2px;" src="/themes/sfwkorg/img/icon.atom.gif"/>subscribe</a> to this page.
+++ October 2008
= 09.10.2008, Slovenia: Introduction to Seam and Web Beans by <a href="/user/pete">Pete Muir |
|
Hello Community,
I want to desable Seam debug page, I tried to set debug to false but doesn't work:
`
<core:init debug="false" />`
How to desable debug page?
Thanks,
|
|
Hey,
I have made some improvement to seam-gen. more on [link=>http://seamframework.org/Community/FormBuilderSeamgenExtensionAnnouncement#comment19147]
I am looking forward for your feedback.
Uros |
|
Hi guys,
I'm using seam 1.2.1 GA, jboss 4.0.5 GA and urlrewrite 2.6.
My urlrewrite.xml configuration is fine but URLs are not rewritten when there are in pages.xml
I have to use this fashion
` <exception class="org.jboss.seam.security.NotLoggedInException">
<redirect view-id="/community/login.xhtml">
</redirect>
</exception>`
which displays url like http://www.mysite.com/community/login.seam
instead of http://www.mysite.com/login (as it should be)
Please let me |
|
I'm working with someone who is hesitant to use Seam Wiki as a community technology if it has not yet been widely used and accepted by publishers other than the Seam creators.
Does anyone know of any public sites using Seam Wiki as an underlying technology yet, other than seamframework.org and in.relation.to? |
|
Hi All
Has anyone ever deployed the wiki in postgres. It's just thay the app server we have already has postgres in live and I would like to keep the ecosystem simple.
We wish to trial the wiki for our community site, it looks very good.
Many Thanks,
James |
|
Hi folks,
I'm looking for an example of an error/exception page that displays some values of the thrown exception.
I've googled a bit, but i haven't found anything that is a good help.
But i found this on the forum:
http://www.seamframework.org/Community/HowDoIPrintTheStackTrace
Does somebody has some good information?
thank you all!
|
|
that issue?
Thanks in advance
GHad
PS: New community site is really awesome! |
|
+++ Links to external Seam documentation
[=>wiki://1329] is a community-maintained list of articles and tutorials about Seam and related technologies.
You can find a profusion of Seam-related links stored in the Seam in Action [del.icio.us profile=>http://del.icio.us/seaminaction ].
+++ Related projects
[=>wiki://3179] lists the various open source projects and technologies that make up the Seam ecosystem.
+++ Blog
[in.relation.to=>http://in.relation.to] is the Hibernate and Seam team |
|
Hey Everyone
Currently, I try using ajax approach to rewrite the regitration example. It works fine so far but I encounter one question. When the transaction is committed? When I use ajax request to update the value in backing-bean, everything works fine except that it won't committed back to database?
Does anyone know when the transaction is committed? On the Page change event?
I will share my code to the community after the example is done.
Open Source Rocks! |
|
Hello,
I would like to export Data via a csv-file out of an SEAM applikation. I found the Artikel [Exporting to CSV in SEAM=>http://www.seamframework.org/Community/ExportingToCSVInSEAM] on this topic. Now I do not understand how to do it. First I do not understand where to set the Content-Disposition header field. More I want to know how to iterate over a list in my XML-File without generating HTML-Stuff. Is there any example on this?
bye
Sascha Effert |