Re: Function call using variables

2005-04-08 Thread Prathibha Deshikachar
No, thats not what I wanted to do. I have to call the function in the bean but using a string variable that contains the function name. For instance, <% String temp = "function" + "name" + "()"; // This is a simple example of what I need to do. %> <%=temp%> -- This should ideally execute the fu

Re: Function call using variables

2005-04-08 Thread Prathibha Deshikachar
I was hoping that there would be an eval/exec type command in JSP. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Som