Questions tagged [commandbutton]

JSF tag to create a POST botton.

The <h:commandButton> is a JSF UI component which generates a HTML <input type="submit"> element which submits its parent <form method="post">.

456 questions
-1
votes
2 answers

Can't work on Word CommandButton object from within Excel

I'm writing an Excel macro that opens up a Word document and looks for a CommandButton object, by Name. When it finds the object, it tries to check if it has a picture associated with it. It seems to be locating the object, but dies a "catastrophic"…
Chuck Shultz
  • 51
  • 1
  • 9
-1
votes
1 answer

CommandButton to add from listbox to sheet

hello i search a lot of information in internet but i can not get it work .I tray to add the search results from listbox in a sheet number the sheet name is (Tabelle1 ) listbox name is (lsbWarenausgang) and the CommandButton name is…
d00nn12345
  • 35
  • 2
-1
votes
1 answer

when I click in CommandButton doesnt go to another page

Im trying to go to another JSF page and add an object to an ArrayList, with the button below, the scope of the managed bean is in Session, but when i click the button doesnt go to the other page. I edited the entire code to show only the important…
Exit
  • 73
  • 9
-1
votes
1 answer

How to run-time click an arrayed command-button (by another arrayed or similar one) in vb6?

Run-time sending click command to a similar command-button named cmd1 is so easy from another control: cmd1_Click But this similar type not works when we're going to send this command from another form, there. For example by: …
-1
votes
1 answer

No matching navigation case

I keep getting this message when trying to run the code below. It is supposed to show the test from the document to be uploaded. This is a Java Server Faces program. Why am I getting this message:Unable to find matching navigation case with…
jillian
  • 52
  • 6
-1
votes
1 answer

use onclick with action in h:commandbutton

i want select a user and edit it in pop-up page.
-1
votes
1 answer

JSF update schedule and hide dialog primefaces

I try to update my schedule after bean validation complete and hide dialog but it is not working.Hide dialog it is ok but not update.
syca
  • 13
  • 1
  • 6
-1
votes
1 answer

h:commandButton throws nullpointerException

I want to add a new bid to a product, but for some reason when I click the button a nullpointerexception is thrown. I tried different things but none of them seems to work. I'm using richfaces 4.3.7.Final my xhtml
Warri
  • 217
  • 1
  • 3
  • 14
-1
votes
1 answer

Disable JSF page for few seconds on commandButton click

I need to disable all components of a jsf page on button click and show a countdown to , say 10 sec, before the page automatically refreshes. Please share your ideas.
Priyatam Roy
  • 431
  • 1
  • 5
  • 11
-1
votes
1 answer

h:commandButton not redirecting to other jsf page

Hello I have two XHTML pages: 1-login.jsf 2-menu.jsf i m trying to go from page1 to page2 by clicking on a button but it doesnt work.Here is my code: login.jsf
-1
votes
1 answer

Excel macro Command button to submit value to a cell

We have there types of mode Yearly,quarterly,half yearly I need to program like when we press yearly cell c3 gets value 12 if qauterly is pressed 3,half yrly 6 Pls help
user2057099
  • 41
  • 2
  • 3
  • 12
-1
votes
1 answer

Excel - macro to important data from several workbooks based on cell name

I've been trying to make the below code work, and it did yesterday evening, but somehow this morning upon opening Excel it stopped functioning. Essentially, I'm using a vlookup macro to important data from various workbooks, and the workbook names…
jcv
  • 561
  • 5
  • 12
  • 25
-1
votes
1 answer

JSF forms strange behavior

I have no idea why my forms behave in such way. This is my JSF page:
Mateusz Gaweł
  • 673
  • 1
  • 8
  • 22
-1
votes
1 answer

Form doesn't submit values when commandLink is used instead of commandButton

I made following jsf page. In my Managed Bean i want evaluate the input, but i dont get the values. If i press my commandLink i dont get any values. when i use a commandButton it works:
Lars
  • 947
  • 8
  • 15
-2
votes
1 answer

Multiple Command Buttons on one Excel sheet

I have the project in excel with transferring data. It is necessary to allow the run of each individually. Sheet1 is basic with empty table. Sheet2 is the list of 20+ Command Buttons. And have 20+ sheets with data which is transferring to Sheet1 in…
Bojan M
  • 7
  • 2
1 2 3
30
31