Dynamic thread creation in Forums

Dear All,
Is it possible to create/start a new thread in Forums dynamically, based on some eventing ?
Like, I have an jsp containing a check-box and a text-box, if this jsp is submitted with the check-box checked then a new thread should be automatically created in Forums section of the portal with the Subject as mentioned in text-box, without any manual intervention. Can it be achieved ?
Regards,
SM

Again we have the same problem here. When you post it redirects you to
/forums/thread.jspa?threadID=.....
and since you don't have /irj in the url it automatically redirects you to :
/irj/portal/forums?ForumsTarget=thread.jspa?threadID=...
You have to create an "Forum Iview" with quick link "forums" as desribed in forum installation guide.
1. In the portal, choose Content Administration -> Portal Content.
2. In the Portal Content Studio locate the target folder for your new iView.
3. In the context menu of the target folder, choose New -> iView.
4. Select the custom iView template for forums.
5. Enter the required values and then choose Finish.
6. Select Open the object for editing.
7. In the property editor for each of the forums iViews, perform the following steps:
1. Select the property category Forums Configuration.
2. For the property View on Forums, select Forums.
3. Select the property category Navigation.
4. For the property Quick link, enter forums.

Similar Messages

  • Dynamic Thread Creation

    To anyone that can help,
    I am very new to JAVA, and have been given the job of creating an application that allows a user to dynamically create a number of process which perform the same task (its a load-testing tool). I thought that using threads would be the best approach, however, I am not sure how to instantiate them dynamically. The two ways I known are :
    1.
    NewThread one = new NewThread(arguements);
    one.start();
    2. new NewThread(arguements).start();
    The second one would probably work via. user input. The problem is that since I haven't named the object (like in case 1) I can't access its methods (i.e. join()). I guess this question could be extend to consider creating any object dynamically, so any help would be very much appreciated.
    Thanks

    I'm not entirely sure of what your question is... but I'll try to guess at it.
    The only difference between the two approaches is whether your program will keep a handle/reference to the class that extends Thread or implements runnable.
    NewThread one = new NewThread(arguements);
    one.start(); In the first case you can just take your "one" variable and throw it into a container, if you want to reference it and others like it.
    2. new NewThread(arguements).start(); In this case, you don't have a variable that references the thread that you just started.
    Can you provide more information on what you want to do with the Thread process once it has started?
    Thanks,
    Tim
    To anyone that can help,
    I am very new to JAVA, and have been
    and have been given the job of creating an application
    that allows a user to dynamically create a number of
    process which perform the same task (its a
    load-testing tool). I thought that using threads would
    be the best approach, however, I am not sure how to
    instantiate them dynamically. The two ways I known are
    1.
    NewThread one = new NewThread(arguements);
    one.start();
    2. new NewThread(arguements).start();
    The second one would probably work via. user input.
    The problem is that since I haven't named the object
    (like in case 1) I can't access its methods (i.e.
    join()). I guess this question could be extend to
    consider creating any object dynamically, so any help
    would be very much appreciated.
    Thanks

  • Regarding Thread Creation

    Hello,
    To create a thread in java there are two methods.
    (1) by extending from thread class.
    (2) by implementing runnable interface.
    implementing runnable interface is the preferred method to create a thread because we still have the option to extend from any other class.
    But does anybody know why java provides 2 methods for thread creation, why doesn't it provide only option 2 (i.e. by implementing runnable interface) when it is the preferred option.
    Regards,
    Sandy.

    Though Runnable interface is preferred to create threads in Java,most programmers extends Thread class.As jschell would say, 'I am rather certain' that the opposite is true.
    The reason behind of this is that you can have a clear logic of your code by using ThreadThat's not even true and it certainly isn't a reason to extend Thread rather than implement Runnable.
    most of the system programming written in java used Thread class instead of Runnable interface .If you have some evidence on the point please produce it. The consensus of opinion on these forums has been the other way round for many years.

  • RE: dynamic widget creation

    This is a good tech note about this on the Forte website.
    -----Original Message-----
    From: Matthew Middleton [SMTP:[email protected]]
    Sent: Friday, 25 June 1999 11:11
    To: [email protected]
    Subject: dynamic widget creation
    I have done a few windows with dynamic widget creation. Sometimes it
    seems I have to have done self.Open before, to get things to appear
    properly, and sometimes not.
    What I would like is a summation of the issues involved here so I can
    write such code without resorting to trial and error.
    with advance appreciation,
    Matthew
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Tech Note 5156, which I have attached for your information.
    -----Original Message-----
    From: Foster, Todd [SMTP:[email protected]]
    Sent: Saturday, 26 June 1999 1:27
    To: 'Jason de Cean'
    Subject: RE: dynamic widget creation
    ? What technote ?
    -----Original Message-----
    From: Jason de Cean [SMTP:[email protected]]
    Sent: Thursday, June 24, 1999 9:19 PM
    To: 'Matthew Middleton'
    Cc: 'Forte Users'
    Subject: RE: dynamic widget creation
    This is a good tech note about this on the Forte website.
    -----Original Message-----
    From: Matthew Middleton [SMTP:[email protected]]
    Sent: Friday, 25 June 1999 11:11
    To: [email protected]
    Subject: dynamic widget creation
    I have done a few windows with dynamic widget creation. Sometimes
    it
    seems I have to have done self.Open before, to get things toappear
    properly, and sometimes not.
    What I would like is a summation of the issues involved here so Ican
    write such code without resorting to trial and error.
    with advance appreciation,
    Matthew
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive<URL:http://pinehurst.sageit.com/listarchive/>

  • Dynamic Table Creation & Fill Up

    Hello,
    Can anyone please guide where I can find examples for dynamic table creation (programmaticaly), with dynamic number of columns and rows, used to place inside text components (or whatever) to fill them with data.
    All programmatic.
    Using JSF, ADF BC
    JDeveloper 10.1.3.1
    Thanks
    Message was edited by:
    RJundi

    Hi,
    Meybe this article helps: http://technology.amis.nl/blog/?p=2306
    Kuba

  • How do I move my thread to another forum

    somebody has suggested I move my thread to another forum - how do I do that?
    the thread I want to move is
    [Reports based on Linked Universes in BOXI 3.0 do not work|Reports based on Linked Universes in BOXI 3.0 do not work]

    thanks, could you please move it to the BusinessObjects Enterprise Administration forum BI Platform

  • How would I know if any one post a thread in the Forum

    Hi All,
    Please tell me how would I know if any body post a thread in the  forum??
    Regards
    krishhna

    Hi,
    I just read the "Suggestions and comments" forum and I found out that you did create a thread called "How would I know if any one post a thread in the Forum ".... So I knew that some one had posted a thread in the forum...
    Regards,
    Oliivier

  • Does Seeburger's SFTP adapter support dynamic filename creation

    Hi all,
    Does the SFTP adapter support dynamic filename creation.
    If yes, then do we have to use UDF's and are there any specific settings that have to be done in the SFTP communication channel.
    Please provide a blog which helps in the configuration process of the above case.
    thanks,
    younus

    Dynamic Creation of File using counter in Seeburger Variable:
    1. Configuration Needed in the Communication Channel:
    The process of dynamic creation of files can be done we have to select the following checkbox in the receiver channel:
    Dynamic Attribute in receiver Channel:
    Import the following modules:
    Localejbs/Seeburger/solution/sftp
    Localejbs/Seeburger/AttribMapper
    Localejbs/ModuleProcessorExitBean
    Enter  the desired file naming convention:
    Use the Parameter GetCounter("ID") to the place where the counter is expected to come.
    2. Configuration Needed in the SeeBurger Workbench:
    If the J2EE server is listening on a port different from 50000 (which is the standard for the SAP client 000), the port number must be configured:
    Login into the seeburger workbench using the URL
    http://<localhost>:<port number>/seeburger/index.html
    Select Property Store.
    Create or edit the following property:
    Parameter
    Value
    Namespace
    http://seeburger.com/xi/SeeFunctions
    Key
    provider.servlet.server
    Value
    http://localhost:50000/ (where the port number 50000 must be set
    accordingly to the J2EE server configuration).
    Note: The configured value (server URL) has to end with a slash (/). Otherwise,
    SeeFunctions will not work correctly.
    If we need to start the counter from any specific value , it can be configured in the SeeBurger workbench, this value can be maintained in Mapping Variables :

  • Does UCM support dynamic page creation on contributor mode.?

    Hi All,
    Does UCM support dynamic page creation on contributor mode.
    We want to create new pages and link it into the existing pages
    is that possible?
    Thanks
    ~Hari

    You can create new secondary pages in contributor mode - you would normally do this via a dynamic list fragment though technically you could also achieve it by switching region content and creating new data files. You can then use the linz wizard to link between pages.
    If you are talking about creating new primary pages and sections in your site then you would need to use something like Site Studio Manager fragment.
    Tim

  • Thread creation error: Not enough storage is available to process this command

    Two user in my company have this problem, I have already used the solution on the community but would come back after 2 to 3 weeks. They all have the message "Thread creation error: Not enough storage is available to process this command". I tried increase the virtual memory to 4Gb, update one client to the latest, reset IRPStackSize, delete temp folder.  one client is 7.5.XX with windows 7 and another is 6.20.0.104 with Windows XP,My machine is also 6.20 with windows 7 but I dont have this problem.   

    Version previous to 7.6 worked fine. After update I have got this message and mostly of Skype GUI turns black or vanishes. No possibility of making more than one call before crash, It is amazing that a thread started about two weeks ago has no technical answer, at least. What do I do with my credits and my appointments? Throw them away?

  • Thread creation error: Not enough storage space

    Hi,
      Recently (the past week or so), my desktop client for Skype has been crashing regularly. This is accompanied by large (over 1.2GB) amounts of memory usage. At semi-regular intervals (say every few hours), Skype will post an error with the text "Thread creation error: Not enough storage space..."
    I am using the latest build of Skype. I am not performing any Skype logging. This error is clearly an ongoing issue which has not been addressed, as prior threads have discussed this as well.

    Errors like this have been addressed and continue to be addressed.  Being that the errors are related to memory leakage of one form or the other, the problem can have several sources and be agitated by several programs.  I personally run the latest version on all my machines in a 24/7 capacity and have not run into the problem.  Some versions in the past created a similar error for me, yet the latest has not.  If you've already updated your IE's flash and that has not alleviated the problem, the only other solution is running an earlier release that doesn't crash for you or restart Skype more often.  I've had virtual video devices trigger this behavior by simply launching the video settings once.  The virtual device even when not in use continued to consume memory under Skype until it crashed.  So if you use any virtual audio/video components you may want to remove them to see if that changes anything.  Some people have also blocked ads when those were the source.
    http://community.skype.com/t5/Windows-desktop-clie​nt/low-storage/m-p/3974193/highlight/true#M344826

  • RoboCode crashes with SeedGenerator thread creation error?

    Hello everyone.
    I recently came across a game called RoboCode. It seems to be a tank battle simulator where you write the AI in Java.
    Unfortunately, it won't start on my Windows computers. I get this error:
    Exception in thread "SeedGenerator Thread" java.lang.InternalError: internal error: SeedGenerator thread creation error.
            at sun.security.provider.SeedGenerator$ThreadedSeedGenerator.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)Anyone got any idea why? I haven't the foggiest clue how to fix it or get around it - or even what it means.
    Thanks,
    -Kramy

    I'm awaiting a reply right now.
    But if Google couldn't turn up much, then it probably isn't a very common error? ;)

  • Cannot Move Thread to MSDN Forum

    I just tried to move a question posted in the TechNet "Forums Issues" forum to an MSDN forum. But when I select anything other than TechNet in the selection box, I get nothing, no list of forums to choose from. I tried in IE 9, IE 11, and Firefox. Are
    we no longer able to move threads from TechNet to MSDN?
    Richard Mueller - MVP Directory Services

    I've got the same problem trying to move threads between MSDN forums
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCSA, MCITP, MCDBA
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • What are the top 20 most viewed threads on the forums?

    Is there a way to search to find the most viewed threads?
    I'm curious if I have missed anything good as well as just being curious after all of this time, which threads got the most milage.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Solved!
    Go to Solution.

    Ben wrote:
    Is there a way to search to find the most viewed threads?
    just being curious after all of this time, which threads got the most milage.
    Ben,
    If we do a search on the forum with nothing as keyword, we can get all the threads in this forum listed. Sorting by Replies will display (and offfcourse display 50 threads per page - oops that's the maximum....) and we have to look what we want. This is pretty vague technique. These are the top 3 threads.
    1) Rube Goldberg code
    2) 第2届LabVIEW专家组竞赛获奖程序下载 (Chinese board - 2nd LabVIEW Group Contest Awards Program Download)
    3) Oscilloscope project (Our favorite JLV - one man army - Managed to take care throughout this whole thread)
    Thanks,
    Mathan

  • Hard to follow threads on this forum

    Am I the only one to have this issue on following threads on this forum? 
    I might be on page 4 of the forum topics, I read through a thread and then try to return to page 4 listings -- but end back on the first page of the topics -- not page 4.
    Also in the breadcrumbs on the bottom of the pages,  I only see pages "1 2  <Previous and Next>".  No easy way to jump to deeper threads such as pages 3-4-5-6 etc.
    Can the forum's administrator look into this -- or is there some option I can set that can fix this???
    Rowby

    Worst.  Forum.  Software.  Ever.
    But if you go back to the top of the thread and click on "Up to Discussions in Premiere Pro" rather than the one that just says > Discussions, it takes you back to the last page you were on, not page 1.  The top of the page, sure, but it's better than going all the way back to page one and having to click six times to get to page six.
    Of course it wouldn't occur to them to put this link after the last post in the thread, where it is most likely to be used...

Maybe you are looking for