What is default behaviour of h:outputlink ?

Hi
thank you for reading my post
what happens when we click on an h:outputLink , does it post to the URL tha we gave to it ?
if not , how i can make the h:OutputLink to act as a POST method when people click on it ?
thanks

Hi,
maybe you just give it a try. Here's a website that explains the usage
http://www.horstmann.com/corejsf/jsf-tags.html#Table4_18
If this doesn't work for you, try a html link reference wrapped in a <verbatime></verbatime> element pair
Frank

Similar Messages

  • How can I use terminal to make links open in same window the default behaviour, as it was in Safari 5.0, How can I use terminal to make links open in same window the default behaviour, as it was in Safari 5.0

    In Lion, the default of pressing a link on a web page, is to open the page in a new tab. In itself, I do like this because this is what I did for 19 out of any 20 links, which I command+clicked in previous Safari versions.
    However, there is a snag to this behaviour. Most (all?) secure site do not like links to be opened in a new tab. For example, when I am doing Web banking, The the linked page doesn’t open in new tab. Rather I get a page telling me my login session is expired. Probably a security measure instituted by my bank.
    I since found out, that a command-click opens lings in the same window. Theoretically that solves the problem, if I would think about this all the time. I don't. Old habits die slowly.
    Is there a terminal command to make links open in same window the default behaviour, as it was in Safari 5.0.

    Hi Eric,
    I got it figured out today, basically you have to load the Parallel Flash Loader first into FPGA ram. It is a special .sof file (pfl_epXXXX.sof) based on your FPGA. Code is actually pretty straight forward, using the Sys Exec VI. Use the windows based programmer to generate the .cdf file that identifies your FPGA, attached Flash and .pof file .
    Syntax was odd going into Sys Exec. Note the extra "C" in in front of the "quartus_prm.exe" I have no idea why that was needed, but I was getting an error until I just happened to put it in there (Blind Luck :-))
    I used a 2 element array going into a four loop
    cmd /cquartus_pgm.exe -c USB-BLASTER -m JTAG -o P;pfl_epXXXX.sof
    cmd /cquartus_pgm.exe -c USB-BLASTER -m JTAG S_FPGA.cdf
    Defining the working director C:\altera\12.1sp1\qprogrammer\bin
    And added match string with "Successfully performed operation" on the output in the loop to make sure everything loaded correctly then adding the array to give me a overall P/F
    To anyone doing this same thing Altera's documentation is poor to say the least. It took most of a week to figure this out Not allowed to upload code, so anyone wanting details just post here and I will try to help. This was painful, with lots of lessons learned.
    Thanks for the interest though
    Best regards John

  • Default behaviour of the Escape key while editing a cell in JTable??

    Hi all,
    i have a Jtable which get its data from an own model object which extends DefaultTableModel.
    If i overwrite the isCellEditable(row, col) method within the tablemodel object and set a specific column to editable, then i notice while editing a cell in that column that the default behaviour of the Escape key is that independet from what you have entered before in to the cell the editing stops and the cell gets the value it had before editing.
    This is the case for me even if i apply a custom editor to a column (one that extends DefaultCellEditor). It is just a JTextField that limits the number of digits a user can enter. Everything works fine. If the user edits the cell and presses ENTER or the "down arrow key" i can check what he has entered with the help of the getCellEditorValue() method. But if the user hits the ESC key after editing a cell this method is not invoked!!!
    My question is :
    is there any way to detect that the user cancels editing with the ESC-key.
    this is very important for me because if the user goes editing the cell i lock the related record in the database, if i cannot detect this it is locked till the application terminates.
    Thanks for any help in advance

    I try override the JTable editingCanceled() ==> does not work.
    I try the addCellEditorListener( CellEditorListener l ) ==> does not work.
    Finally, I try the addKeyListener ==> it works.
    Here is a quick demo. program:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    public class Test {
    public static void main(String[] args){
    JFrame f = new JFrame();
    String[] colName = {"a", "b"};
    String[][] rowData = {{"1", "2"}, {"3", "4"}};
    JTable table = new JTable(rowData, colName);
    JTextField t = new JTextField(10);
    t.setBackground(Color.red);
    t.addKeyListener(new KeyAdapter() {
    public void keyPressed(KeyEvent e) {
    if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
    // do what ever you want ex. un-lock table
    System.out.println("ESCAPE");
    DefaultCellEditor editor = new DefaultCellEditor(t);
    TableColumnModel colModel = table.getColumnModel();
    for (int i = colModel.getColumnCount()-1; i >= 0; i--) {
    colModel.getColumn(i).setCellEditor(editor);
    f.setContentPane(new JScrollPane(table));
    f.pack();
    f.setVisible(true);

  • MP-BGP Router Reflectot (RR) Default Behaviour

    Hi All,
    I have a 7206VXR configured like RR for MPBGP (Afi/safi 1/128 L3VPN rfc 2547Bis).
    My RR is configured with different peer-group towards its clients (PE).
    I'd like to konw what is the RR's default behaviour when it receives an updata message type 'withdrawal' by its client.
    I've observed that:
    - When a PE send its update (withdrawal), it receive back by RR all its bgp table...with a lot NLRI that my PE doesn't need..Is it a normal behaviour?
    - When a PE send its update (withdrawal), it receives back by RR its own update..I think that this is a normal behaviuor since he is configured within a peer-group on RR. Is it correct?
    Many thanks in advance for your support.
    Gianluca

    Hello I'm trying to configure a lab with 4 7600-sup32-3b 12.2(2)-33.SRC. 2 of them as P routers and the rest as PE. P's are Route Reflector and PE are route reflector clients. If I create the same VRF in both PE routes are note not advertised between PEs.(show ip route vrf lab). Please could you give me a configuration example or a link where I could take a look.
    Thanks in advance. Santiago.

  • Default behaviour based upon ACCTYPE

    Hello,
    I am a new BPC user and so, I would appreciate any help provided. I have done a lot of web search on this and aside from a couple of articles on SDN, I have not managed to find anything on this. I have previously posted a question on a similar topic but this is more of a question related to BPC's capabilities, rather than asking for a solution to a problem.
    Some threads on SDN are suggesting that the default behaviour for BPC (Financial Consolidation) 7.5 NW is to store the data using the accounting convention (i.e., negative for INC and positive for EXP). However, when reports are generated using the same data (using EVDRE e.g.), the sign is automatically flipped (i.e., INC accounts are automatically showed as positive while EXP are shown as negative).
    Is this correct? If so, is any reference available to any SAP published documentation on this?
    Many thanks in advance.

    Hi,
    I dont know whether there are any documents around this topic or not. But let me try to explain this a bit.
    The flipping of signs is done twice - one at the time of sending the data to the database and second at the time of fetching the data from the database. Let me give you a very simple example. Lets say, we are posting the below records:
    Revenue (ACCTYPE = INC): 1000
    Expenses (ACCTYPE = EXP): 400
    Theoritically, the profit should be 600. However, by design, we usually keep the profit as the parent of revenue and expenses, which means that profit will be 1400 (which is wrong). So, we change the signs. After posting the data to the database, the data looks like:
    Revenue (ACCTYPE = INC): -1000
    Expenses (ACCTYPE = EXP): 400
    Now, the profit becomes -600.
    When we fetch the data, the data should look like the original values. So, we again flip the signs. So, the data looks like:
    Revenue (ACCTYPE = INC): 1000
    Expenses (ACCTYPE = EXP): 400
    Which is exactly what we had entered initially. Now, the concern is the profit. The profit is -600 as per the calculation. However, the actual profit should be 600. So, we keep the ACCTYPE of profit as INC.
    Hope this gives you the idea.

  • Detect what the default edit form is for a document library and list using jquery

    Hi,
    So what I have done is with some jquery made it that when a files are dragged and dropped into a document library and there is a required field such as "Metadata" the EditForm.aspx opens up for the user to fill in the required column. I am building
    the url up from what I have found in SharePoints DragDrop.js file. This is all working perfectly I just need to find a way to dynamically find what the default edit form is for that document library as I have just hardcoded like this...
    g_currentControl.strSiteUrl + "/" + this.ListName + "/Forms/EditForm.aspx?ID=" + id
    So I need a way to figure out what the default edit form is instead of hard coding like this in case someone creates a custom_editform.aspx or something for one of the lists.
    Thanks

    You can get it by hitting this REST end point via JQuery:
    http://weburl/_api/Web/Lists(guid'YOURLISTGUID')/Forms
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • What should default permissions be of the Groups folder be?

    While trying to sort out our Group shared folders permissions problems I might have changed the permissions of the Group folder (/Volumes/Server/Groups) in Server Admin.
    Can anyone tell me what the default permissions for that folder should be?

    I had a similar problem:
    <http://discussions.apple.com/thread.jspa?messageID=5876784#5876784>
    and Gerrit came to the rescue! Wonder if you migrated from Tiger and if so then the above thread might have some answers for you. Seems like the standard Group ID (gid) changed from Tiger to Leopard and has wreaked havoc on file sharing. I was able to remedy my situation (so far - still not thoroughly tested) by changing the gid of all files back to 20...which matches "staff" on the clients. This is still confusing and Apple's documentation is half-baked regarding this as far as I'm concerned.

  • Does anyone know what the default font is for MacMail?

    Does anyone know what the default font is for the Mail program? My son changed my mail font and I want to change it back, but I can't remember what the original default is! Anyone? Thanks!

    I rarely use Mail (normally use Gmail in Safari) so I am 99.99% sure mine is still at the default. It is Helvetica 12.

  • JAXB Default behaviour for Boolean

    Is there any way to modify JAXB default behaviour for boolean types when marshalling?
    The default behaviour for this type is to output "true" or "false", is there anyway of outputting "1" or "0"
    Thanks in advance

    29-Aug-2006
    01:43 AM
    steve_p wrote:
    Hi Edward,
    I've not suffered this issue myself but I have read on other forums that some people are also having the same problem as you.
    http://www.allaboutsymbian.com/forum/showthread.php?t=50226
    S.
    Thanks for the feedback - I'm not 100% sure, but I think it happened once I did a PC Suite backup as well - oh well ... not too much of a show stopper - I guess they'll hopefully fix this in the next release of the firmware
    Regards,
    Edward

  • Dos2unix has the wrong default behaviour

    The standard dos2unix package extra/hd2u has the wrong default behaviour - calling it on a file that already has unix line endings flips it to dos. Also, it doesn't install a unix2dos executable at all.
    I've made an upstream request for the author to fix this, but if he decides not to, would it be possible for arch to have postinstall scripts that move the main executable out of the path, and set up dos2unix and unix2dos wrappers that call it with -U and -D respectively? This would keep in line with the expected behaviour of these commands.

    Hello Nolan,
    It is difficult to debug this code without seeing the actual
    XML files. An easy way to see quickly why your conditions are not
    evaluated the way you want is to move them directly in the visible
    part of the option. Then you can see the actual values at the
    runtime and the reasons the expressions evaluated the way they did.
    For example if you have this option:
    <option
    spry:if="'{dswafer_fab_process::p10_wafer_fab_process_rev_status_fk}'
    == '1'" selected="selected" value="1">NEW</option>
    you can quickly debug it like this:
    <option
    spry:if="'{dswafer_fab_process::p10_wafer_fab_process_rev_status_fk}'
    == '1'" selected="selected" value="1">NEW
    '{dswafer_fab_process::p10_wafer_fab_process_rev_status_fk}' ==
    '1'</option>
    Regards,
    Cristian

  • What does default account use for in Windows 10?

    What does default account use for in Windows 10???

    MR B
    I had understood that it is there and has been since windows 7, but rather I was asking what specifically do you want to know about the default account.  I suspect you would be better served by Googling it as there are 264,000,000 hits on the subject.
    Wanikiya and Dyami--Team Zigzag

  • TS2845 does anybody have any idea what the default parental passcode is for apple tv

    i can't remember what the passcode is for apple tv. does anyone  know what the default code is?

    I don't believe there is a default, you need to enter a code to enable parental control. if you've forgotten it, you'll need to restore.

  • HT1212 wondering what the default pin code is for the sim as i only have 1 attempt left.  I have an iphone 5S

    as the title says.  I have just bought a new iphone 5S and somewhere in it there is the option to change your sim pin.  wondering what the default pin
    is?

    buzzburow wrote:
    as the title says.  I have just bought a new iphone 5S and somewhere in it there is the option to change your sim pin.  wondering what the default pin
    is?
    There isn't one.
    Settings > Phone > SIM PIN.

  • Folder Merge - Default behaviour when pasting a folder?

    Hi,
    I've just been playing around with a student copy of Server 2012, trying to catchup on the changes (after taking a few years out of working in IT to study a degree).
    One thing I've noticed is that if I copy a folder on top of another folder the default behaviour is to merge to two folders without asking for confirmation (I'm sure this was never the case on any other version of Windows??? Actually scrap that,
    I just tried it with Windows 8 and was surprised to find out it happens on W8 too, although it doesn't happen on Windows 7!). I'm 99% sure previous server builds didn't do this (unfortunately I don't have one handy to test it).
    To give an example of the issue:
    Say I have C:/files
    I create a new folder C:/files/docs
    A few months down the line my "/files" folder has grown massive (at least 640K! I know, I know. Urban myth! Bite me!).. and now contains hundreds of sub-folders, I've totally forgotten that it contains a "/docs" folder!
    Now I have another "/docs" folder in another directory which would like to store in "/files" so I cut and paste it and..... in previous versions of windows I would have got something like:
    "The Destination already contains a folder called "docs" (...) Do you still want to merge this folder?"
    To which I answer Yes/No/(All). Now, in the current Window versions, the two folders just "merge" together (I'm not even sure "merge" is the right term, as the destination folder keeps the permissions it already had, ignoring
    any on the folder you are pasting). Now, I'm not dealing with sensitive information, but I can imagine scenarios where this might not be desirable behaviour.
    Unless the two folders contain a file with the same name (in which case you do get a dialogue, asking if you want to overwrite the file), you don't even get a warning that there is already a folder with that name (with different permissions) in
    the folder you are pasting into!
    Is there a setting? policy? registry hack? anything? which returns to pre-windows 8/server 2012 way of asking if you're sure you want to merge folders? 
    TL:DR version. I want to bring back the "The Destination already contains a folder called "<whatever>" (...) Do you still want to merge this folder?" dialogue!
    Thanks in Advance.
    ZeB

    Hi,
    As you said it is changed since Windows Server 2012/8.
    However you can change it back - go to Folder Options, in View tab please uncheck "Hide folder merge conflicts".
    If you have any feedback on our support, please send to [email protected]

  • What is default Call barring code,pin code1,pin co...

    I have newly bought new e51.But user guide mention only default device code,not other codes. Anyone please tell me what is default call barring code,pin code 1&2.I have also got advanced device lock already in memory card.But its lock code also not mentioned in user guide.

    In case of advanced device when i installed it,it asked me to enter old code if I want to change password.when I selected some folders for lock it ask me the password now to unlock it.But yet I have not set any new password as I do not know old default password. Hey friend,also please tell me default call barring password.

Maybe you are looking for

  • Complex Custom Planning function

    Hello, I need to implement a complex custom planning function, in which certain calcualtions are to be done. Data is available in the actual cubes and calculation logic is in a table and also it requires several validations to generate plan data. For

  • Joining tables EKPO & MSEG

    Hi All, This is my code: SELECT    EKKO~EBELN             EKKO~LIFNR             EKKO~BUKRS             EKKO~EKORG             EKPO~EBELP             EKPO~TXZ01             EKPO~MATNR             EKPO~MENGE             EKPO~MEINS             EKPO~UNT

  • Open hub destination & infospoke

    hi experts, what are the major differences between openhub destination & Infospoke Thanks Swaroop Kumar Noothi

  • Pavilion 15 hdmi not working

    I have a Pavillion 15-p053nd and want to use an extra monitor. When connecting my laptop and the monitor by HDMI, the pc doesn't recognise an extra monitor. How to solve this? Windows 8.1, x64 Device Manager > Display Adapters > AMD Radeon(TM) R5 Gra

  • Issue with shake reduction filter

    I experience inconsistent results when using the camera shake reduction filter in Photoshop. On many occasions, I see *Poor blur trace. Click to apply* (see screenshot below). Is there anything I am doing wrong here? I am using Photoshop CC 2014 and