[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-16 Thread itchiban
jjae77, if my changes work fine and doing more than display the latest items I will sent you that. Thanks for your time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830927#3830927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread jae77
if sherman is correct, then your best bet is to just change it via the jmx-console using the available setter method, rather then editting the jboss-service.xml file directly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830806#3830806 Reply to the post :

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread sgwood
itchiban, >From your comment about changing the Core module via JMX, do you mean that you want >to have your news page be the default displayed when a user logs in? If so, you need to change the jboss-service.xml for the main nukes SAR. There is the DefaultUserPage parameter on the Core module

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread jae77
ok - i see what you're saying w/ the page default. is your question about making it so when you click the "news index page" link, it automatically shows you the latest news items? if yes, the news module already does this (but it doesn't limit the amount of news item that are shown. that will

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread itchiban
In jmx-console I can place in core module a defaultPage,I write the string news,consequently all my news are displayed.I wanted to change this default operation in news module. Sorry for my english!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830784#3830

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread jae77
i'm still not understanding your question. what do you mean by "default page index.html"? all links in nukes start w/ "index.html", unless it was an uploaded html. if you want to invoke a specific method in the NewsModule, your link would look something like: index.html?module=news&op=latest&.

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread itchiban
For testing I just add a new method in News.java and NewsModule.java,in jboss-service.xml I add the needed lines.My new function appear in the main block and display the last news but I can't set this to the defaultPage index.html!! where could I configure the default operation for news??? View

[JBoss-user] [Nukes User] - Re: [News] some news

2004-04-15 Thread jae77
could you explain this further? this type of functionality will eventually be included w/ the news module that already exists. right now my primary concern is making the code more maintainable and making sure that the functionality that currently exists is rock solid. View the original post :