Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Michael Jouravlev
From HTTP/RequestProcessor point of view, redirection is not chaining. On 4/30/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: maybe you should give us a use-case where you plan use action chaining? Also the kind of chaining (redirect, direct call, forward) is important. regards leon On 4/30/06

Re: has struts reached the saturation

2006-04-30 Thread Dhiraj Upadhyaya
i have had brief info on struts-java-jsp. i want to make simple application having features of - struts-java(beans, forms etc) -jsp-tags - CREATE-UPDATE/EDIT-DELETE-SEARCH - database like mysql at backend - using all types of fields - char, varchar, numeric, logic, date, memo can some send me r

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
At 5:10 PM -0700 4/30/06, David Evans wrote: below... On Sun, 2006-04-30 at 17:47 -0500, Joe Germuska wrote: On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: >I have seen some discussions on this forum regarding >action chaining. Primarily, the advices are to think >through the business

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread David Evans
below... On Sun, 2006-04-30 at 17:47 -0500, Joe Germuska wrote: > On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: > >I have seen some discussions on this forum regarding > >action chaining. Primarily, the advices are to think > >through the business logic before making decision on > >chaining

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: I have seen some discussions on this forum regarding action chaining. Primarily, the advices are to think through the business logic before making decision on chaining actions. What are the disadvantages of action chaining? Why action chainin

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Leon Rosenberg
maybe you should give us a use-case where you plan use action chaining? Also the kind of chaining (redirect, direct call, forward) is important. regards leon On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: I have seen some discussions on this forum regarding action chaining. Primarily, the

mapping.getInput()

2006-04-30 Thread Pat Slater
When returning back to the input html form page on Exception, mapping.getInput() returns correctly to that page but the form-fields entered by the user are not there anymore. This is a part of my code: public ActionForward saveMethod(ActionMapping mapping, ActionForm form, Ht

Re: How to use displayTag

2006-04-30 Thread H. Kerem Cevahir
Hi, display:table tag works on beans( or lists) which are kept in one of scopes. You can send your data bean to jsp by implementing your forward-like action, just takes data, puts it in a scope and forwards to jsp page. Then, limit access to jsp page, and update your links to your new forward-