Hi All,
i am facing a very typical problem ..where i need to display the currency Euro symbol onto the jsp page.
i could have done it using the java.util.Curre ncy class but i cannot set the locale..b'coz it has to be an locale independent application, to i store the symbol itself in the db of all the currency avaliable...& need to show the one selected onto the jsp...
i tried setting the "UTF8" encodings...
User Profile
Collapse
-
problem in displaying the currency 'Euro' on the jsp
-
Hi Jos,
Calendar is not a fully quantified class to instantiate..so how does it help??
plz be a bit clear..any clues/ links to refer??
Thanks & regrds.... -
Adding no. of Days to the Current Date.
Hi All,
I am having prblm in adding the no. of days passed to the current date, in a class fuction.
This is an immediate requirment plz help..
I am using java.util.Date object for the current date..
Thanks in advance:) -
Hey lyealain,
HAHAHAHAHAAAA,
My code was perfect actually disabled=""\ + strCBstate + \"" is
not a correct practice...b'co z '\' is used to differentiate the nxt character from the actual string flow...
so it should be disabled=\"" + strCBstate + "\" then it won't change the text either to green & would treat it as a string argument while executing:)
...Leave a comment:
-
Hi ,
Try this thing..
< Code: ( asp )>
if rsLook.Fields(" Supp_Email") = "" then
dim strCBstate
strCBstate = "disabled"
else
strCBstate = ""
end if
If CheckAll = "checked" Then
response.write( "<td><input type='checkbox' disabled=\"" + strCBstate...Leave a comment:
-
nagarwal replied to how to dispaly contents of an ArrayList having String objects using logic:Iterate tagin Javascripthi all:)
I got the solution to the above just by chance:)
it's
<logic:iterat e name="array" id="x" scope="request" >
<bean:write name="x"/>
</logic:iterate>
we don't need to do anything else..no property attribute is required et all'
thanksLeave a comment:
-
nagarwal started a topic how to dispaly contents of an ArrayList having String objects using logic:Iterate tagin Javascripthow to dispaly contents of an ArrayList having String objects using logic:Iterate tag
hi frnds,
I am facing a prblm in displaying the contents of an ArrayList which contains 'String' Objects using logic:iterate tag..
example:
in the Action :
String s=null;
String s1=null;
s="hi";
s1="All";
ArrayList a= new ArrayList();
a.add(s);
a.add(s1);
request.setAttr ibute("array",a );
... -
hi frnd,
can u plz tell me the API name & it's implementation: )...Leave a comment:
-
How to put a picture in a menu?
Hi all:)
I just want to put a picture in a menu list against the menu item i want...
any suggestions? plz let me
Thanx is advance:) -
The entire (long) ToolTip does not show up in Mozila FireFox
Hi All:)
I am working on a mozilla fire fox, i gave a toolTip to the texBox using 'title' atrribute but still the entire tooltip msg does not shows up, b'coz it's too long..but i really need to do so..plz help -
Referring a control in jsp through a string variable.
Hi All,
I am facing prblm, I have to refer to a control whose name is in a variable which is obtained as a parameter from the request, and set a value to it..how to do so?
This is urgent plz do reply. -
HI epots9,
Thanx for the help, but there's a little change in it..
it
[CODE=javascript]var d = new Date();
var curr_date = d.getDate();
[B]var curr_month = d.getMonth() +1;
var curr_year = d.getFullYear() ;
var today = curr_month + "/" + curr_date + "/" + curr_year;[/CODE]...Leave a comment:
-
date comparison prblm
Hi All,
I am having prblm in comparing date, I have to pass a date and if the date is a past date compared to today's date I have to notify..
this is urgent plz reply.
The format is mm/dd/yyyy but the today's date is coming in a detail format i.e with time...
No activity results to display
Show More
Leave a comment: