Best strategy

2005-03-29 Thread nitin dubey
/test files browsing comes here.  

Re: URGENT: unspecified() method is having null form

2005-03-28 Thread nitin dubey
Thanks Saulo for your reply, here is the code for config and html:form struts-config.xml ~ Main.jsp Regards, Nitin Dubey --- EugĂȘnio Saulo <[EMAIL PROTECTED]> wrote: > C

Re: DispatchAction defaults

2005-03-28 Thread nitin dubey
m and then the JSP can come pre-populated with these fields. The problem I am facing is my unspecified() is always giving me a null ActionForm object. Any solutions ? Regards, Nitin Dubey --- Dakota Jack <[EMAIL PROTECTED]> wrote: > Not sure what you mean here, but there is an

URGENT: unspecified() method is having null form

2005-03-28 Thread nitin dubey
scope and access them in JSP ? Please suggest.. Regards, Nitin Dubey __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 --

Re: Correct Prepopulate Method (simple problem)

2005-03-14 Thread nitin dubey
one place and is not scattered across the forms. Plz reply back its urgent. Regards, Nitin Dubey --- Dakota Jack <[EMAIL PROTECTED]> wrote: > No problem, Nic. Just trying to see what the > problem is. Glad I > asked. I would not have know this was it. So, your > client

RE: Anybody who can answer this ?

2005-03-13 Thread nitin dubey
** > Ruben Cepeda > [EMAIL PROTECTED] > * > > > > Original Message Follows > From: nitin dubey <[EMAIL PROTECTED]> > Reply-To: "Struts Users Mailing List" > > To: Struts Users Mailing List > >

Anybody who can answer this ?

2005-03-13 Thread nitin dubey
--- nitin dubey <[EMAIL PROTECTED]> wrote: > Hello, > > When using DispatchAction can we somehow configure > the > framework to use the unspecified() method for > loading > the page contents from database ? >

using unspecified() to load the page contents

2005-03-12 Thread nitin dubey
Hello, When using DispatchAction can we somehow configure the framework to use the unspecified() method for loading the page contents from database ? Regards, Nitin Dubey __ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard

Re: using Taglibs

2005-03-11 Thread nitin dubey
he 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 >

unspecified() not getting called.

2005-03-11 Thread nitin dubey
Hello, The flow is like this.. Login Page -> Generate Site page. Login Page has, LoginAction extends DispatchAction and LoginForm and GenerateSite page has GenerateSiteAction and GenerateSiteForm. Both the Actions are having unspecified() method implemented. When I send the GET request to the

Re: using Taglibs

2005-03-11 Thread nitin dubey
lasses, 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 20

using Taglibs

2005-03-10 Thread nitin dubey
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://s

Dispatch Action not working

2005-03-07 Thread nitin dubey
etting called. this is my action: Any suggesstions ?? Nitin Dubey __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthda

URGENT : CMS Driven static site and Struts

2005-01-18 Thread nitin dubey
HTML page eg:tool tips, sections, javascripts 2. Give away Struts and go for simple JSP-Bean based architecture. JSP, Bean:Presentation[Controller will be driven from database], Business classes to interact with database:Modal, Database:MYSQL Regards, Nitin Dubey

Static site and Struts

2005-01-18 Thread nitin dubey
TML page eg:tool tips, sections, javascripts ->Give away Struts and go for simple JSP-Bean based architecture. JSP, Bean:Presentation[Controller will be driven from database], Business classes to interact with database:Modal, Database:MYSQL Regards, Nitin

Re: Problem in Locating a properties File (Not application.properties)

2004-10-25 Thread nitin dubey
Caroline, You need to use getResourceAsStream() method from ServletConfig class. request.getSession().getServletContext().getResourceAsStream("/filename.properties"); This will return you an InputStream that you can pass to Properties.loadProperties() and make it work. The "/" represents the co

Patterns in struts.

2004-08-31 Thread nitin dubey
Hello folks, I just want to know the list of patterns that we are using while implementing struts with tiles framework. I have just started working with the struts framework hence correct me if I am going wrong somewhere.. 1. Front Controller - With ActionServlet and struts-config.xml 2. Command

Re: Refresh problem.

2004-08-18 Thread nitin dubey
The user is refreshing on the LIST page. :) --- nitin dubey <[EMAIL PROTECTED]> wrote: > Hello, > > I have a page wherein I am listing a set of records. > > This page also has a button for adding new record. > Now if the user clicks the [Add New] button, adds > the

Refresh problem.

2004-08-18 Thread nitin dubey
Hello, I have a page wherein I am listing a set of records. This page also has a button for adding new record. Now if the user clicks the [Add New] button, adds the record(after which he is directed to the same listing page) and refreshes the same record is added once more. Here onwards every r

Re: help with multiple submit buttons

2004-08-10 Thread nitin dubey
be deleted. I hope this helps, Nitin Dubey --- Michael McGrady <[EMAIL PROTECTED]> wrote: > At 05:22 AM 8/10/2004, you wrote: > >Thanks, that goes some way...but not all the way > though. A common > >situation where a dynamic page displays 0n > items with dif