Yeah, the JSP location could be made more flexible.  I originally
coded it that way to match how JSF would expect to find and handle the
JSP.  I don't remember, off hand, if other parts of the JSF controller
expects the JSP to be located as such.  If you patch the code and find
it works fine, please open a ticket and let me know.

Thanks,

Don

On 7/31/06, Chris Waring <[EMAIL PROTECTED]> wrote:

Ok, I did some debugging and I think I figured out what it is doing.  It
looks like it is using the namespace from the package definition plus the
name from the action definition plus the file suffix (jsp).  To come up with
"/jsf/employee/list.jsp".

I'm not sure that this is going to be flexible enough?  Shouldn't you be
able to define the location and name of whatever jsp that you want?  Why
should my action name have to match the name of my jsp?  What if I want to
have multiple actions that all navigate back to the same jsp?  It would look
like I can not do it at the moment.

Am I mistaken about how this is working?  Anyone else think that this needs
to be improved?

Thanks,
--Chris Waring
--
View this message in context: 
http://www.nabble.com/Struts2-JSF-integration-question-tf2027690.html#a5577746
Sent from the Struts - User forum at Nabble.com.


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



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

Reply via email to