aspose file tools
The moose likes JSF and the fly likes access webuijsf component with javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "access webuijsf component with javascript" Watch "access webuijsf component with javascript" New topic
Author

access webuijsf component with javascript

andreas papaioannou
Greenhorn

Joined: Apr 21, 2008
Posts: 1
I have been trying everything written around and still cant get to be able to change a textField value with javascript...

If anyone knows a way, please help me...
i have tried both:
(hh is a dynamically added Hyperlink)
hh.setOnClick("document.getElementById('form1:textField1').innerHTML = 'ssfsdf';");
hh.setOnClick("document.getElementById('form1:textField1').value = 'ssfsdf';");

and none works...

Thnx a lot!!!
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

"andreas andreas",
Welcome to the JavaRanch.

We're a friendly group, but we do require members to have valid display names.

Display names must be two words: your first name, a space, then your last name. Fictitious names are not allowed.

Please edit your profile and correct your display name since accounts with invalid display names get deleted.


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: access webuijsf component with javascript
 
Similar Threads
Setting the Value of a RadioButton on Load
Dynamic rows validation from javascript
Global variable doesnt work
IE issue with setting action
Dynamic Field Names using variable names