> Am I only allowed to use bean "variables" that have > get and set methods? >
No, You must do: <html:submit property="submit" value="<%= (String) ButtonNames.SEARCH %>"> > <html:submit property="submit" value="<%= > ButtonNames.SEARCH > %>"> > > Where ButtonNames is an interface and SEARCH is a > public static final > int. > > When I try to compile this jsp, I get: > > method setValue(int) not found in class > org.apache.struts.taglib.html.SubmitTag at ... > > Am I only allowed to use bean "variables" that have > get and set methods? > > Thanks, > > Tony > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Courrier : http://courrier.yahoo.fr

