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
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
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
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
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.
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
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'
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
Look at the code below. It works perfectly but only without Facelets. With
Facelets page is not generated correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML generated correctl