[Mav-user] Default page like index.m

2003-08-29 Thread Travis Reeder
How can you set up the default page to work like index.jsp would without a browser redirect? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]

Re: [Mav-user] Default page like index.m

2003-08-29 Thread Travis Reeder
through to get it rolling. Travis Schnitzer, Jeff wrote: From: Travis Reeder [mailto:[EMAIL PROTECTED] How can you set up the default page to work like index.jsp would without a browser redirect? This should probably be a FAQ. As cheesey as it sounds, create an index.jsp with the content

Re: [Mav-user] forwarding to a global view without having to haveit in command

2003-08-29 Thread Travis Reeder
? Schnitzer, Jeff wrote: From: Travis Reeder [mailto:[EMAIL PROTECTED] I noticed in the friendbook example that almost every command has view name=loginRequired ref=loginRequired/ view name=loginFailed ref=loginFailed/ Is there anyway to forward to those in the code without having

[Mav-user] Can you access the model in the trim / transform?

2003-08-29 Thread Travis Reeder
If not, how can you get at variables in the transform? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]

Re: [Mav-user] Can you access the model in the trim / transform?

2003-08-29 Thread Travis Reeder
Disregard this question... ;-) Travis Reeder wrote: If not, how can you get at variables in the transform? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER

[Mav-user] reloadCommand

2003-08-29 Thread Travis Reeder
Does this work? It's not reloading any of my changes to maverick.xml (if that's what it's supposed to do). I have this in my web.xml init-param param-namereloadCommand/param-name param-valuetrue/param-value /init-param

Re: [Mav-user] reloadCommand

2003-08-30 Thread Travis Reeder
A, thought it was something else... ;-) Travis Eric CHAUVIN wrote: No, the 'reloadCommand' param is the name of the command for exemple : init-param param-namereloadCommand/param-name param-valuereload.m/param-value /init-param Eric

Re: [Mav-user] Default page like index.m

2003-09-13 Thread Travis Reeder
Ya, That's exactly what i have done. I put a blank index.m file in my dir so tomcat picks it up too. Thanks to the other person who responded a while back. Travis Doug Kirk wrote: Hmmm. I have the following in my web.xml and it works just fine: welcome-file-list

Re: [Mav-user] I18n/l10n

2003-09-23 Thread Travis Reeder
Hi y'all, Since we're on this topic, i've run into a strange i18n problem. We have an app that stores information in various languages in the database and the page showing may have to be shown in more than one language, for example, one line may be english, one may be chinese, etc. Has

Re: [Mav-user] PROPOSAL: Move java packaging to net.sf.mav.*

2003-09-25 Thread Travis Reeder
-1 I say leave it, what's the point of changing it other than to create headaches? Travis jim moore wrote: +1 from me too, though we might take a vote from the larger community on this one. A lot of people's code is gonna stop compiling when the package for ThrowawayBean2 changes... --jim

[Mav-user] Enforcing users through maverick

2003-09-29 Thread Travis Reeder
I just finished converting an application to use maverick, but now when people go to the old .jsp version of the page, it errors because it's expecting it to go through maverick. Is there any way to catch this other than putting a check into each jsp page? Travis

Re: [Mav-user] ${model} question

2003-09-30 Thread Travis Reeder
model is the Controller that you specify in maverick.xml. This controller is stuffed in the the request attributes under the name model. To get the model outside of jstl might make more sense: MyController model = (MyController)request.getAttribute(model); So ${model.dest} would be actually

[Mav-user] proper way to set params in redirect

2003-10-03 Thread Travis Reeder
Is the proper way to do setViewParam in controllerContext? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]

[Mav-user] Servlet dispatcher is currently unavailable

2003-10-28 Thread Travis Reeder
I get this every so often, any idea what might cause this? HTTP Status 503 - Servlet dispatcher is currently unavailable type Status report message Servlet dispatcher is currently unavailable description The requested service (Servlet dispatcher is currently unavailable) is not currently

Re: [Mav-user] Controllers selecting views

2003-11-11 Thread Travis Reeder
That's awesome about Ultima, what are you doing for them? travis Schnitzer, Jeff wrote: Sorry about going dark, I'm working on UXO now and it's sucking up outrageous amounts of my time. It's fun to get a new game to work on, but I jumped on board at a crazy moment :-) Right now the only way

Re: [Mav-user] How to handle processing that would have been in Servlet's init routine

2003-12-30 Thread Travis Reeder
You can set up a base class that all of your other controllers will extend and in the base class you can get your connection pool ready and store in a context attribute, then all of the controllers can easily grab connections. Travis Eder, Warren CONT wrote: How to handle

[Mav-user] Force only .m requests to be returned

2004-03-01 Thread Travis Reeder
How can you stop users from being able to access the jsp files and only use the .m extension? Travis --- 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

Re: [Mav-user] everquest2.com now utilizing Maverick

2004-05-28 Thread Travis Reeder
That's awesome for Mav! So do all Mav users get free everquest subscriptions? ;) Travis Giles, Mick wrote: Hi all, I just wanted to share my experiences with the other members of the list. Here at SOE we have recently launched our newest website http://www.everquest2.com

[Mav-user] jar hell with jdom reloaded

2005-09-28 Thread Travis Reeder
I just started having the jdom problem too! NoClassDefFoundException. Can we get this fixed so maverick uses the latest jdom? Or give me commit access and I'll fix it. http://sourceforge.net/mailarchive/forum.php?thread_id=7800401forum_id=1837 N�HS^�隊X���'���u�����!�ל���E�(��

Re: [Mav-user] jar hell with jdom reloaded

2005-10-02 Thread Travis Reeder
Thanks guys. TravisOn 9/30/05, Jeff Schnitzer [EMAIL PROTECTED] wrote: Strange, for some reason my list delivery was disabled.I've missed thelast few months of discussion.Oops.I'm +1... and I think that pretty much makes a quorum.Eelco, would youlike to do the honors?

Re: [Mav-user] jar hell with jdom reloaded

2005-10-03 Thread Travis Reeder
Problem resolved. Just checked in. Travis On 10/2/05, Eelco Hillenius [EMAIL PROTECTED] wrote: Sure. It's done.EelcoOn 10/1/05, Jeff Schnitzer [EMAIL PROTECTED] wrote: Strange, for some reason my list delivery was disabled.I've missed the last few months of discussion.Oops. I'm +1... and I

Re: [Mav-user] jar hell with jdom reloaded

2005-11-29 Thread Travis Reeder
] wrote: On Mon, Oct 03, 2005 at 02:47:17PM -0700, Travis Reeder wrote: Problem resolved. Just checked in. Travis, Thanks for fixing this. Could I ask you for a release (or even just a CVS label)? Thanks, Toby --- This SF.net email