Welcome, Guest. Please login or register.
Did you miss your activation email?
Your Ad Here
Pages: [1]   Go Down
  Print  
Author Topic: Passing a tld value to a jsp page  (Read 761 times)
0 Members and 1 Guest are viewing this topic.
jazz2k8
Yo Maaan Cheer Up...
Member
*

Reputation: 0
Offline Offline
Posts: 82
Referrals: 0
Activity
0%

WWW Awards
« on: June 24, 2009, 12:33:21 AM »

I have one more doubt regarding jsp page include

Total Views: <jsp:include page="totalView.jsp">
<jsp:param name="param2" value='<search:hit_link/>' />
</jsp:include>



Where <search:hit_link/> is a tld. but whenever i try to get value in totalView.jsp it is displaying it as a <search:hit_link>.

where as <search:hit_link> includes file name.


Any suggestions

Thanks
Jazz
Logged

visit my blog: www.yoteam.co.cc
Javaforums.net/forum :: A community for software developers
« on: June 24, 2009, 12:33:21 AM »

Your Ad Here
 Logged
HappyFace
Javaforums.net admin
Senior Member
*

Reputation: 16
Developer @ Engineeringserver network
Offline Offline
Posts: 2552
Referrals: 12
Activity
14%

WWW Awards
« Reply #1 on: June 24, 2009, 05:52:59 AM »

I have one more doubt regarding jsp page include

Total Views: <jsp:include page="totalView.jsp">
<jsp:param name="param2" value='<search:hit_link/>' />
</jsp:include>



Where <search:hit_link/> is a tld. but whenever i try to get value in totalView.jsp it is displaying it as a <search:hit_link>.

where as <search:hit_link> includes file name.


Any suggestions

Thanks
Jazz

What about using  ServletRequest getServerName() ?
Example: <%= request.getServerName() %> in your jsp include file.

Quote
String getServerName()

    Returns the host name of the server to which the request was sent. It is the value of the part before ":" in the Host header value, if any, or the resolved server name, or the server IP address.

    Returns:
        a String containing the name of the server

Logged

It doesn't matter how hard you've studied; the material won't be on the exam anyway.
Admin @ www.Engineeringserver.com General Admin @ www.Javaforums.net and it's subsites Forum admin @ www.Javaforums.net Global moderator @ www.Engineeringserver.com network Java / .NET blogger @ www.Engineeringserver.com/blog
XMA performer since 2006 @ http://www.engineeringserver.com/XMA-NaN/ Fan of http://www.retardedweblogger.com
Oh man, too much stuff to do in so little time.

http://www.javaforums.net...lery.html;sa=media;id=170
http://img222.imageshack....707/arkietomatoesmall.jpg
http://img208.imageshack.us/img208/7141/smalli.png
Blizzcon 2k9 Grubby and Cassandra Ng engaged ! <3
Triple D, eerste Denken Dan Doen
Javaforums.net/forum :: A community for software developers
   

Your Ad Here
 Logged
Pages: [1]   Go Up
  Print  
 
Jump to: