I see, so what do developers of JSF applications generally do - replace all
commandLinks with commandButtons, or only users with JavaScript enabled to
access their site? What strategy do some of you use with regards to users
out there who don't enable JavaScript (which isn't as small a number as I
would've thought)



craigmcc wrote:
> 
> On 12/21/06, lightbulb432 <[EMAIL PROTECTED]> wrote:
>>
>>
>> Why does JSF always use JavaScript to submit a form rather than through
>> the
>> regular method of form submission?
> 
> 
> That only happens for a commandLink component (i.e. a hyperlink that is to
> submit a form).  If you use a commandButton component, no JavaScript is
> needed.
> 
> Is your entire JSF web application useless for clients that have
> JavaScript
>> turned off?
> 
> 
> Only for hyperlinks.  If you can describe a way to have a hyperlink submit
> a
> form, without Javascript being enabled, we would love to hear it.
> 
> Craig
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Why-does-JSF-submit-through-JavaScript--tf2864473.html#a9088641
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to