[jboss-user] [JBoss Seam] - Re: Anyway to create JSF components dynamically?
samdoyle
do-not-reply at jboss.com
Tue Aug 28 23:12:06 EDT 2007
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#4078990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078990
More information about the jboss-user
mailing list