[JBoss-user] [JBoss Seam] - Variable resolving problem when using custom facelets tag ha

2006-05-20 Thread Newion
Hi, This is my table: | | this is a code from my column.xhtml component: | ... | | ...//EXCEPTION IS THROWN when resolving valueBinding | | | | | | | And this is the apply() method from my tag

[JBoss-user] [JBoss Seam] - Re: JNDI exception when deploying on Tomcat with embedded EJ

2006-04-26 Thread Newion
I missed exception thrown earlier during tomcat startup procedure: INFO 26-04 21:38:17,750 (Ejb.java:startup:37) -starting the embedded EJB conta | iner | INFO 26-04 21:38:20,296 (LocalTxDataSource.java:bindConnectionFactory:117) -Bo | und datasource to JNDI name 'java:/DefaultDS' | I

[JBoss-user] [EJB 3.0] - JNDI exception when deploying application on Tomcat with emb

2006-04-25 Thread Newion
Hi, I get the following exception when I deploy my ejb3 application on tomcat: INFO 24-04 23:40:30,812 (EJBContainer.java:start:558) -STARTED EJB: com.consil eon.controlling.workflow.UserTasksFinderBean ejbName: UserTasksFinderBean ERROR 24-04 23:40:30,828 (AbstractController.java:incrementStat

[JBoss-user] [JBoss Seam] - JNDI exception when deploying on Tomcat with embedded EJB

2006-04-25 Thread Newion
Hi, I have successfully deployed booking example application on tomcat with embedded EJB, but I can't run my own seam application. The following exceptions occurs when starting tomcat: INFO 24-04 23:40:30,812 (EJBContainer.java:start:558) -STARTED EJB: com.consil eon.controlling.workflow.UserTa

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-04-03 Thread Newion
Are you sure, it worked in the past? I have exactly the same problem in my application...That's why I've asked you for your source code. Cheers, Pawel Kaczor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934463#3934463 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-03-31 Thread Newion
Could you paste the essential source code here? I have already tried to implement the solution described by you and it didn't work. I'm glad to hear that you have succeeded! Congratulations! Best wishes, Pawel Kaczor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Seam] - Cannot use @DataModel and sorting functionality for Tomahawk

2006-03-13 Thread Newion
Hello! dataTable from Tomahawk library requires to provide name of a method inside "value" attribute. This method is called to sort the table. But Seam requires to provide name of variable inside "value" attribute to link table with data model defined with @DataModel. | | Sorting doesn'

[JBoss-user] [JBoss Seam] - Re: selectOneMenu doesn't work with Facelets + MyFaces

2006-02-26 Thread Newion
I've managed to solve the problem! I've installed myfaces-tomahawk extension components (tomahawk.jar) and added tomahawk.taglib.xml (http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk) I've also added definition of my converter to this taglib file. Now (most important:), istead of I us

[JBoss-user] [JBoss Seam] - selectOneMenu doesn't work with Facelets + MyFaces

2006-02-25 Thread Newion
Look at the code below. It works perfectly but only without Facelets. With Facelets page is not generated correctly. | | | | | | | | | | | | | HTML generated correctl