Hi,
Please see this code
<%!
int i = 10;
public String str = "Office";
%>
<droplet bean="HorizontalNavigation">
<param name="CurrentSection" value="<valueof param="<%=str%>"></valueof> ">
<param name="CurrentDomain" value="Home">
</droplet>
I am trying to access the String "str" inside the droplet but I always get null. Do you know how I can access that variable?
Uma
-
Accessing jsp variable in .jhtml file (1 messages)
- Posted by: Uma Maheswar Kalluru
- Posted on: June 23 2004 09:26 EDT
Threaded Messages (1)
- need help by Uma Maheswar Kalluru on June 29 2004 06:51 EDT
-
need help[ Go to top ]
- Posted by: Uma Maheswar Kalluru
- Posted on: June 29 2004 06:51 EDT
- in response to Uma Maheswar Kalluru
push