RE: struts framework without its TAG LIBRARIES in jsp pages how?

2001-06-01 Thread Craig R. McClanahan
On Thu, 24 May 2001, Sanjay Melinamani wrote: > but my question is how? If we use HTML, how is the "ActionForm" gets > delegated to Action::perform() method? > I guess we have to explicitly use the ActionForm bean and call its "set" > methods...I am not sure about this ! > Automatic form bea

RE: struts framework without its TAG LIBRARIES in jsp pages how?

2001-05-24 Thread Nanduri, Amarnath
EMAIL PROTECTED]' Subject: RE: struts framework without its TAG LIBRARIES in jsp pages how? but my question is how? If we use HTML, how is the "ActionForm" gets delegated to Action::perform() method? I guess we have to explicitly use the ActionForm bean and call its "set"

Re: struts framework without its TAG LIBRARIES in jsp pages how?

2001-05-24 Thread Peter Alfors
; > Sent: Thursday, May 24, 2001 5:21 AM > > To: '[EMAIL PROTECTED]' > > Subject: RE: struts framework without its TAG LIBRARIES in jsp pages > > how? > > > > You can ignore the Tag Libraries and still use the ActionServlet, Actions > > and

RE: struts framework without its TAG LIBRARIES in jsp pages how?

2001-05-24 Thread Sanjay Melinamani
egated to the Action::perfom method, that would be great ! thanx sanjay > -Original Message- > From: Nanduri, Amarnath [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 5:21 AM > To: '[EMAIL PROTECTED]' > Subject: RE: struts framework without its TAG LIBR

Re: struts framework without its TAG LIBRARIES in jsp pages how?

2001-05-24 Thread Peter Alfors
You sure can. just use HTML or your own custom tags. Pete Sanjay Melinamani wrote: > > hi, > > I am trying to make use of struts framework in our application. But can I > > implement the frame work "without" using its Tag libraries? If so how can > > I do it? Basically I do not wnat to use Stru

RE: struts framework without its TAG LIBRARIES in jsp pages how?

2001-05-24 Thread Nanduri, Amarnath
You can ignore the Tag Libraries and still use the ActionServlet, Actions and ActionForms functionality. Write your own html . The beauty of using the Tag Libraries is that they are fully internationalized. But if internationalization is not an issue, then by all means write your own html without