Results 1 to 1 of 1
- 06-10-2012, 09:51 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 10
- Rep Power
- 0
unable to submit two values separtely
hi!!
i am using the code
<h:inputText id="userid" value="#{issuetoTO.id}" onchange="sumbit();" ></h:inputText>
to set the value of issuetoTO.id and it is running fine but when i add
<h:inputText id="username" value="#{issuetoTO.name}" onchange="sumbit();" ></h:inputText>
none of the two values are being set????
can't I use submit twice in a single form???
Similar Threads
-
Unable to get values of form fields using FormBean using Struts
By advan in forum New To JavaReplies: 7Last Post: 05-05-2011, 01:30 PM -
submit html page
By erics44 in forum New To JavaReplies: 3Last Post: 03-23-2010, 12:58 PM -
Submit values to a parent page
By carag in forum New To JavaReplies: 1Last Post: 12-11-2009, 12:33 AM -
Submit Button Help
By Jay-1.1 in forum New To JavaReplies: 2Last Post: 05-06-2008, 04:28 PM -
unable to update MYSQL with values from jsp page
By koushika in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 03-27-2008, 01:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks