BSP with the link using MVC

I need to call an another controller from a view using a htmlb:link
Here is my code for example:
<htmlb:link   id  = "<%= l_htable-id %>"
              text = "<%= l_htable-data %>">
              onClick   = "click">
Here is my code in method DO_HANDLE_EVENT:
if htmlb_event is bound and htmlb_event->server_event = 'click'.
      navigation->goto_page( 'temp.do' ).
endif.
But it doesn't works! It seems that this event never be catched. I tryed to set a breakpoint in this method and it never called.
Could you please help me?
(Sorry for my possible bad English)

You can try the following.
I dont know about htmlb:link
but there is another option u can try.
u can BSP: Call
and pass your controller name in URL attribute
and comp_id.

Similar Messages

  • Could any one provide me with the links of file to file scenario using BPM

    Could any one provide me with the links of file to file scenario using BPM

    Hi,
    omit RFC part
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Creating a link with the Link Tool

    I used the Link Tool to create a Link in my pdf file.  The link is set to open a website file.  I created 2, one with just a little text and the other was a picture that was 200 X 300 px.  When I follow the links, each is opening a full web page.  I expected that with the Text link because I put the text on an html page but the picture I sized to the 200X300 but that opened a full web page also.  When setting up the link to the Web File I did not see an additional settings as far as how to open the web page such as _parent or _child etc.  I believe it is normally the Target.
    Does anyone know how I would either do this with the link tool or know of a better way to do it overall?
    Thanks
    Bob

    Hi,
    You may be confusing HTML markup for links with PDF links.
    In PDF, HTML markup is not applicable.
    So "target_xxxx" or any other HTML 'stuff' cannot be used.
    For the graphic file (JPG, PNG, whatever), make a web page file that is configured to display the graphic file in a manner you desire.
    The web link you set in the PDF, with Acrobat, will result in this web page file opening.
    This is the file that will control how the graphic is rendered.
    If needed, a resource for HTML "how to" is W3 Schools.
    Be well...

  • Expiration time has passed for the link used to download an ebook?

    expiration time has passed for the link used to download an ebook? I checked the time, date and time zone. Plus I am trying to do this on three different devices that are registered and which I used in the past with the reader app- iPhone, iPad, laptop. there is no firewall or antivirus . please help. I don't know what else to try

    OK I finally was able to delete it...had to do a restart to finlaize deletion, but the app was gone after. And have re-installed it with my current apple id.
    Thanks.

  • I could not remember my apple ID password so I made a request for a new one. When I received the email with the link on resetting my password it was addressed to John Ohare. My name is not John Ohare. Does this mean someone is hacked my iCloud account?

    I could not remember my apple ID password so I made a request for a new one. When I received the email with the link on resetting my password it was addressed to John Ohare. My name is not John Ohare. Does this mean someone has hacked my iCloud account?

    Hello Corinne Craven,
    Thank you for using Apple Support Communities!
    You can update the name on your Apple ID here:
    Appleid.apple.com
    If you suspect unauthorized access to your apple ID I would normally recommend resetting your password, but you have already done this.
    Here is some information about 2 step verification which is another level of security for your account.
    Apple ID: Frequently asked questions about two-step verification for Apple ID
    http://support.apple.com/kb/HT5570
    Be sure to read all the information in the article if you choose to use two-step verification.
    Take care,
    Sterling

  • I have itune on my first computer, but i cant download it for my other one,how can i do that, i tryed many time with the link it says you download it but nothing follows  thank you

    I have itune on my first computer, but i cant download it for my other one, how can i do that, i tryed many time with the link it says you download it but nothing follows  thank you

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    Hi ingaosk,
    Thanks for the question. Based on what you stated, it seems like you did not receive the reset email. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    If you didn't receive your Apple ID verification or reset email - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • My Viewsonic monitor won't work with the Imac using the Mini Port to DVI adapter.

    My Viewsonic monitor won't work with the Imac using the Mini Port to DVI adapter. I also tried the HDMI to DVI adapter ane the Mac-Mini with same result. The monitor does work on my older Macbook Pro that has the DVI connector. Is it a Software/Driver issue ?

    Should be extremely simple, please carefully read Connect multiple displays to your Mac. If you still have problems then it's probably a cable issue that would be resolved by replacing the adapter cable. You should be using this adapter. If you are using a third party adapter that might be your problem!

  • How can I have a Pages document that is shared with me under my Pages section and not open it with the link?

    How can I have a Pages document that is shared with me under my Pages section and not open it with the link?

    Try this.
    Open the document and select and copy a few pages, say ten pages.
    Open a new blank document and paste the pages you copied into that.
    Save it with a new name.
    Work on those new pages to see if the problem has disappeared.
    If this helps, continue breaking up the large file in to smaller chunks and working on them
    You can of course later reverse the process and merge the files into one new one.
    This suggestion is based on my experiences with large Word files. Breaking it up in to smaller chunks does two things. First, if there is any corruption in the old file, the new copies might escape that. Second, the Mac is faster handling the smaller chunks.

  • Attaching a form component value with the link

    Help! Desperate!
    How do I attach list box value with the link. This is part of my code. I am struggling with the <a href part of the code. When the user clicks one of the options from the list box, that value should be attached to the link.
    private String getWageFooter(String rate)
    StringBuffer sb1 = new StringBuffer();
    String typerate=rate;
    sb1.append("<hr size=\"3\" width=\"550\">");
    sb1.append("<table width=\"950\"><tr><td align=\"center\">");
    sb1.append(" To change the Rate Type view");
    sb1.append("<p>Click on a Rate Type in this list and click the<I><b>");
    sb1.append("<font color=\"blue\">GO</font></b></I> button");
    sb1.append("<br><select name=\"ratetype\"><option value=\"\">Select One");
    sb1.append("<option value=\"All\">All Rate Types<option value=\"Hourly\">Hourly Wage");
    sb1.append("<option value=\"Annual\">Annual Wage</select>");
    sb1.append("<a href=\"occWageReport.jsp?typerate=");
    sb1.append("<img src=\"../images/go.gif\" border=\"0\"></a>");
    return sb1.toString();
    Sue

    Anybody! Any ideas how to attach the value of the item in the list box with the link as a querystring?
    Sue

  • I cannot get my export PDF download because I cannot respond to the verification letter. It cannot be sent with the link I pasted from your e-mail. Order

    I cannot get my export PDF download because I cannot respond to the verification letter. It cannot be sent with the link I pasted from your e-mail. Order# AD015233965

    Hi Export PDF.com,
    I just checked your account. It looks as though you gave up, and canceled. I'm so sorry that the subscription didn't work out for you.
    If there's anything we can help with, please let us know.
    Best,
    Sara

  • HT203311 I am use homesharing, but cannot sync the main library from the secondary computer to an iphone.  It shows the entire libaray on the computer, but only shows a few songs when I try to sync iphone with the computer using homesharing.

    I am use homesharing, but cannot sync the main library from the secondary computer to an iphone.  It shows the entire libaray on the computer, but only shows a few songs when I try to sync iphone with the computer using homesharing.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Integrate BSP with the MSS Teamviewer

    Hi,
    does anybody know how to integrate a bsp application with the MSS teamviewer navigation - like other MSS services are integrated(i.e. receive Teamviewer event in BSP application)?
    Thank you,
    Serge

    Hi sergey,
    I also fedup in searching the integration functionality & finally built the 'TeamViewer' in BSP Page itself.
    It's simple. Pick up your 'directly reporting employees' or 'All employees' from the Org structure using the fn module <b> RH_DIR_ORG_STRUC_GET </b> .
    I hope the foll thread will be helpful.
    /thread/132644 [original link is broken]
    Rgds,
    Jothi.
    Message was edited by: Jothivenkatachalam.P

  • Lion ordered via telephone - why does it take 1 week to get an email with the link to the online shop? Is Apple sending out emails by post?

    Telphone order of OS X Lion - Delivery: email with download link - So, why would that take 1 week to be delivered??? I remember times when Data connection was so slow that it would actually take 1 week to send today's sizes of email - but that was 25 years ago...
    Lieferung 1
    Versandfertig: 1 - 3 Arbeitstage
    Lieferung: 31 Mai, 2013 - 03 Jun, 2013 per Expressversand
    OS X Lion (10.7)
    14,63€

    Why are you bothering to upgrade to Lion?
    If your machine is one of those that can't upgrade to the better Mountian Lion, then it's much better off remaining on Snow Leopard because of all the legacy software your running won't need to be replaced.
    The Lions and beyond won't run your PPC software, and likely most of your Intel software neither, no Rosetta!
    A older machine that can only run Lion is a dated machine, and likely due to expire soon.
    I can't see even bothering to go to Lion and having to buy all new software for a old machine, not at your stage.
    A newer 10.8 machine would be a better choice, because you know Apple releases a new OS X version every year now and the year is almost up, so if you get to 10.7, then your going to be behind again shorty anyway on the old machine, but the new machine you can upgrade OS X to the latest new version.
    It doesn't make much sense at this point and time to upgrade to Lion for you, the older machine will run best with Snow Leopard anyway.
    If you MUST use one of the OS X Lions, then I suggest a new machine, that way it can be upgraded further.
    Apple is still issuing security updates for Snow Leopard, it's got a 1/3 apx market share.
    OS X 10.4/10.5 need to upgrade, 10.6.8 ok still

  • When accessing certain links I get the follwoing on a white page: It Works! This does not happen at the link using Explorer

    An example of this is when I clicked on the link for the weather .gov radar site on my bookmark it did not go to the radar site but returned the white pager with the owrs: It Works!
    This has occurred on other sites where I have tried to access a link. I used Explorer and was able to access the site.
    Any thoughts? I have run an antivirus scan to no avail.
    Thank you

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

Maybe you are looking for