Hi Richards. I try with "tableModel.clean()" and with this:
anonymous wrote :
| if(tableModel !=null) {
| Component component = Seam.componentForName("tableModel");
| component.destroy(tableModel);
| //component.callDestroyMethod(tableModel);
| }
And I have the sa
Yes. I am wrong? Why should be called more than once?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073764#4073764
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073764
___
Hi all. I have this:
TableModel.java
| @Name("tableModel")
| @Conversational
| @Scope(ScopeType.CONVERSATION)
| public class TableModel {
|
| @In
| private EntityManager em;
|
| private List data;
|
| @Begin
| public void begin(Class entityClass) {
|
Is it possible to begin or end a long-running conversation manually?
MenuManager.java
| if (tableModel != null) {
| tableModel.end();
| }
| tableModel = (TableModel) Component.getInstance(beanName);
| tableModel.begin();
|
TableModel.java
@Name("tableModel")
| @Conversa
Hi all. How I can integrate Seam with JBossWS?
I have read the documentation, but i still can't run.
Any helps? thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060116#4060116
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Hi. I'm using Jboss Seam-1.3.0.ALPHA and RichFaces. Here is the code:
|
|
|
|
|
|
The argument "item" is always null and none exception is throwing. If I replace
the s:button with the s:link did not work at all.
This happens with RichFaces
Hello Gavin. The argument is always null. I'm using Jboss-4.2.0.GA, Jboss
Seam-1.3.0.ALPHA, richfaces-3.0.1 and ajax4JSF-1.1.1. I think that the problem
is in the rich:tree component.
It is posible?
Another problem that i have is that the s:link do not redirect to the view
(action="#{menu.redir
Hi all. Here is the code:
|
|
|
|
|
|
The argument item is always null in the backing bean.
I need help? thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056209#4056209
Reply to the post :
http:/
Here is the html output for one rich:treeNode
|
|
|
|
|
|
|
|
|
|
|
|
| Link 2
|
|
|
|
|
do you need the full html out
s:link do not redirect page that takes in a parameter with the target URL
view="#{item.url}"
I'm using: Jboss-4.2.0.GA, JBoss Seam-1.3.0-AlPHA, richfaces-3.0.1 and
ajax4jsf-1.1.1.
Please help me!
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055681#4
Hi all. I'm using the rich:tree component. Here is the code:
|
|
|
|
|
|
|
The s:link in the treeNodes does not work.
Any ideas?
11 matches
Mail list logo