hello, I'm try to grab a value from xhtml and then parse it to my java file. can someone tell me how to do it? the sample code?thanx u... I've already goggling around but not yet found the answer
grab value from xhtml to java
Collapse
X
-
Originally posted by yolanhello, I'm try to grab a value from xhtml and then parse it to my java file. can someone tell me how to do it? the sample code?thanx u... I've already goggling around but not yet found the answer
Welcome to TSDN.
Try to write in full English.
Remember it's not a CHAT ROOM.
OK.
Grab a XHTML value and parse it to a JAVA File.
It does not make any sense.
Please be specific.
Then it would be better to solve your problem.
Ok.
Kind regards,
Dmjpro. -
Originally posted by yolanShit... why nobody answer my question. It's suck forum... Really...really shit
This is but a online community, not a school or uni where you can ask your questions to the teachers or anyone responsible for that. Do NOT assume getting answers for granted, thank you!
BTW, regrading your question:
As far as I know, you can:
use a form in xhtml:
Code:<form id="userInputForm" method="post" action="formHandler.jsp" > Say something:<input id="userInput" type="text" /> <input id="submitButton" type="button" value="submit" /> </form>
I am running out of my time, so just give you a hint for this:
Anyway, any reference book would tell you how to achieve just like that, so go there for a book and study, or google for appropriate anwser.Comment
Comment