To be more specific I guess what I would like to do is when a JavaScript created icon is
clicked on it creates a popup which is a Seam page with values populated with data stored
in the JavaScript Object.
So basically if I have something like:
| <h:inputText id="name"
| value="#{incident.name}"/>
|
Where incident is a Seam component how do I create a new incident instance and have the
name value set to the value I already have in the JavaScript object?
The JavaScript object though is already an entity that was returned from a Seam Remoting
call in the first place.
Thanks, S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078990#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...