Hi all, I want to be able to set values in a bean when a particular link is clicked. The following code works in a simple case: <a href=backhere.jsp?SpecialVar=myvalue>variable</a> But, there are a few problems: 1) I don't know if it is part of the specification that the get variables are automatically parsed and the appropriate setXXX methods called, or if it is just how sun implemented things in the reference implementation 2) when I introduce a second bean to the same page, the setXXX method is no longer called (some problem with resolving which bean to introspect?). Thanx, Eric =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
