Phanindra varma

Greenhorn
+ Follow
since Jul 29, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Phanindra varma

Hi All,

I wanted to add a spaces betwwen words in <html:select>. I have the following company and company description those need to display in <html:select>.
Ex :
CompanyName CompanyDescription
The above two need to display in <html:select> and need to put space also. I have done this. I added space betwwen two in the bean and displaying in the <html:seleect> but When I have more than ten companies and ten company descriptions the alignment is not coming properly because I am using the combination of Arial, Verdana, Helvetica in CSS. One   is not equal to one character when using the above fonts. So When I am using the above fonts the alignment is not coming properly. If I use Courier New the alignment is coming properly because in Courier New one   is equal to one character. but I have to use the combination of Arial, Verdana, Helvetica. So please anybody give me the help its very urgent to our project and need to give the delivery ASAP.

Thanks in Advance....
17 years ago
Hi,
I have a problem.
I am trying to war a directory. In that one more directory is there called sample i want to exclude the sample directory when i am performing war operation. How will i do that..
Can u please help me..
18 years ago
Hi All,

Can you please help me out.

I have a <html:select> i am displaying the collection values in this. Now my requirement is i need to show the tool tip for each and every collection element.

Thanks in advance
18 years ago
Hi All,
Can anybody please help me out.

I have a text field i need to validate that text field with the following condtions using strings.

1. It should accept year (eg : 2006)
2. It should accept month (eg : 09/2006)
3. It should accept date (eg : 11/09/2006)
4. It should accept range (eg: 2006-2009)
5. Months (eg: 15 M)
6. years (eg: 5 y)

Can anybody please help me out.

Thanks in Advance.
18 years ago
Hi All,
Can anybody please help me out.

I have a text field i need to validate that text field with the following condtions using strings.

1. It should accept year (eg : 2006)
2. It should accept month (eg : 09/2006)
3. It should accept date (eg : 11/09/2006)
4. It should accept range (eg: 2006-2009)
5. Months (eg: 15 M)
6. years (eg: 5 y)

Can anybody please help me out.

Thanks in Advance.
18 years ago
Hi All,

Can you please help me out in this.

I have a text field i need to validate that text field using validator frame work. The text filed should accept multiple conditions like below:

1. It should accept year (eg : 2006)
2. It should accept month (eg : 09/2006)
3. It should accept date (eg : 11/09/2006)
4. It should accept range (eg: 2006-2009)
5. Months (eg: 15 M)
6. years (eg: 5 y)

How should i validate these conditions with single text field. can you please help me ....
Thanks in Advance
18 years ago
Hi All,

Can anybody please help me out from this.

I have a values in a table like product,sector,maturity etc. How do i display those values in a table format using logic:iterate.

Please help me...
Thanks in advance
18 years ago
Hi All,

Can anybody tell me the solution for this.

I have a code loke this :
<select>
<options>one</options>
<options>two</options>
-----
-----
<options>twenty</options>
</select>

When i am selecting this select box it is showing a some values with scroll bar.

How do we show only ten values initially if we want 11th one we need scroll.

Can you please tell me ...
Thanks in Advance.
Hi All,
Please help me out from this situation.
I wrote a code like this.

<html:select property="entity">
<html ptions name="entityValue"/>
</html:select>

Here i am able to populating the values from collection. I wrote a javascript function for moving the values from left select area to right select area for that if i select any value from the options it should return true or false based on that only i will move that value from left to right.

Ex in Javascript :

if (from.options[i].selected) {
// Here i am writing the actual code
}
The above code is working if i am using HTML options but how will i write the equalent code when i am using STRUTS HTML options.

Please Help me.... I am eagerly waiting for the reply.
Thanks in Advance.
18 years ago
Hi All,

I have a doubt in struts can you please help me out in this.

Scenario:

I have two list boxes. If i select one item from first list box the page should get refreshed and display the associated item in the second list box. It is very urgent. Would anybody please help me out.
Thanks in Advance.
18 years ago
Hi All,

Can you please help me out about this.
If user resubmitting the form using browser back button the values are again submitting how do i prevent that.
Thanks in Advance.
18 years ago
JSP
Hi All,
Can anybody please tell me how stateful session bean is maintaining the state? and Why does Stateless Session bean not store its state even though it has ejbActivate and ejbPassivate ?
Thanks in advance. I am waiting for reply.
Hi All,
Can anybody tell me how to stop refreshing browser.please help me.
Thanks in Advance
18 years ago
Hi,
can anybody help me from this headers problem.
i added the code in servlets like
response.setHeader("somestring","value");
i am sending the headrs to another servlet. there i am trying to
print the header value with this
String val = request.getHeader("somestring"); but i am getting null
value can any body tell me why i am getting null value. Thanks in
advance.
[ August 02, 2005: Message edited by: Phanindra varma ]
18 years ago