how to access differenct form ?

2008-12-22 Thread shrimpywu
for all the action form, i create a super class for them, and contain some info that i want to show onto page, suppose the menu, in the super class, i got an variable say : private Menu menu, in the page, i want to create a jspf for menu, and all the page just need to include it. but for differe

hi, what is the difference between specify time out and do not specify the timeout value in the web.xml file

2008-05-12 Thread shrimpywu
hi, what is the difference between specify time out and do not specify the timeout value in the web.xml file 30 before, i do not specify this in the web.xml file when the session has been timeout, i sometime got some exception but after i did that..no exception any more..

question about acton path

2008-07-08 Thread shrimpywu
hi guys, if i can get the actionform, how can i get the action path u know, for the page, we have to specify a path for the page in the struts-config so that we can use that path /mywebsit/mymodule/myform.do to visit a page for some reason from development side, i want to know this path, and

Re: question about acton path

2008-07-08 Thread shrimpywu
and i forgot to say that i am useing struts 1 shrimpywu wrote: > > hi guys, > if i can get the actionform, > how can i get the action path > > u know, for the page, we have to specify a path for the page in the > struts-config > > so that we can use that path >