Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
535 views

Stripes URL prefix as request parameter

I'm trying to build a way for my application to have a URL pattern/scheme like that of applications like Twitter. For example myapplication.com/username where the username is an actual username ...
2
votes
1answer
727 views

Stripes: all URLs resolved through StripesDispatcher and forwarded to pre-compiled JSPs

Is it possible to have the StripesDispatcher be the sole determiner of webserver urls by looking at the @UrlBinding annotations on action beans AND also having those action beans forward to ...
0
votes
1answer
2k views

Stripes ActionBean URL bindings

I'm trying to set up the Stripes calculator example application using Eclipse. I'm able to run the .jsp on the server, but as soon as I invoke an ActionBean by clicking one of the buttons (such as ...