What does f:param do?

Hi all,
What exactly <f:param> does. Is there any alternative in HTML,JavaScript or JSP for this?
If <f:param> sets a value for a key, JSTL's <c:out value="${key}"> does the same. Am I right?
Can we compare <f:param with <c:out>.
Help me.

<h:outputText > is the equivalent of <c:out>
<f:param> sets a request parameter, here is an example
<h:commandLink actionListener="#{companyListBean.sortByColumn}">
     <h:outputText value="#{companyListBean.companyColumnTitle}" escape="false" />
     <f:param name="column" value="name" />
</h:commandLink>in your managed bean, you can retrieve it with
String columnName = (String)facesContext.getExternalContext().getRequestParameterMap().get("column");Frederic

Similar Messages

  • What does "2 param error" on DVD drive mean?

    DVD driver  on MacBook Pro  will not play. Spits DVDS and Cds out. Does not show up anywhere in system preferences. When I ask for "cds &dvds preferences" in Finder I get this message:
    "The item cannot be opened. It may be disabled or not installed. 2 param error"
    Anyone know where I should look or what to do to fix up my goof?

    Either the fan motor or hard drive isn't working properly (the fan may be running, but too slowly).
    Let Apple have a look at it:  http://www.apple.com/retail/geniusbar/
    or click Contact at the bottom of this page and find an Apple Authorized Service Provider in your area.

  • What does this mean? (deployment problem)

    Error: Transaction attributes must be specified for the method defined in the home interface[....Home ]. Method [create] has no transaction attributedefined with in this bean [....Bean].
    What does this error means?
    I already have this method in my Home class
    public Car create (String carId, String VRN)
              throws RemoteException, CreateException, MissingPrimaryKeyException;
    and this method in Bean class
    public String ejbCreate (String carId, String VRN)
              throws CreateException, MissingPrimaryKeyException {
    //create

    if you are using deployment tool in j2ee jdk 1.4, it will generate the descriptor for you.
    I think you miss this in ejb-jar.xml
    <container-transaction>
    <method>
    <ejb-name>AccountBinEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>create</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <trans-attribute>NotSupported</trans-attribute>
    </container-transaction>
    // Notice on the line with trans-attribute

  • What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7

    What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7
    I found the manual update, which worked!
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5595&fileID= 5604

    Hi Barbara,
    For failed 13.1.2 update error U44M1P7, Please refer to the solution mentioned in the following threads :
    http://forums.adobe.com/message/5396792#5396792
    http://forums.adobe.com/message/5409050#5409050

  • In relation to Wireless Speakers, what does 'Connected Music Server' mean?

    Hello All,
    Need some advise. I am looking at purchasing a Wireless speaker. I currently have a MacBook Pro 10.8 which has my music stored in iTunes. My phone is an Android 4.2.2 device.
    Therefore, I need to buy a wireless speaker that supports AirPlay (aka stream music from my MacBook Pro) and also has an app that I can install on my Android device which can threby access the iTunes playlist so that I can use my phone as the remote control.
    Based on the above requirements, I narrowed down my chocie to the Denon Cocoon Home (whose app is also Deno Cocoon) and the Pioneer A4 XW-SMA4-K (whose app is Pioneer ControlApp)
    Question 1:
    The Denon App says this:
    - When connected to your home Wi-Fi network you can further expand your choice of music by using the Music Server to browse and play all the music that is stored on your PC, Mac or Network Attached Storage (NAS) drive.
    - DRM protected music is NOT supported by the Denon Cocoon app (or any 3rd party music app)
    My question what does one mean by a 'connected music server?' If an AirPlay speaker receives iTunes music, does it automatically become a 'connected music server?' Technically, is music in my iTunes app (some purchased from iTunes store, some imported) considered DRM protected music? Can ithe app read the iTunes music given the above contraint?
    Question 2:
    The Pioneer App has a lot of complicated lingo that says:
    Network Audio Player
    - Browse and select music files on your connected music server
    AV Receiver
    - Browse and select music files on your connected music server
    Network CD Receiver System
    - Browse and select music files on your connected music server
    Wireless Speaker
    - Volume up/down
    - Select Internet Radio Stations
    - PUSH PLAYER
    It uses one app for multiple devices and in the app description has a breakdown for what the app supports for every device. Now the 'connected music server' is not mentioned in 'Wireless Speaker' but the same is mentioned in 'Network Audio Player' so what does that mean?
    I am more veered towards the Pioneer speaker as it costs $100 less and has better reviews but I will go with the one that will aloow me to use my Android phone as a remote control to access the music that the speaker is streaming from my MacBook pro.

    CSS SSL module sending a Close_Notify.
    Try these links;
    http://www.cisco.com/warp/public/117/basic_css_lb_config.html
    http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008057a127.html

  • Downloads from itunes fail - error code 8003 - what does that mean, or more importantly, how do I get what I paid for?

    Downloads from itunes fail - error code 8003 - what does that mean, or more importantly, how do I get what I paid for?

    Try the troubleshooting for that error code on this page : iTunes: Advanced iTunes Store troubleshooting - Apple Support (search for '8003' on the page, it's just below half-way down)

  • I replaced my iPhone with a Galaxy 5 and am not receiving all of my text messages. The sales person told me to remove my phone number from iTunes to stop this from happening. Is that true? What does iTunes have to do with text messages?

    I replaced my iPhone with a Samsung Galaxy5 and I am not receiving all of my text messages now. The rep at the store told me to go to iTunes and take my phone # off of the account and that would fix the problem. Is that true? What does iTunes have to do with text messages anyway?

    You need to remove your phone number from the iMessage system.
    Read here: http://support.apple.com/kb/ts5185
    ~Lyssa

  • GetResponseCode() returns -1,what does it mean

    Hi ,
    The HttpURLConnection class's getResponseCode() method returns -1.
    getResponseMessage() returns null.i m accessing my servlet through a proxy.i know only about 1xx to 5xx codes.i dont know what does it mean by -1.But at server side the request is properly sent and processed and i m getting 200 and ok after processing at serverside. the object is sent to client also. but it is not received by the client.
    Null object is returned.I think proxy is the culprit.If anyone can help me what -1 means,it will be really greatfull to diagnoise my issue in detail and solve my problem soon.
    Your help will be greatfull.
    Thanks
    prakash

    As it says perfectly clearly, right there in the API documentation for the method:
    "Returns -1 if no code can be discerned from the response (i.e., the response is not valid HTTP)."

  • I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    If your iPhone is locked to a wireless provider, only that wireless provider
    can unlock it. Contact the wireless provider in Hong Kong to see if they
    offer unlocking and if you qualify.
    If your iPhone is locked to an AppleID that you do not know, return it for
    a refund as it is useless. Only the person whose AppleID was used for
    activation can remove the lock. There is no workaround for Activation Lock.
    If neither of the above is what you are facing, provide more detail so someone
    may offer a solution.

  • Apple TV does not work after trying to update software. Main light keeps blinking and on the screen shows itunes icon and a usb cable. What does that means?

    My Apple TV does not work after trying to install the new software update. The main light keeps blinking rapidly and on the screen it shows the itunes icon and a USB cable. What does that mean?

    The Apple TV is in recovery mode. Try to restore the Apple TV. Follow the link for instructions on the restore process.
    http://support.apple.com/kb/HT4367

  • HR-PA What does u201CCEu201D in name means

    Dear all,
    I am looking at BI Contend for HR-PA (Personnel Administration).   In the name of some of the objects there is u201CCEu201D at the end.  What does this CE means?
    Thanks for your help,
    Reynir

    CE in the HR-PA BI Content stands for Concurrent Employment. This requires grouping reasons to be configured in the ECC source environment. The grouping assignments can be seen in ECC table T77SO.

  • HT1657 I rented movies on my iPad, they all downloaded, but when I click 'play' it says 'The requested URL was not found on this server'. What does it mean and how can I restore my rented movies?

    I rented movies on my iPad, they all downloaded, but when I click 'play' it says 'The requested URL was not found on this server'. What does it mean and how can I restore my rented movies?

    See this previous discussion:
    https://discussions.apple.com/message/16962474#16962474

  • Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2008 iMac which is running 10.6.8. What does this mean?

    Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2007 iMac which is running 10.6.8. What does this mean? I've attached some screen shots below.
    Also experiencing some funky issues with my wireless keyboard. With new batteries, it will just stop functioning. Certain keys intermittently won't work. Also the fans go on as soon as I turn the computer on - some times they stay on and sometimes they don't. Ever since upgrading the operating system - I've been having many issues with this iMac. Not happy. Any answers out there?

    Thanks for your reply LexSchellings, There is no disc in the drive and I went through the suggestions you put forward on the phone with Apple support without any luck. I can put a disc in but it pops straight back out again without registering on finder.
    The idea of using an external drive was to enable me to avoid the cost and loss of productivity whilst machine in repair... if I have to take it in to get the old drive removed than I might as well have a new internal drive put in, although I do worry about the reliability of these apple drives given my experience with this one coupled with my limited online research ... on line forums seem to be full of people with the same problem (although perhaps searching such forums is bound to make it seem a common problem as users with perfectly working machines are less likely to post (?)) Your reply suggests that no external drive will work whilst the existing drive is in place.
    As a postscript: I do realise that this is a user forum ...my secondary question was asking if anyone knows how to put forward a case/complaint to Apple... I can't find a link on the support page that would enable me to do so and I was wondering if anyone on this user forum had any ideas/experience..

  • When trying to update my IPad apps I am getting the message "Your Apple ID has been disabled". Still have more than 50$ in my account, so what does this mean ?  What can I do to get my ID enabled again ?

    when I am trying to download IPad updates I get the message "Your Apple ID has been disabled". What does this mean? How do I get my ID enabled again? Still got more than 50$ in my account !

    Reset your Apple ID password here >  Apple - My Apple ID
    More information here >  Apple ID: "This Apple ID has been disabled for security reasons"  appears

  • I was playing with my ipad settings (it's an older model) and noted in the advanced settings of Safari there was a place to view website databases.  When I clicked on this I saw websites.  How do these get there and what does the space amount mean?

    I was playing with my ipad settings and noted in he advanced settings of Safari there was a place to view "website databases".  When I selected this I saw a multitude of websites.
    Can anyone tell me how these get there?  Can a website be posted even if it was never went to?  What does the space amount mean?  For example, 1.5 kb...is this quite a bit?  Would it indicate someone has gone to a site multiple times?
    I share my ipad with my teenage daughter and I'm trying to find out if she's lying to me.  Obviously she's swearing that she has "no idea" how these got there and I'm trying to keep her safe (she's only 14).
    Thanks everyone.
    Concerned Mom

    Think of your PC and the 'temporary internet folder' where it keeps cached copies of web pages or elements off a web page for 'quicker display the next time you visit'. That's pretty much what that folder is. 1.5K is tiny. Probably just a basic page with some text on it. (you might be confusing 1.5K with 1.5 megabyte....megabyte is large...it's roughly 1000 kilobytes, so the 1.5K is a tiny file)
    As far as I know, the only way info gets into that folder is if the browser has been to that site.
    if you have a concern there are browsers out there, McGruff is one i've seen recommended, that allow some degree of parental control and supervision. That or you could passcode lock the iPad or enable the restrictions to turn off some parts of the device to have some control.

Maybe you are looking for

  • My macbook keeps dropping the internet and a box comes up with safari quit unexpectedly, why does it keep doing this?

    Can anyone tell me why my macbook would keep quitting safari unexpectedly? can happen within seconds of trying to use the internet

  • Issue in cancelling the GR for PO

    Hi All, I have an issue where for a PO, im creating a GR for some amount say 10 USD simultaneously a Service entry sheet also gets created for 10 USD. Then im doing partial invoice for above GR say for amount 8.00. Then i reversed the invoice for 8.0

  • Mac Pro and Raid and boot camp.

    Hi. I was not sure where to ask this exactly but here is the question. I have 3 500gig drives. 2 are setup on a striped raid as the start up disk with the Mac OS. I wanted to setup the 3rd drive with Vista using Boot Camp. Reading the threads I was u

  • Typing problem when project rescaled in 5.0

    When I capture typing and then rescale my project to 640 x 480, the typing does not appear in the correct place on the screen.  This was never an issue in Captivate 4.0 but it frustrating me in 5.0. Any suggestions?

  • Choppy video playblack Macbook

    Hello, First of all, I'm sorry if it is yet answered but I found several forum stuff but nothing really solved. I have a Macbook pro 13'  2.9 GHz Intel Core i7 8GB RAM 1600MHz DDR3 Since I bought it (with Lion) it has had some issues on video playbac