Surely this is possible dataGrid html link..but suspicious absence on forum and net.

Hi,
Flash CS5 AS3
Having googled what I thought would have many instances of how its done, I have gotten nowhere, as have others with no replies to their postings.
Google shows nothing for as3;  flex3 forum has something but we are not using flex.
Is it possible to have a dataGrid and text for websites in cells that when clicked on go to that URL ?
Has Adobe overlooked the ability to create a hyperlink from a url in a cell ?
My situation. We have a dataGrid populated from a csv file. col1 has bus service number, nothing shows for that. col2 to 6 have settlement names and display MC's, col7 and col8 have url's which we want as hyperlinks, one goes to a timetable the other to a very detailed map.
Currently we have it that click on row outputs data from all cells in that row. Sttmnt names are output less gaps and apostrophes and code appends _Layer2 or _Layer3 depending on where they are in the map display hierarchy. Output tab also shows it identifying the col1 data which are service numbers, but there doesnt seem to be a need to disable that as its not causing any problems despite there being no matching MC's !
We also see the two url's output. They are however stripped of // gaps and full stops 
We dont want any websites being launched until user deliberately clicks the cell in col7 or col8.
How is this done ? i.e what is the code to make a hyperlink from a cell ?
In with this we also need to tell the code to ignore col7 and 8 on click that shows up the sttmnts and appends _Layer2 or _Layer3 yet accept a click when made in col7 or col8 and not to strip out the characters and gaps and not to append _Layer2 or _Layer3.
Just what should this code below be to accomplish this ?
our code thus far:-
import flash.net.URLLoader;
import flash.events.Event;
import flash.net.URLRequest;
import fl.data.DataProvider;
import fl.controls.DataGrid;
import fl.events.ListEvent
makeAllVisibleF(false);
var urlLoader:URLLoader = new URLLoader();
urlLoader.addEventListener(Event.COMPLETE,completeF);
urlLoader.load(new URLRequest("BusMapHyperlinks_txtMatchMCv3.csv"));
var dg:DataGrid
function completeF(e:Event):void{
    var dataS:String = e.target.data;
    var dataA:Array = dataS.split("\n").join("").split("\r");
    var dpA:Array = [];
    var itemA:Array;
var r:RegExp = /\W/g;
    for(var i:int=0;i<dataA.length;i++){
        itemA = dataA[i].split(",");
         dpA.push({"col1":itemA[0],"col2":itemA[1],"col3":itemA[2],"col4":itemA[3],"col5":itemA[4] ,"col6":itemA[5],"col7":itemA[6],"col8":itemA[7]});
var dp:DataProvider = new DataProvider(dpA);
    dg.columns = ["col1","col2","col3","col4","col5","col6","col7","col8"]
dg.columns[0].width = 57;
    dg.columns[1].width = 182;
    dg.columns[2].width = 143;
    dg.columns[3].width = 90;
    dg.columns[4].width = 110;   
dg.columns[5].width = 65;   
dg.columns[6].width = 62;   
dg.columns[7].width = 30;
    dg.dataProvider = dp;
dg.addEventListener(ListEvent.ITEM_CLICK,dgClickF);
function dgClickF(e:ListEvent):void{
trace(e.columnIndex, e.rowIndex);
dg.addEventListener(ListEvent.ITEM_CLICK,ShowSymbols);
function ShowSymbols(e:ListEvent):void{
makeAllVisibleF(false);
var r:RegExp = /\W/g;
for(var s:String in e.item){
if(e.item[s]){
var clipName :String = String(e.item[s]).replace(r,"")+currentLevel;
trace(clipName)
if(Map_Collection[clipName]){
Map_Collection[clipName].visible=true;
trace(s,e.item[s])
trace(currentLevel)
function makeAllVisibleF(b:Boolean):void{
Map_Collection.MitresGate_Level2.visible=b;
Map_Collection.MitresGate_Level3.visible=b;
and many more names !!!
Envirographics

Hi,
Thanks for the advice, will do, sounds interesting and useful.
There seems to be a lot on dataGrids and xml but little on dataGrids and csv which is blinding us a bit.
We arrived at the following solution after a lucky find with yet more googling, that seems to work, not sure if its the most suitable but here it is:-
dg.addEventListener(ListEvent.ITEM_CLICK,dgClickF);
function dgClickF(e:ListEvent):void{
//trace(e.columnIndex, e.rowIndex)
//trace("Focus has left row: " +e.rowIndex + " col: " + e.columnIndex)
if (e.columnIndex == 6 || e.columnIndex == 7){
var cellData = e.target.columns[e.columnIndex].itemToLabel(e.target.getItemAt(e.rowIndex));
//trace(cellData)
var url : String = cellData;
var targetURL:URLRequest = new URLRequest(url);
navigateToURL(targetURL,"_blank")};
Placed it in before the ITEM_CLICK code.
Envirographics

Similar Messages

  • I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any ideas?

    I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any help appreciated. Very frustrating!

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • I wish to download (and use of course) Creative Cloud on my NAS to be able to have access from various locations using my laptop PC and tablet. Does anybody know whether this is possible? So the programm software at the NAS and operate it from there.

    I wish to download (and use of course) Creative Cloud on my NAS to be able to have access from various locations using my laptop PC and tablet. Does anybody know whether this is possible? So the programm software on the NAS and operate it from there.

    OK, thanks
    but EULA ?? what does it stand for? I am pretty new to all this so good to learn something.
    ps. backgroud of my request is, that I purchased LR in a box in 2013. The computer where this is on, is at the end of its life and I have no LR box with License or any reference nr's anymore.
    Copied to my new Laptop, which maybe is not allowed if I understand you correct, it didn't work.
    Pitty, because afterall it is still my legally relatively recent purchased LR version.
    I thought to overcome this problem in future by putting it on my NAS. Safe for many years to come.
    again any knowlegeable feedback is welcome to me.
    Jos

  • I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs and when I eject the phone they are not on the phone.

    I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs, delete or anything and when I eject the phone they are not on the phone.  I tried to re-add the songs and it says it can't add songs because they've already been added.  So HOW can I get the songs to actually ADD to my phone to where I can listen to them?  It's like they're stuck in Sync limbo or something!  Any help would be greatly appreciated.

    I am having the same problem. I have just tried this. Unplug iphone > open itunes > delete all music from itunes library > close itunes > re-open itunes > add music from original folder > plug in iphone > select songs > press sync > unplug iphone using eject button onscreen > checked phone .... still nothing in music folder on phone. On itunes the "On this iphone" tab the songs remain there but greyed out.

  • Error message:" Couldn't complete the command because the scratch disks are full" Ive try to fix this many times following different steps but none of them work and my disks equal to over 250GB. Please help.

    . This error message pops up in Photoshop  when i just wanna create a new plain white template. I have downloaded agentransack to track down the temp files and for some reason it says nothing matches the temp files.I have a couple of drives including 2 SSD's. I've  try to fix this many times following different steps but none of them work and my disks equal to over 250GB. Please help. ( I am running windows 7 proffesional) 64 bit

    Good day!
    my disks equal to over 250GB.
    What’s relevant is the space on the disk/s you have assigned as Scratch Disks – what are they (Phortoshop > Preferences > Performance > Scratch Disks)?
    Regards,
    Pfaffenbichler

  • My customer wants to create hyperlinks in the editor - surely this is possible?  And, if so, how?

    My customer simply wants to create hyperlinks when adding content to her site; this doesn't seem possible within the Muse editing interface.  It must be, surely?  That's the most basic thing to do with a web page. 

    At current stage In browser editing does not includes hyperlinks , but that’s definitely a request we hear often. Unfortunately we can’t comment on what features are coming to Adobe Muse, but please know the team is listening!
    Thanks,
    Sanjit

  • AS3 Datagrid - html link?

    I have a custom cell renderer for a AS3 Datagrid and the html
    tags work except for the links. Anyone know how to get those to
    work?
    I am using the class below for the custom renderer which is
    called in the fla with
    dg.setStyle("cellRenderer", CustomCellRenderer);

    Hi,
    Thanks for the advice, will do, sounds interesting and useful.
    There seems to be a lot on dataGrids and xml but little on dataGrids and csv which is blinding us a bit.
    We arrived at the following solution after a lucky find with yet more googling, that seems to work, not sure if its the most suitable but here it is:-
    dg.addEventListener(ListEvent.ITEM_CLICK,dgClickF);
    function dgClickF(e:ListEvent):void{
    //trace(e.columnIndex, e.rowIndex)
    //trace("Focus has left row: " +e.rowIndex + " col: " + e.columnIndex)
    if (e.columnIndex == 6 || e.columnIndex == 7){
    var cellData = e.target.columns[e.columnIndex].itemToLabel(e.target.getItemAt(e.rowIndex));
    //trace(cellData)
    var url : String = cellData;
    var targetURL:URLRequest = new URLRequest(url);
    navigateToURL(targetURL,"_blank")};
    Placed it in before the ITEM_CLICK code.
    Envirographics

  • If my iPhone 4s possibly has water damage (but still works perfectly fine) and I have total equipment coverage, can I still upgrade to the iPhone 6 tonight?

    ?

        duffyc129 we'll make sure that everything is crystal clear! Damage does reduce the trade in value, however you can still process the pre-order http://vz.to/1e948q1  . It will be your choice whether you'll like to complete an insurance claim http://bit.ly/07CrqPK  to receive the full value of the 4S.
    AshleyS_VZW
    Follow us on Twitter @VZWSupport

  • Flash hijacking HTML links while images are loading

    I've designed a slide show player using Flash and Actionscript 3.0 which loads several external images. While the images are loading, the HTML links on my page (outside of the Flash movie) don't work. As soon as all the images are loaded, the links start working again. It seems like the Flash player is hijacking the browser while the images are loading which can take the better part of a minute depending on my connection speed. I can click an HTML link once during the loading time and as soon as the images have loaded, the browser loads the new page (the one the HTML links to). Once all the images are in my Temporary Internet Files folder, this problem ceases to exist (since the images no longer need to be downloaded). It's only first-time viewers that will have this problem, but it's a pretty major problem.
    To see what I'm talking about, go to:
    http://www.ericlindberg.com/indexTemp.html
    Click the Images button after the "Loading..." animation disappears but before all the images are loaded. As the images load the thumbnails at the bottom of the Flash player go from 50% to 100% opaque. If  you click the "Images" button before all the thumbnails are 100% opaque, nothing happens. However, once they are all loaded and the thumbnails are all 100% opaque, the "Images" page loads. You can do the same thing with any of the subpages in the Images section of the site and get the same results.
    Any advice would be greatly appreciated.
    Joe    

    I have something similar on my site.
    http://alt-web.com/gallery.shtml
    You might try using CSS rollovers instead of MM (javascript) rollovers.  Straight HTML links load fast and work immediately.
    http://alt-web.com/DEMOS/CSS-Sprites-II.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Loader disabling HTML links on page

    I've designed a slide show player using Actionscript 3.0 which loads several external images. While the images are loading, the HTML links on my page (outside of the Flash movie) don't work. As soon as all the images are loaded, the links start working again. It seems like the Flash player is hijacking the browser while the images are loading which can take the better part of a minute depending on my connection speed. I can click an HTML link once during the loading time and as soon as the images have loaded, the browser loads the new page (the one the HTML links to). Once all the images are in my Temporary Internet Files folder, this problem ceases to exist (since the images no longer need to be downloaded). It's only first-time viewers that will have this problem, but it's a pretty major problem.
    Any advice would be greatly appreciated.
    Joe          

    I got a suggestion on the Dreamweaver Forum:
    "...You could write some code inside the Flash item, that detects bandwidth and only loads images with delay, when the connection is idle. I'm sure you can find enough examples of such behaviors in pre-loader samples of any kind and some of it is already pre-defined in later versions of Flash..."
    Can anyone tell me how to write this code or point me to some examples that use it?
    Joe

  • Html:link action html:link on results page null

    I am sure that this is something simple and small but I have been banging my head against this problem for a while now.
    I am using the <html:link> tag on my index.jsp page activates an action, retrieves a result and forwards to the homePage.jsp. The home page has a tiles layout and the results are actually in homePage_lowerLeftLevel.jsp within the homePage.jsp. Below the results I have an <html:link> tag which is identical to the tag in the index.jsp but now instead of seeing the link there is [ServletException in:/pages/homePage_leftLowerLevel.jsp] null' and if I go back to the index.jsp I get the following error�
    java.lang.NullPointerException
         at org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:313)
         at index.jspService(index.jsp:29)
         [SRC:/index.jsp]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:673)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    If this <html:link> tag is not on the results page the results display perfectly. Here is my code:
    ********index.jsp**************
    <%@ page language="java" %>
    <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
    <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
    <h2 class="lowerColumnHeader">Statistics</h2>
    <table class="statisticsTable">
    <tr>
    <td>
    ICF Published Parcels:
    </td>
    <td class="results">
    <bean:write name="homePageForm" property="result" />
    </td>
    </tr>
    </table>
    <html:link page="/homePage.do?areaId=bcId">Click Me </html:link>
    *********homePage_lowerLeftLevel.jsp*************
    <%@ page language="java" %>
    <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
    <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
    <h2 class="lowerColumnHeader">Statistics</h2>
    <table class="statisticsTable">
    <tr>
    <td>
    ICF Published Parcels:
    </td>
    <td class="results">
    <bean:write name="homePageForm" property="result" />
    </td>
    </tr>
    </table>
    <html:link page="/homePage.do?areaId=bcId">Click Me </html:link>
    *****************struts_config.xml**********************
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    under the License.
    -->
    <!DOCTYPE struts-config PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
    "http://struts.apache.org/dtds/struts-config_1_3.dtd">
    <struts-config>
    <form-beans>
    <form-bean name="homePageForm"
    type="ca.bc.gov.srm.app.pip.HomePageForm" />
    </form-beans>
    <global-exceptions>
    <!-- sample exception handler
    <exception
    key="expired.password"
    type="app.ExpiredPasswordException"
    path="/changePassword.jsp"/>
    end sample -->
    </global-exceptions>
    <global-forwards>
    <forward
    name="homepage"
    path="/homePage.do"/>
    </global-forwards>
    <action
    path="/homePage"
    name="homePageForm"
    type="ca.bc.gov.srm.app.pip.action.HomePageAction"
    scope="request"
    validate="false"
    input="/pages/homePage.jsp"/>
    </action-mappings>
    <message-resources parameter="MessageResources" />
    <plug-in className="org.apache.struts.tiles.TilesPlugin" >
    <set-property property="definitions-config"
    value="/WEB-INF/tiles-defs.xml" />
    <set-property property="moduleAware" value="true" />
    </plug-in>
    <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property
    property="pathnames"
    value="/org/apache/struts/validator/validator-rules.xml,
    /WEB-INF/validation.xml"/>
    </plug-in>
    </struts-config>
    Thank you very much for your help

    It should be used something like this!!!
    <html:link action="myStrutsAction" paramId="user" paramName="userName"/>if the userName attribute had the value "Bob" that would produce:
    http://struts.apache.org/struts-doc-1.2.x/userGuide/struts-html.html#link

  • Struts - HTML:link tag with dynamic page attribute?

    I am trying to use the html:link but the page value is dynamic (resulting from the bean within the iterate tag). The code below doesn't work - error. Is there a way to use all Struts tags and make this happen. Any ideas?
            <logic:iterate id="myMenuForm" property="menuItem" scope="session" name="menuForm" >          <html:link page="<bean:write name="myMenuForm" property="menuDisplayName"/>">                  <bean:write name="myMenuForm" property="menuDisplayName"/>          </html:link>        </logic:iterate> Thanks,
    mlv

    Thanks for all your help. Based on all you your comments, it is now working
    and I thought I would provide some details about how I got it working.
    There are not that many examples within the Struts documentation.
    id = unique name for the object that can be referenced within the iterate
    tag.
    name = is the Bean, in this case it's the ActionForm, that contains the List
    object that will be iterated. In my case, I have a ActionForm that contains
    a List property that contains all the menu item rows from the databse.
    property = is the property name within the ActionForm that is the List
    object. Links to the getter method
    Within the <bean:write> tag you use the id name to get a handle on the final
    object from the iterate tag and the property is one of the property values
    within the bean that is contained within the List.
    So in this case I have a ActionForm bean that contains a List property that
    contains a collection of beans.
    FormAction - bean
    property menuItems of type List contains:
    - row 1 = bean (with a property of menuDisplayName)
    - row 2 = bean (with a property of menuDisplayName)
    - row 3 = bean (with a property of menuDisplayName)
    Here's the JSP code for the tag.
            <logic:iterate id="myMenuForm" name="menuForm" property="menuItem" >
              <html:link page="www.yahoo.com"/>
                      <bean:write name="myMenuForm" property="menuDisplayName"/>
              </html:link>
            </logic:iterate>Now I would like to make the <html:link> page attribute value dynamic from
    the iterate bean. Therefore, you can make the url for the link dynamic If
    you know how to do that, please feel free to provide some help.

  • Is this possible: SNC connection from SAP GUI to SAP Router, and ...

    Hi,
    I have (stupid perhaps) question.
    Is this scenario possible:
    SNC connection from SAP GUI to SAP Router, and non-SNC connection from SAP Router to SAP System.
    I know how to set up scenario like this:
    SAP System --- (non-SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP GUI.
    Best regards,
    Marek Majchrowski

    Wolfgang,
    To be sure myself and Marek understand, can you confirm the different scenarios supported:
    Scenario 1:
    SAP GUI --- (non SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP System
    With this scenario, it would be possible for a user to logon using SAP GUI onto the SAP System, but without SAP GUI SNC.
    Scenario 2:
    SAP GUI --- (SNC conn) --- saprouter1 --- (non SNC conn) --- saprouter2 --- (SNC conn) --- SAP System
    With this scenario it would be possible to logon to the SAP System using SAP GUI, and using SNC authentication.
    Also, with this scenario the SAP GUI software and SAP System software would consider this to be similar to:
    SAP GUI -- (SNC conn) -- SAP System
    Scenario 3:
    This is the scenario mentioned by Marek in his initial question:
    SAP GUI -- (SNC conn) -- saprouter1 -- (non SNC conn) -- SAP System
    With this scenario it will not be possible to logon to SAP System using SNC, and only possible if the SAP GUI is configured to not use SNC. In other words the SNC connection between SAP GUI and saprouter1 is available, but cannot be used.
    Thanks,
    Tim
    Edited by: Tim Alsop on Feb 25, 2008 5:24 PM

  • How to use the html:link with a arraylist

    Hi everyone:
    I want to display the data using struts html:link.
    I query the database and place all the data to javabean,later place all the javabean to ArrayList.In Action,I use the "request.setAttribute("lovetable",articlelist) to set request to jsp page.
    I want to pass a parameter "id" use the hyperlink so I can get the parameter when I click the hyperlink.
    But how to use html:link to display it?
    I use <html:link action="viewtopic.do" paramId="id" paramName="lovetable" paramProperty="id"/>,it can't work and Tomcat report error :
    org.apache.jasper.JasperException: No getter method for property id of bean lovetable
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    The lovetable is a ArrayList and it don't have a getter or setter method.
    How to use it pass parameter? :( Thks

    Thank you.
    I use the bean:define successful.And display all the data to jsp.My jsp code is:
    <logic:iterate id="love" name="lovetable">
    <bean:define id="idbean" name="love"/>
    <tr bgcolor="<%=color%>">
    <td><bean:write name="love" property="id"/></td>
    <td><html:link forward="viewtopic" paramId="id" paramName="idbean" paramProperty="id"><bean:write name="love" property="title"/></html:link></td>
    <td><bean:write name="love" property="name"/></td>
    <td><bean:write name="love" property="time"/></td>
    </tr>
    </logic:iterate>
    In Action : request.setAttribute("lovetable",articlelist)
    ResutlSet rs=.............
    List articlelist=new ArrayList();
    while(rs.next()){
    articlebean bean=new articlebean();
    bean.setName(rs.getString("name"));
    bean.setTitle(rs.getString("title"));
    articlelist.add(bean);
    The above code will work property.
    The Tag "html:link" need bean to work other than arraylist so I iterate all the bean out.
    The Tag "logic:iterate" need collection to work so I make Action return a List.
    right?
    Any idea? :)

  • Adding a html link to JLabel

    Hi...
    So, what I want is a JLabel or maybe a JOptionPane to have a HTML link on it to a website and if the user clicks on said link I would like their default browser to fire up and hit that page. Thus in the below code I have a JLabel with "Java" showing and underlined like it is a link...now, how do I get this event processed?
    JLabel linkLabel =
    new JLabel("<html><a href="+"http://www.java.sun.com"+">Java</html>");
    TIA
    tfm

    search is your friend:
    http://search.java.sun.com/search/java/index.jsp?col=javaforums&qp=%2Bforum%3A31&qt=hyperlink+label

Maybe you are looking for

  • Why do I have to restore my Iphone 5s once a week?

    I have a 16GB Iphone 5s. Almost once a week I have to restore my phone. Here is the list of things that it does: 1) It restarts on its own for no reason. 2) I can't delete apps and the screen freezes 3)It will ask me for my icloud password all the ti

  • Can I use both the Iphone 3GS and 4S on the same computer without causing corruption?

    I want to be able to sync and backup both devices with different song and app selections on the same computer with Itunes. Can I do that without causing corruption or over writing the other phone?

  • How to use PNP LDB

    Hi, can anybody provide me demo code for using PNP ldb? abc

  • Ho to setup internal order in R/3  for CRM originated Service order.

    Hi I am working on SAP CRM Service.I have created Service order in CRM,Once Service order saved how internal order will create in R/3(There is already R/3 and CRM connectivity)for Spareparts consume and finance controling posting.Is there any Setting

  • MDM Workflow setup

    Hi All We have the MDM setup as follows 1 Normal Repository serving the Preview environment 1 Master Repository 1 Slave Repository serving the Production environment The Slave Repository synchronizes itself with Master Repository using CLIX commands.