PB Bhat

Greenhorn
+ Follow
since Dec 20, 2002
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 PB Bhat

sky.com is the domain name that i wanted to create on my local computer. It is equivalent to localhost.
11 years ago
Tomcat7 with Eclipse Indigo is the application server and Apache HTTP server 2 is the web server that i am using.
11 years ago
I want to redirect all my requests to the http://localhost:8080/Test
to http://localhost/ or http://localhost:80/ what are the settings that i will have to make..

server address being www.sky.com.

Finally the URL should be http://www.sky.com/Test

Thanks in advance
PB
11 years ago
HI
I have to create a group of radio buttons in such a way that, it has to be nested inside an outer loop.
eg.
<logic:iterate.................>
<html:radio1................>
<html:radio2................>
<html:radio3................>
</logic:iterate>
The radio buttons are having 3 different values of the same propery of a bean. If i hard code it the way i showed in the eg.,it works fine. I
want to write a loop instead of writing three different <html:radio......>.
Can anyone help me with this?
21 years ago
I am having problem using format attribute with
<bean:write> tag. The error is
Attribute format invalid according to the specified TLD.
I have defined struts-bean.tld taglib in the file.
Can anybody give me the solution.
Thanks
21 years ago
Can anyone suggest me a good prictical struts learning tutorial or book with lot of examples
21 years ago