Bugs item #900148, was opened at 2004-02-19 05:06
Message generated for change (Comment added) made by aalmero
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=900148&group_id=22866

Category: Nukes
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel Le Berre (danielbzh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Poll question (title) does not show up

Initial Comment:
It looks like it is not related to the theme used. 

----------------------------------------------------------------------

Comment By: Alex Almero (aalmero)
Date: 2004-03-02 22:15

Message:
Logged In: YES 
user_id=973353

get the source from cvs and edit PollBlock.java. add the 
following code below in render method

     try {
         //get poll title from poll module
         String pollTitle = (String) server.invoke(
            PollsModule.OBJECT_NAME,
            "getPollTitle",
            new Object[]{pollId},
            new String[]{Integer.TYPE.getName()});
         output.text("<b>" + pollTitle + "</b>");
      }
      catch (Exception ex)
      {
         output.text("Cannot retrieve poll title.");
         output.printPage(page);
         log.error("Cannot retrieve poll title.", ex);
         return;
      }
hth,
alex


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=900148&group_id=22866


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to