On Sep 6, 2005, at 5:20 AM, Martin Gemballa wrote:
Now I can start it with http://url:8080/name/app. But I want to start itwith a value for 'blatt'. I already tried: http://url:8080/name/app?service=page/Home <http://url:8080/name/app?service=page/Home&blatt=xy> &blatt=xy.Maybe this is the right way, but how can I read the the value for blatt inHome.java?
If you'd like to process parameters like this, take a look at the external service.
-- Kevin
