Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4062988
By: narendraprakash



Hi 

I am using display tags in my project

I am using decorator attribute in display:table. My code is 


 public String startRow() {
        if(getPageContext().getRequest().getParameter("d-1588-e") == null) {
            Hashtable userDAO = (Hashtable) getCurrentRowObject();
            StringBuffer sb = new StringBuffer("<a href=\"alert('called')");
            
        System.out.println("recno is"+userDAO.get("RECNO"));
       // sb.append(userDAO.get("RECNO"));
     
            sb.append("\"  >");
            System.out.println(sb);
            return sb.toString();
        }
        else {
            return "";
        }
    }


It is working in Internet explorer.It is not working in Netscape 
Browser..........


I want to execute in netscape  browser..
Plz give me some help regarding this,........................


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to