Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-09 Thread meeboo
There is nothing in the logs which hints a startup or request error, but as soon as I click on HelloWorld under the Actions in default tab in config-browser I get this stacktrace: Expression extension is undefined on line 15, column 89 in config-browser/showConfig.ftl. The problematic

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-08 Thread meeboo
I tried using the maven archetype but still get the same error (even with the Config-browser plugin). Could someone maybe guide me through the configuration process for a simple Struts 2 hello world application? I'm having trouble grasping what the bare minimum amount of files is to set up a

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-08 Thread Dave Newton
Re-asking if there's anything in the logs that seems relevent both on startup and on the request? Also, if you're getting the freemarker error, look *before* the freemarker error in the log to see what the actual problem is (and turn devMode on). d. --- meeboo [EMAIL PROTECTED] wrote: I

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-07 Thread meeboo
Thanks for your quick reply, but I get a HTTP Status 404 - /com/bubbleclip/web/example/HelloWorld.action When you typed and access the action: you meant by typing localhost:8080/application/com/bubbleclip/web/example/HelloWorld.action as the browser URL right? Musachy Barroso wrote: Try

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-07 Thread Musachy Barroso
yes, that should be it. If you are learning||having problems, you can use the Struts Config browser plugin: http://struts.apache.org/2.x/docs/config-browser-plugin.html to see the mapping of your actions and play around with them. musachy On 3/7/07, meeboo [EMAIL PROTECTED] wrote: Thanks

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-07 Thread meeboo
This might be well out of your reach, but I did as you said and downloaded the config browser plugin. Under namespaces I can see default /config-browser /com/bubbleclip/web/example When I click one of the actions an exception occurs and I am told that FreeMarker template error! Expression

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-07 Thread Musachy Barroso
well, something is quite broken :), do you get any error log when you start the app? musachy On 3/7/07, meeboo [EMAIL PROTECTED] wrote: This might be well out of your reach, but I did as you said and downloaded the config browser plugin. Under namespaces I can see default /config-browser

Re: [S2] There is no Action mapped for action name HelloWorld. - [unknown location]

2007-03-07 Thread Ian Roughley
I recently fixed the starter maven archetype, it might be a better starting point. /Ian Musachy Barroso wrote: well, something is quite broken :), do you get any error log when you start the app? musachy On 3/7/07, meeboo [EMAIL PROTECTED] wrote: This might be well out of your reach,