--- Ruben Hartenstein wrote: > I know that the getText() method is only available if > the jsp is loaded after an action. But before the > login.jsp for example there is no action. > > Do I have to call a dummy action only to make the > getText() method available or are there better > solutions?
As you've said: getText is available only if there is a class implementing that method available on the OGNL stack, like an action. Note that you can have "anonymous" actions; just don't specify a class in your configuration for that action. This will use an implementation of ActionSupport which implements getText. This also presents a "unified front" to your application rather than a mix of JSP- and action-based URLs. d. ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]