RE: Bean tag help

2003-08-14 Thread Vance Heredia
form is submitted, then the html:hidden tag is > all you need. Your bean:define is trying to set a scripting > variable with the same name (and value) as your form bean > property and has nothing to do with the task you're trying to > accomplish (I believe). > > Cheers, > -S

Bean tag help

2003-08-14 Thread Vance Heredia
ss); I havent worked a lot on struts and beans so I'm not too sure how to fix it Cheers Vance ~~~~~~~~ Vance Heredia __ This email, includ

How to return to form element

2003-08-14 Thread Vance Heredia
I use the Action Errors to validate a form. If I do find errors does anyone know how to set the focus to the first eroneous field present on the form when it returns to it ??? Vance Vance Heredia

RE: Bean tag help

2003-08-14 Thread Vance Heredia
x="controls" %> body bgcolor="white" background="/images/PaperTexture.gif"> It always dies on the first bean saying it had a ClassCastEsception when trying to locate the Start tag I'm not clear asd to why you need to use a bean name and

RE: How to return to form element

2003-08-11 Thread Vance Heredia
Hms sounds nifty but how would I then display an error message as well The more I use JS the more I like it Vance Heredia > -Original Message- > From: Steve Vanspall [mailto:

RE: Bean tag lib help

2003-08-09 Thread Vance Heredia
Ummm don't worry about that last post I re-read it and used the java.lang.String but it didn't work correctly Same error If anyone has encountered this error I would really appreciate any help Vance ~~~~~~~~ Vance Heredia Java Wireless Archit

RE: Bean tag lib help

2003-08-07 Thread Vance Heredia
/Standalone/localhost/spooleradmin/files_jsp .java:154: expected fully-qualified-class-type-name processName = null; ^ Vance Heredia Java Wireless Architect Global Applications Lonely Planet Publications Email

Bean tag lib help

2003-08-05 Thread Vance Heredia
va.lang.Object processName = null; org.apache.struts.taglib.bean.DefineTag _jspx_th_bean_define_0 = (org.apache.struts.taglib.bean.DefineTag) _jspx_tagPool_bean_define_property_name_id.get(org.apache.struts.taglib.bean .DefineTag.class); Doea anyone have any ideas h