Well, it gets odder.  I have discovered that when I submit to ChatAction with 

        <crackwillow:image
          button='SEND.gif'
          plain='false'
          mapBean='state'
          bgClrCode='banMddlBgClr'
          txtClrCode='banLftTxtClr'
          font='Eurostile'
          italic='false'
          bold='true'
          size='16'
          property='[EMAIL PROTECTED]'/>

things work fine but that when I submit to the same ChatAction with 

        <crackwillow:image
          button='Chat.gif'
          plain='false'
          mapBean='state'
          bgClrCode='banMddlBgClr'
          txtClrCode='banLftTxtClr'
          font='Tork Bold'
          italic='false'
          bold='true'
          size='25'
          property='[EMAIL PROTECTED]'/>

I think there is some way that LazyValidatorForm is wedded to the
struts framework that I don't understand.  I will have to check it
out.  For the moment, I cannot use it with my Actions.  Is there some
special way we are suppposed to get the values from the form with
LazyValidatorForm?

Maybe I should say that I use both html tag elements and plain HTML
elements on the page.  For example, in the same form I use
<html:hidden> and <input type='hidden'>.  I do this because some of
the names in the input type tag are used to mimic the methods such as
[EMAIL PROTECTED], but I don't want to have to have a value in the
ActionForm for this.  LazyValidatorForm should do this for me but it
has other unknown troubles.

Any ideas?

Jack


-- 
------------------------------

"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

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

Reply via email to