signup.jsp does not call highlightFormElements();

I tried commenting out the other statement

Form.focusFirstElement(document.forms["signupForm"]);

Still no effect.

I tried another jsp where highlightFormElements() is called, still no
effect.

onblur, onfocus... none of these events seem to be triggered.

Thanks,
Aakhunaten



mraible wrote:
> 
> I'd try commenting out the following line of JavaScript at the bottom of
> the
> page and see if that helps:
> 
> highlightFormElements();
> 
> Matt
> 
> On Sun, May 11, 2008 at 11:45 PM, Aakhunaten <[EMAIL PROTECTED]> wrote:
> 
>>
>> I am using AppFuse 2.0.1 with the Struts2 archetype. I see that none of
>> my
>> javascripts events get triggered. I feel stupid even posting this, since
>> no
>> one has reported any such issue.
>>
>> For example, if i add even an alert to the obblur event for a textbox on
>> say
>> the signup.jsp, it is not triggered.
>>
>> <s:textfield key="user.username" cssClass="text large" required="true"
>> onblur="javascript:alert('test');"/>
>>
>> Any reason why this should not work?!
>>
>> Thanks.
>> Aakhunaten
>>
>> --
>> View this message in context:
>> http://www.nabble.com/onblur-not-working-tp17181860s2369p17181860.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/onblur-not-working-tp17181860s2369p17188228.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


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

Reply via email to