[jboss-user] [JBoss Seam] - Re: Seam Mail: dynamically generated HTML content

2008-01-24 Thread mahbe
Thanks for that hint, this works perfectly: | | | | | | ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123031#4123031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41230

[jboss-user] [JBoss Seam] - Seam Mail: dynamically generated HTML content

2008-01-24 Thread mahbe
Hi, if I want to outject mail content with HTML tags, e.g. | | | | #{Mailer.content} | ... | the outjection works, but all tags, e.g. blah are converted like that

blah

So in the incoming mail on a html mail client, there is not a new section but t

[jboss-user] [JBoss Seam] - Re: Configuring Seam Mail programmatically

2008-01-15 Thread mahbe
works much better ;-) But thanks anyway! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120083#4120083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120083 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Configuring Seam Mail programmatically

2008-01-15 Thread mahbe
With Contexts, I think you suppose org.jboss.seam.contexts.Contexts? I tried that, but Seam Mail still uses localhost:25 as mailserver (exchange:25 would be right): 09:15:03,296 INFO [MailSession] Creating JavaMail Session (exchange:25) | 09:15:03,296 INFO [MailSession] connected to mail serv

[jboss-user] [JBoss Seam] - Configuring Seam Mail programmatically

2008-01-14 Thread mahbe
Hi, is it possible to configure Seam Mail programmatically? I've already been using Seam Mail and configured it with in components.xml. That works fine. But how to configure settings like hostname or port of the mailserver at runtime? I tried MailSession session = new MailSession().create();

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problems with @Past validator

2008-01-14 Thread mahbe
Answer from the Hibernate Team: http://forums.hibernate.org/viewtopic.php?t=982687 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119604#4119604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119604 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problems with @Past validator

2008-01-10 Thread mahbe
Hi, I use Hibernate as JPA implementation with JBoss Seam. The underlying database is MS SQLSERVER 2000. Recently I added Hibernate Validation and used the builtin @Past validator. But since then, a few tables where no longer generated with hbm2ddl. Then I detected that all tables those tables

[jboss-user] [JBoss Seam] - Re: Outjected variable as parameter for enhanced EL

2007-12-20 Thread mahbe
By now, I solved the problem with page id. anonymous wrote : What scope do you outject the chosenCustomer to? I did outject it at standard scope (only with @Out). The page with the commandLink is generated from an @End annotated action method. Oddly enough | |

[jboss-user] [JBoss Seam] - Outjected variable as parameter for enhanced EL

2007-12-17 Thread mahbe
Hi, how can I get an outjected object as a call parameter for an action method in a Facelets XHTML page? In DataTable its easy by using | | ... | | ... | But if I haven't got a data table, i've no idea how to do that with enhanced EL. Nested EL expressions obviously