I'm using JBoss 3.2.3RC1 with Nukes 1.0.0 prepared for MySQL. The server starts 
without problems.

This is the code:

package org.jboss.nukes.addons.modules.linkmodule;

import org.jboss.nukes.module.*;
import org.jboss.nukes.html.*;

public class LinkModule extends ModuleSupport {
    
    /** Creates a new instance of LinkModule */
    public LinkModule() {
        super("LinkModule");
    }
    
    public void main(Page page) {
        page.print("<div align=\"center\">");
        page.print("Hello World!");
        page.print("");
    }
    
    public void action(Page page) {
        page.print("This is action method"); 
    }
    
}


Thanks a lot for your support!

Ferruccio

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839133#3839133

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839133


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to