Karr, David wrote:

>You might try using a more specific title line.
>
>We'd all be better off if you asked a direct question, as opposed to having
>us scan all of your code for anything that might be wrong.  Is this code not
>working?  If not, what is happening?  Are you getting any specific error
>messages?
>
>Are you including the correct taglibs on your JSP page, and the correct jar
>files in your WAR?
>
>Note that the "html:checkbox" tag will only add the 'checked="checked"'
>attribute if the value of your property is "true", "yes", or "on" (which has
>always bothered me somewhat, although I haven't experimented with this
>enough to figure out what would be a better strategy).
>
>If all else fails, it's always handy to have your debugger set up to debug
>your application, INCLUDING the Struts source code (associated with the
>release that you're using) so you can see for yourself exactly what
>decisions are made in the code.
>
+1 - very handy.  You have the source, so there's no excuses not to use 
it! ;-)

-- 
Eddie Bush




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to