[jboss-user] [JBoss Seam] - Problems with extended EL syntax.

2007-04-14 Thread adamkoprowski
Hello, I'm trying to use the great extension of Seam allowing to pass parameters to action methods, but for some reason I keep on getting null as the value of the parameter (no exceptions). I did a simple test with: | | | | When I replace 'string' in action attribute with som

[jboss-user] [JBoss Seam] - Re: Seam & Trinidad.

2007-03-11 Thread adamkoprowski
"petemuir" wrote : | Try this: | | | | | | | | | | | | | | | | | | | | | | | Indeed, it did the trick. I only had to change the scope of the 'detail' component to at least CONVERSAT

[jboss-user] [JBoss Seam] - Re: Seam & Trinidad.

2007-03-10 Thread adamkoprowski
d it seems that the release is just around the corner so I'm looking forward for that! Then the stack of seam + facelets + ajax4jsf + Trinidad will be a killer! anonymous wrote : | "adamkoprowski" wrote : -) As I read on this forum (and experienced myself) I cannot use Seam'

[jboss-user] [JBoss Seam] - Seam & Trinidad.

2007-03-10 Thread adamkoprowski
Hello everybody, Few weeks ago I started playing around with Seam and I must say I'm pretty impressed with its capabilities. However, I'm somehow less impressed with the fact that it does not fully cooperate with Trinidad - a component library on which I am (just as tons of other people) h

[jboss-user] [JBoss Seam] - Re: One kind of stuff and Trinidad

2007-02-03 Thread adamkoprowski
Thanks a lot guys! I finally got it working! The strange thing is that I thought I did exactly this and it didn't help but now I saw that I forgot to remove trinidad-api.jar from WEB-INF/lib and this was causing trouble. Still I find it a bit strange that this is a class loader issue and t

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
anonymous wrote : Remember Seam injects by variable name NOT class/interface. Ups, I didn't know that. Sorry, I'm a newbie to Seam and the manual seems to go rather smoothly over such technicalities... Thanks a lot for help! Adam View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
Here it goes: components.xml: | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation= | "http://jboss.com/p

[jboss-user] [JBoss Seam] - Re: The Tree died

2007-01-29 Thread adamkoprowski
Well, I'm having precisely the same problem. I was browsing through forums to find a solution to that with no success. In this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98856 there is a suggestion of work around (constructing tree via facelets method call and returning

[jboss-user] [JBoss Seam] - Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
Hello, I'm running into problems with injection for persistence context. If in a session bean I do: @PersistenceContext private EntityManager em everything is fine, however if in the Seam component I do: @In(create=true) EntityManager em the application breaks up and I get: | Caus

[jboss-user] [JBoss Seam] - Problem with Seam + Trinidad.

2007-01-25 Thread adamkoprowski
Hello everybody, I'm using EJB 2.0+JSP+myfaces+Trinidad in development for some time already but now I decided to make a switch to EJB3+Seam+Facelets+myfaces+Trinidad. I'm pretty impressed with what Seam has to offer but unfortunately now I'm having some issues with use of Trinidad that I d