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">.

444 questions
0
votes
1 answer

Inconsistent behavior between and

I have a delete confirmation dialog:
Lucas
  • 11,997
  • 7
  • 62
  • 114
-1
votes
1 answer

Trying to ID a CommandButton on an Excel 2010 VBA application

I've just started a new contract and am working with Office VBA again after about 20 years. There is a spreadsheet I'm working on where command buttons disappear after the document saves. I've been reading other threads that suggest as a fix setting…
Brian Link
  • 11
  • 1
-1
votes
1 answer

vba macro with 3 command buttons linked with each other

How to apply a macro function with three command buttons ? I tried with below code.. but returns the macro applied on different sheet. cmd button1: browses the main raw data file. cmd button2: vlookup data file for the main raw data file. cmd…
wells
  • 11
  • 6
-1
votes
1 answer

Why the command button close my dialog box

I work on primefaces 6.0 and I have a dialog box, called by a command button, I have several element in this dialog box and 2 command button, one is for closing the dialog box, the other (commandButton id="enableDisableButton") is an option of my…
Fred37b
  • 604
  • 8
  • 26
-1
votes
1 answer

Multiple command buttons in sequence with one another

I am new to programming and I want to create an application for basketball coaches to be able to keep stats of their players by using VBA in Excel with command buttons. Instead of manually inputting stats for each player in a game, I want to be…
S.Clancy
  • 55
  • 1
  • 8
-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"…
-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
  • 8
-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
  • 421
  • 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 2 3
29
30