how to get a numeric value from a message
dear sir,
I have to get a numeric value from a following message matter i.e
Dear [1],
Your cl is [2] ,el is [3],bonus is[4]
Regards
HR.
This message is in a text box am getting this message using
//following code
EmployeeDataBaseDAO empDataBase = new EmployeeDataBaseDAO();
massMailDetails = empDataBase.findDetails(Integer.parseInt(strId));
strSubject = massMailDetails.getSubject();
strMatter = massMailDetails.getMatter();
now i have to get only values in this '[ ]' i.e 1,2,3,4... these are required for reading a excel file to fetch a correct column.1,2,3,4 are the columns in a excel file so please help me to get these values.
Thanks
Harini
View Answers
Related Tutorials/Questions & Answers:
How to save and get value from JSPHow to save and
get value from JSP Employee Name Time... 324 2012-12-12
save
i want to save dis
value jsp to action ...
how can i
get all
value ..and store..
how can its values goes
Advertisements
How to get more than one value from ajaxHow to
get more than one
value from ajax I have multiple select list box in php. i filled the
value using ajax.
how to
get different
value to fill the same list box
Ex.
option
value as id
(adsbygoogle
How to get specific index value from int buffer.How to
get specific index
value from int buffer.
In this tutorial, we will discuss how to
get specific index
value from
int buffer.
IntBuffer...;
int
get(int index)
The
get() method reads int
value How to get specific index value from long buffer.How to
get specific index
value from long buffer.
In this tutorial, we will discuss how to
get specific index
value from
long buffer.
LongBuffer....
long
get(int index)
The
get() method read long
value How to get specific index value from short buffer.How to
get specific index
value from short buffer.
In this tutorial, we will discuss how to
get specific index
value from
short buffer.
ShortBuffer... reads is short
value at given index
from
short buffer
how to get radio value how to
get radio
value how to retrive the option
value and insert the next table pls
give example
PHP Array get key from value
In php array one can
get the key
from value by the use of
array_search function
Array_search function searches the key for the given values in
the array.
Example of PHP Array
Get Key
from Value
<?php
$product=array
Java swing: get selected value from comboboxJava swing:
get selected
value from combobox
In this tutorial, you will learn
how to
get selected
value from combobox.
The combobox provides the list... imposed an actionlistener on the combobox in order to
get the selected
value from Get JTextField value from another class
Get JTextField
value from another class
In this section, you will learn
how to
get the textfield... and ClassB.java. In
ClassA, we have defined a textbox 'text1' that will
get the
value from get value from multiple textbox in jspget value from multiple textbox in jsp
how to
get multiple textbox
value in another jsp?
If i using the following code
<%for(int i=0;i<3;i++)
{%>
<td>name<input type="text" class="name" id="name">
How to get enum value in JavaHow to
get enum
value in Java Hi all, i am looking for a solution to
get an enum
value from index in Java.
Please suggest.
Thanks
get the value from another class - Java Beginnersget the
value from another class Hello to all, I have stupid question.
I have main.java and ConfigXML.java(read my config xml file).
Code
from...().trim();
[/code]
How I can
get String alsl = ((Node)flnameTEXT.item(0
How to pass the value from controller to jsp page ?How to pass the
value from controller to jsp page ? HI
I need to pass the
value from controller to jsp.
I use the way like this
Controller... didn't see the
message .
then i changed the jsp as
again the msg didn't see
how to get time picker value in javascript of struts2how to
get time picker
value in javascript of struts2 I am not able to
get value of time picker in java script .
my code is
jsp
java script
var totime=dojo.widget.byId("totime").getValue();
how to
get value please help me
How to read value from xml using java?How to read
value from xml using java? Hi All, I want to read
value from following xml using java.. In <Line>,data is in format of key and
value pair.. i want to read only values..could u plz help me in this?Thanks
how to retrieve a checkbox value(retrieve from DB) how to retrieve a checkbox
value(retrieve
from DB) I facing a problem with checkbox
value that already exists inside the database. so
how can I retrieve those
value from another database table? the table subject and service
How to add value from sql server in dropdownlistHow to add
value from sql server in dropdownlist I have created a hospital management project using jsp servlet, where one form name is patient... id
from other table like out patient, and this id will be stored dynamically
how to get HTTP GET request value using javascripthow to
get HTTP
GET request
value using javascript
how to
get HTTP
GET request
value using javascript
how is
how you can
get HTTP
GET request
value using javascript:
var parameter = window.location.search.replace
how to get combo box value - JSP-Servlet the id in servlet page, that i have associated with
value i.e
"> bcoz i hav to store that id in database.
how to
get that
value??? Hi Friend...
how to
get combo box value i have created 1 servlet & 1 jsp page
If Sessin Contain Array how can i get each value.If Sessin Contain Array
how can i
get each
value. sir,
i m trying to
get value form session and session contain array i mean ..
whatever... to use this
value in different conditions..so
how can i
get it..
Thank u
how to get data from database into dropdownlist in jsphow to
get data
from database into dropdownlist in jsp Can anybody tell me what is the problem in this code as i am not able to fetch the data
from... tutorial go through the link JSP
Get Data Into Dropdown list
From Database