Is there a way to put more than 1 bean:write into value?

Hello,
Is it possible to put something like below to value???
<html:textarea property="desc" styleClass="metin" cols="77" rows="3" value="<bean:write property="a" name="form" /> something <bean:write property="b" name="form" /> something"/>
thanks

why don't you do it in your form bean and just bind a property to the textarea?

Similar Messages

  • Is there a way to delete more than one photo at a time in the Photo application?

    Is there a way to delete more than one photo at a time in the application Photos in the iPad? Thanks.

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Hi Michael,
    You can set the thresholds via an import file. The easiest way to do this (and this goes for all importable data, webapps included, 301 redirects and so on) is this:
    1. go into the Admin and create a single item, in you case create a test product and set the thresholds
    2. export that data - in your case export the product list
    3. take a look at how the data looks like in the export file so you can get an idea of how the format should be like in the import file
    Unfortunately you cannot set more than 2 thresholds, that is not possible at the moment.
    Thanks,
    Mihai

  • Is there a way to relocate more than one song at a time?

    Half my library can't be located and have those ! marks next to them. Is there a way to relocate more than one song at a time?

    Maybe some more help here:
    http://discussions.apple.com/thread.jspa?messageID=7885138&#7885138

  • Is there a way to authorize more than 5 computers for iTunes or reauthorize all of my computers before 1 year?

    is there a way to authorize more than 5 computers for iTunes or reauthorize all of my computers before 1 year?  i have more than 5 cmputers and i cannot get all of my songs/books to play on all of my computers.
    alternatively, if i want to deauthorize my computers before 1 year has passed since the last time i did it, how can that be accomplished?

    "is there a way to authorize more than 5 computers for iTunes"
    No.
    " if i want to deauthorize my computers before 1 year has passed since the last time i did it, how can that be accomplished?"
    Try contacting itunes support.  Click "Support" at the top of this page, then click the link under "Contact Us"

  • Is there a way to have more than one Query view in the same workbook?

    Is there a way to have more than one Query view in the same workbook?
    BEx allows us to insert Queries into workbooks, but not saved views.
    I can open a view in excel & then save it as a workbook....but after that there is no way to add another view to the same excel. If I open a new view, it opens in a new Excel.

    Hi
        when u open some query in BEx analyser,u can save it as a query view as well as workbook.The difference is, workbook is if u work with the design mode which will be in the left side of ur screen and query view is wen u save after drill downing some char or key figures from a intial screen wen u execute query in BEx analyser

  • Is there a way to delete more than one email at a time on my iPad?

    Is there a way to delete more than one email at a time on my iPad?

    At the same instant?  No.
    Can you select five or six emails within about 5 seconds?  Yes - one at a time.

  • Is there a way to put a video from facebook into imovie?

    Is there a way to put a video from facebook into imovie?  The facebook video is on my friends wall. Draging it does not seem to work.

    You won't be able to drag and drop it, I think the workaround would be to try and 're-record' it using QuickTime. There's a screen recording ability that will record your hold desktop. My suggestion is to launch QuickTime. Under File Menu > Screen Recording. Get that all setup and ready to hit the red record button. Open Facebook. Playback full screen if possible, then pause it. Start the screen recording, then play the Facebook video. By default, the video will be saved into your Home folder>Movies folder. Open iMovie, go to File Menu > Import > Movies... and then navigate your way to your Movies folder and import that clip into an iMovie Event.

  • Is there a way to authorize more than 5 computers.  We have three macs and 5 pc's in the house.

    Hello,  I have a MBP (mid 12 model), a brand new MBA (mid 13), and Mac Mini, four laptop PCs and 2 more Desktop PCs (I have teenage daughters and my wife)...
    I intend for one of the PC's to be a "server" I have a large library that certainly does not fit on the MBA, or the MBP.  To share the library the client has to be authorized. 
    I am currently using all of my authorizations...  is there a way to get more?  (I can't move content to another account I am assuming...)
    Thanks in Advance,
    Chris

    iTunes Store: About authorization and deauthorization - http://support.apple.com/kb/HT1420 - and another helpful post: https://discussions.apple.com/message/17828050
    "You can authorize up to five computers with your Apple ID."  I have not heard of a way to get more.  They probably set up a limit so people don't go around and authorize all their friends' and relatives' computers to one account, and somehow arrived at the number 5 to limit (probably because most families won't have more than one computer per person and 2 parents + 2.5 children rounds up to 5).

  • Is there any way to import more than one song at a time

    Im importing the songs that i have on my harddrive and i just wanted to know if there was a way to import more than one at a time plz tell me there is because this is boring and it's going to take forever thx

    Try the 'add folder to library' option under file on the main menu.

  • Can I put more than one statement into a Condition in TestStand

    I'm trying to learn to use the Conditional statement in more than it's simplest form and I have 2 questions:
    Question 1:
    For instance simple statement is:
    Locals.nValue=(Locals.Compare>5) ? 1 : 2
    However, I want to do 2 things in the Condition
    Locals.nValue=(Locals.Compare>5) ? 1,Locals.sString = "Yes" : 2, Locals.sString = "No"
    But, this doesn't work (using the comma separator). Is there a way to put 2 statements into the conditional case?
    Question 2:
    For a series:
    Locals.nValue=(Locals.Compare>5) ? 1 : Locals.nValue
    Locals.nValue=(Locals.Compare<=5)? 2 : Locals.nValue
    Also, is there a way to do NOTHING in the Else? (The folowing was suggested in the TestStand class that I took but
    it doesn't work:
    Locals.nValue=(Locals.Compare>5 ? 1 : NOTHING
    This makes "Locals.nValue" = Nothing and I find that I can't leave the "False" condition blank.
    Mike

    Mike -
    1) You wanted to do something like this:
    Locals.nValue=(Locals.Compare>5) ? 1,Locals.sString = "Yes" : 2, Locals.sString = "No"
    You can do this like this:
    Locals.nValue=(Locals.Compare>5) ? (Locals.sString = "Yes", 1) : (Locals.sString = "No", 2)
    By using the parethesis, the parser assumes that last element in the list is the final value to be "returned".
    2) There is no way to do nothing in a conditional assignment. You wanted to do this:
    Locals.nValue=(Locals.Compare>5 ? 1 : NOTHING
    You have to assign the orginal value back to the target, like this:
    Locals.nValue=(Locals.Compare>5) ? 1 : Locals.nValue
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Upgraded to iOS 6 and now I can't open anything in the kindle app? I have to say that I have had my ipad3 for 6 months and intensely dislike the problems with using it. Also is there any way of opening more than one screen as it is hopeless otherwise?

    I Have had my iPad for 6 months as I cannot access my work emails using windows. I have to say that it is the most unhelpful device I have ever used and although it looks like there isn't an answer for some of the questions I have asked below, I thought I would try!
    1) I have upgraded to ios6 and the kindle app will open but crashes and disappears when I try to access a book?
    2) is there any way I can open more than one page at a time, as opening one at a time is hopeless?
    3) Is there any way you can replicate the right click function on word? As pasting and copying on the iPad is irritating to say the least!
    4) why can't my Samsung 11 phone connect to my iPad via Bluetooth? A they can't seem to 'see' each other? I may have turned a setting off when I was recently abroad and didn't want huge roaming charges.
    5) Why do the submit buttons on some websites not work and how can I get them to? I never have a problem with windows, but it is often a problem with the iPad.
    6) I have several websites which I have built and usually upgrade on the windows desktop, usually through Internet explorer, but I can't access the sites properly on the iPad (I can see them but can't alter them) and when sending emails through the websites they won't show the page and I can't navigate the page (the size of the email page is bigger than the iPad screen, but I can't either shrink the page to size or move the page around as you normally would on the pad, any ideas?
    7) finally, when roaming abroad recently, I had no problems using the wifi, but when trying to use the cellular data (using the roaming function) I could not get it to work? The ipad seemed to be connected to the network with no problems, but wouldn't actually update the emails? I tried turning it on and off, but that didn't make a difference. My kindle and mobile phone (both also on 3G ) worked great, it was just (as usual) the ipad playing up.
    8) when wanting to alter part of a sentence, I can't always get the cursor in the right place? Sometimes it is simple the wrong line, but often it will only go at the end or start of a word and not where I want it. Is there any way of making it more exact? Again I never have a problem with moving the cursor on windows, either by mouse or on the touch screen function on windows 7. Any ideas? As after pressing the screen multiple times I just want to throw it out of the window!
    IT might just be that I don't have the correct settings (I am a technophobe) but I absolutely hate the iPad and only have it for work emails, it is so annoying that I can get my mobile phone and kindle3g to work fine, but always have problems with the iPad. I am sure it could be good (and for reading emails on the go in the uk it is great, as I like the key board) but it just seems to make everything else difficult.
    i Hope you can help and sorry for asking questions others have, but I am just hoping that something new might have been developed!
    thanks,
    K
    Message was edited by: K Paton

    1) I have upgraded to ios6 and the kindle app will open but crashes and disappears when I try to access a book?
    Try rebooting your iPad, that should fix he issue. I that doesn't work, delete the app and re-download it.  The Kindle books should all be in he Kindle cloud services and you can get them again. I have an iPad2 w/ Kindle app and it works just fine - no issues.
    2) is there any way I can open more than one page at a time, as opening one at a time is hopeless?
    Page as in a kindle book way? turn iPad to landscape position from portrait position. If, however, you mean open more than one application at a time, then no. And not hopeless, as it takes a bit of time to get used to, going from a desktop/laptop format to tablet format.
    3) Is there any way you can replicate the right click function on word? As pasting and copying on the iPad is irritating to say the least!
    It's actually fairly easy. Press down on the word, then you can expand by drawing your finger to cover word/sentence/paragraph/page, hit select or select all then it gives you the option to cut, copy, paste, define. If you want to use a word processing app on the iPad, Pages is a good application.
    4) why can't my Samsung 11 phone connect to my iPad via Bluetooth? A they can't seem to 'see' each other? I may have turned a setting off when I was recently abroad and didn't want huge roaming charges.
    It's the connection on your phone. Samsung Galaxy SII? Android software?  What you have to do is go to the phone's settings and connect via wireless, not Bluetooth. Go to System Settings (on phone) and under Wireless and Networks click 'more' and go to the Tethering and Portable Hotspot option. Set up your mobile wifi hotspot,  name it though it will probably come up with 'AndroidAP', choose a WPA2 security level and put in a password. Go back to previous screen and turn on 'Portable Wi-Fi Hotspot' box. Then on your iPad in the Settings - Wi-Fi section, it should then recognize your phone for tethering. If it's a Windows Phone 7,  I don't know the layout of that software, but presumeably similar.
    5) Why do the submit buttons on some websites not work and how can I get them to? I never have a problem with windows, but it is often a problem with the iPad.
    Sometimes the issue is with the website design, not all websites are optimized for mobile devices - not just iPad but also Android devices. It happens. They're getting there, but occasionally the page might need a refresh.
    6) I have several websites which I have built and usually upgrade on the windows desktop, usually through Internet explorer, but I can't access the sites properly on the iPad (I can see them but can't alter them) and when sending emails through the websites they won't show the page and I can't navigate the page (the size of the email page is bigger than the iPad screen, but I can't either shrink the page to size or move the page around as you normally would on the pad, any ideas?
    It depends on what you use to build the websites on the computer. Recommend a free program on the computer called CoffeeCup Free HTML Editor. I don't recommend using IE period; Firefox or Chrome are my choices on Windows machines. I have two websites that I manage, both using this program. I'm assuming that when you mean you can't access the sites on the iPad you mean to update them? Ostensible there are apps to let you do this. What format are the sites? Without seeing what exactly you mean and what you want to do, it's hard to explain.
    As for seeing full page while emailing within a site, turn iPad to portrait mode, and try to finger-pinch touch the screen to see if that will bring the fuller page  into view. Other option is opening a second tab with same website and just go between tabs to reference material.
    7) finally, when roaming abroad recently, I had no problems using the wifi, but when trying to use the cellular data (using the roaming function) I could not get it to work? The ipad seemed to be connected to the network with no problems, but wouldn't actually update the emails? I tried turning it on and off, but that didn't make a difference. My kindle and mobile phone (both also on 3G ) worked great, it was just (as usual) the ipad playing up.
    If you were outside the US or Canada, my guess is the problem lies within the SIM card in your iPad. If you were outside North America, there are different band levels - I'm guessing you have a SIM thats locked to a particular provider. Band level frequencies differ per country/continent, so a SIM card that will work in Canada/US will not likely work in UK/Europe/Asia/Australia, etc. you will be able to get your emails again when back on a wifi network. Mobile phone may have a different type SIM card (GSM/HSPA) from your iPad SIM. Also, check your email settings.
    8) when wanting to alter part of a sentence, I can't always get the cursor in the right place? Sometimes it is simple the wrong line, but often it will only go at the end or start of a word and not where I want it. Is there any way of making it more exact? Again I never have a problem with moving the cursor on windows, either by mouse or on the touch screen function on windows 7. Any ideas? As after pressing the screen multiple times I just want to throw it out of the window!
    Moving the cursor on a sentence is a matter of putting your finger on the screen where you want it. It's exceptionally easy to do. I'm using the Notes app to write this whole segment and I just need to put my finger where I want to change things and presto it's ready for me to change where I want it.
    Here's a solution: sell your iPad (after you wipe your data off it) to someone who will appreciate it, and put your money towards the Windows Surface Tablet out later this year/early next year, where you can (reportedly) connect a mouse to it. It will have some of the Windows 7/8 functionality that you're more familiar with, or get a netbook.
    - Ceridwyn2

  • [Web] Is there a way to generate more than 1 CSS file?

    Obviously using model.appearance. with AddCustomCSS lets us generate a CSS file.
    I could create an AddPage file that uses maps nonCSS values into a pregenerated CSS file. The problem is that live_update doesn't handle these well.
    (if someone wants to write a more indepth look at doing stuff in Live Update, that would be fine with me, not to mention Matthew Campagna and John Beardsworth)
    Is there an alternative way, or are we restricted to one CSS file per model section? why do I need more than 1? iFrames. I don't want the same body values etc inside the iFrame HTML.

    Let me put it another way:
    What would I need to add to live_update.js to have nonCSS values force a refresh?

  • HT3406 Is there a way to have more than 6.2 GB memory on my iphone 3gs

    I bought an iPhone 4 and now want to be able to use my old phone as an iPod. Is there any way to free up more than just 6.2 GB?

    I could be wrong, but I thought that feature was one of the announced iOS 6 upgrades. Due this fall.

  • Is there any way to get more than 50 podcast in feed?

    I want to have more than 50 episodes in feed(not in archive). But inspector limits me to 50. Is there any way break through 50?

    As far as iTunes is concerned you can have 300 episodes, but iWeb does limit you to 50 and the only way round that is to abandon it and use something else to make your podcast, which isn't a particularly convenient option as you would have to recreate everything from scratch.

Maybe you are looking for

  • Crystal Report Using C#

    Actually I am retrieving data from database and passing parameter to report. But I am getting problem where only one record  is showing. Not retrieving all data. So how can I use for loop for reading database. Can anyone help me. An example : I am us

  • SQL 2005

    Hi, Can you please help me to find SQL 2005 installation guide for SAP B1. Thanks, Olga

  • Manipulating with path

    Hello, Can anyone help me with this: I would like to work with files wia absolute path (in windows), for example: d:\work\java\work_folder\test.txt. How can i do this? I know that it works when i change path like this: br = new BufferedReader(new Fil

  • Register & login form using shareobject ????

    Hello Developers, 1 - How can i create register and login page in flash and i want to use shareobject please guide me, how can i use sharedobject. 2-  How can i use mysql database to connect flash ... Please HELP ME !!!

  • Error 505 on all Android 5.0 updates

    There is a huge bug were if people update their phone to Android 5.0 Lollipop, it removes all AIR applications installed and then it doesn't let the user install them again from Google Play because it shows the error 505. A big amount of users are co