Hi all, I would like to know, what are the prerequisites to pass a java variable to a tag as a variable. The tag is not accepting the java variable in <%= %> tags. The tag variable accepts the hardcoded value in "" String strUserid="lakshmi"; eg userid="lakshmi" but not as userid="<%=strUserid%>" java variable. thanx lakshmi
Jane Griscti
Ranch Hand
Joined: Aug 30, 2000
Posts: 3141
posted
0
Hi Anasapurapu, Are you trying to pass a variable value to another application? Not sure why you are trying to use a 'tag' otherwise I'm going to move this over to Java in General - Beginning as it's not directly related to SCJP Study. ------------------ Jane Griscti Sun Certified Programmer for the Java� 2 Platform