11/22/2002 1:26:45 PM, "Nelson, Laird" <[EMAIL PROTECTED]> 
wrote:
>Is my company unique in trying to do
>things this way?

Probably not, but Struts hasn't been trying to be all things to 
all people. =:0)

It does what the people working on it need it to do, and if it 
doesn't do what we need, then we work to change it. But we're not 
sitting around a whiteboard trying to figure out the best way to 
capture market share. 

Struts does restrict what URIs you can map to an Action. The 
underlying issue, as Craig pointed out, is that the Action path is 
not a truly logical identifier. It's a hash based on the URI that 
Struts munged and demunges. 

There are of course other ways we could link up actions and URIs, 
but that would be something we'd explore in the Struts 2.0 frame. 

-Ted.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to