Dakota,

Thanx for the reply. I did some elementary development
using Struts framework.  But there I used
DispatchAction and server side validations.  Now we
are writing a CMS app that involves complicated
interfaces.  Hence keeping the developers skill set
into mind I am just wondering if I can drop
Struts/JSTL and use the simple jsps for front end. 
Rest everything will be run by struts.  the team is
comfortable using JSPs.

Now if we decide to go for JSP's how can we access the
from properties in JSP ?

Regards,


Nitin


--- Dakota Jack <[EMAIL PROTECTED]> wrote:
> You need to use <html:form>, so the answer is that
> you have to use the
> taglibs unless you do some serious coding changes to
> the framework. 
> Why do you want to use the form but not the taglibs?
>  If you just want
> to do that, build your own ActionForm with your own
> autopopulation
> classes, etc.?
> 
> What you are trying to do or why is not clear.
> 
> Sounds like you are a bit unacquainted with Struts
> and I would
> recommend that you take a closer look before
> deciding what you want to
> do.
> 
> Jack
> 
> 
> On Thu, 10 Mar 2005 23:46:40 -0800 (PST), nitin
> dubey
> <[EMAIL PROTECTED]> wrote:
> > Hello,
> > 
> > Can we use struts without using its taglibs ?  We
> will
> > just write plain JSPs.  If yes how do we get the
> > values into and from our ActionForms ?
> > 
> > regards,
> > 
> > Nitin
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Small Business - Try our new resources
> site!
> > http://smallbusiness.yahoo.com/resources/
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> "You can lead a horse to water but you cannot make
> it float on its back."
> ~Dakota Jack~
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to