Forum: JSP Apr 10th, 2008 |
| Replies: 3 Views: 4,063 I think he is asking how to display the column names in dropdown..
If thats the case use java code in your jsp(Though not the best practice).
Create a set with all the values and then parse it to... |
Forum: JSP Apr 10th, 2008 |
| Replies: 7 Views: 13,034 bro thanks a lot.. was out of station for some days so wasn't replying.. thanks again... Sorry for late reply.. :) |
Forum: JSP Apr 4th, 2008 |
| Replies: 7 Views: 13,034 any example would be helpful! Pls |
Forum: JSP Apr 2nd, 2008 |
| Replies: 7 Views: 13,034 Any one? is that not possible..? |
Forum: JSP Apr 2nd, 2008 |
| Replies: 7 Views: 13,034 Is it possible to get the current URL in my JSP page.
Say i open a site "http://abc.com/page1.jsp"
I want to display it in page1.jsp the total url as "http://abc.com/page1.jsp" If yes please... |
Forum: JSP Dec 26th, 2007 |
| Replies: 2 Views: 5,002 any body there!
I tried something like this..
<span id='url'><fmt:message id="alphabets" key="my.a" /></span>
But how do i put it in href... Stucked! Any one? |
Forum: JSP Dec 25th, 2007 |
| Replies: 2 Views: 5,002 Is it possible to get the key value of any property file through JSP..
Let me explain..
I have following keys in my application.properties file.
it has
my.a=http://apple.com... |