I can't pass argument form LS to java through hashtable params...in livesite,must i declare the action attribute of the form??? I receive params in java code from xls code with this code : String codice = (String)params.get("codice");where "codice" is the name attribute of the input box that receive a string from the user.Could someone help me?
i understand what i wrong...thanks anyway