Hi Maya,
I had tried the Hibernate whith web-application.
http://www.hibernate.org/hib_docs/reference/en/html/quickstart.html
This link is very useful to start Hibernate in any
Web-Application. Also the book Hibernate In Action is
good book. Two chapter of this book are freely
available for downl
Hi,
I am trying a sample struts application. My
struts-config.xml is like this-
I am getting exception on server like
Parse Error at line 54 column 65: Element type
"message-resources" must be declared.
org.xml.sax.SAXParseEx
wrote:
>
>
>
> Hi Swapnil,
> Is ur " resources " folder is under classes
> Directory ?
> If not Pls try putting it.
> Also pls let me know which version of Struts are u
> using ? Is it 1.2 ??
> Thankx
> Best regds,
> Amol
>
>
>
>
>
Hi Tamas,
Now I have included stuts1.2.7.jar, along with
struts-config_1_0.dtd.
struts-config_1_1.dtd.
struts-config_1_2.dtd.
in \webapps\register\WEB-INF\lib
Resorce file path is
\webapps\register\WEB-INF\classes\resources\MessageResource.properties
still I am getting the same error. Ever
Hi all,
My web-application has jsp frame struture. Model2 is used for
it. I want to convert this application into Struts . I don't get any
way in struts equivalent to frame struture. Can any body help me ?
-
To unsubscribe
hnson, Kaerstin" <[EMAIL PROTECTED]>
>
> 08/02/2005 11:34 AM
> Please respond to
> "Struts Users Mailing List"
>
>
> To
> , "Swapnil Patil" <[EMAIL PROTECTED]>
>
>
> cc
>
>
>
> Subject
> RE: Can u
uri="/tags/struts-html" prefix="html" %>
Username:
Password:
I am getting Exceptiuon for
and for
but not for
On 8/2/05, Dave Newton <[EMAIL PROTECTED]&
HI all,
I want to populate html :text from someBean (request scope)
and also want to associate that html:text with FormBean.
My jsp page is like this
Title :
" >
I am gett
Hi ,
As Wendy has mentioned-
Otherwise, the place to do this is in your Action, before you forward to the
JSP.
I am interested in populating Form before loading jsp page so that I can
assign values to HTML comtrols.
HOw to do that?
On 8/4/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> From: "C
Hi all,
I am converting Wizard workflow into Struts framework.
Wizard page contains next,back,finish buttons.
I am considering 2 approches..
1)
/PrepareStep1.do -- step1Form --> forward to step1.jsp
step2.jsp
on next ---> ProcessStep1.do
/ProcessStep1.do --step1Form -->on success /PrepareStep2
Hi all,
In my jsp page...
above code works fine.
but doesn't
works.
in GraphStep1Form.java
strTitle --> String
legendsAlignment ---> int
I am getting an exception-:
javax.servlet.ServletException: Cannot find message resources under key
org.apache.struts.action.MESSAGE at
org.apache.ja
.int<http://org.apache.struts.taglib.bean.format.int>
> "
>
> So because your not using a message resource an exception is being thrown.
>
> You could try specifing the format with:
> />
>
> or setup your message resources
>
> hope that helps,
>
&
Hi Sławek,
I am new in Strurts framwork. If I am going wrong please correct me.
As you said -: i do not want to link my program with database via
struts-config.xml
Don't specify any data source in your struts-config.xml
Create your own static class to create a connection with database. and use
Hi all,
As Albercht had mentioned in his 1st mail---
I have a tile that shows my default input row in a form. In case that I put
a value in FieldError, I want it to show it the errorMessage in red color.
So far so good. The values get to the tile (formRow)... and there it's
getting somewhat trick
Hi Paranj,
You can consider Hsql DB. Its free and has 2-3 modes.
On 8/12/05, Paranj, Bala <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Could someone share their views on the web application caching solutions
> available? Preferably open source :-) The requirement is for a site that
> has a component
Hi Nirmala,
You might have some errors in struts servlet mapping.
check your web.xml with
http://www.reumann.net/struts/lesson1/step7.do
.
On 9/1/05, Nirmala Dhara <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am new to struts. I tried http://www.reumann.net/struts/lesson1.doexample
> with tomacat. I
> I use Javascript in Struts,like follows:
> > >
> > >
> > > function goURL(tmp){
> > > alert(tmp);
> > > document.forms[0].action="/log.do?action="+eval(tmp);
> > > document.forms[0].submit();
> > > }
> > >
> > >
> > >
> > > First Page
> > >
> > > First
> > > Second
> > > Third
> > >
> > >
> > >
> > > when click "First Page",I can redirect my page to log.do page,but when
> I
> > > change the value of select,and call goURL,I find my page don't
> redirect
> > to
> > > the log.do page,why? I am puzzled with it! Anybody can tell me how to
> > > redirect my page with Javascript under Struts?
> > >
> > > Thanks
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
--
Thanks & Regards
Swapnil Patil.
cument.forms[0].submit();
> }
>
> But when I change the value of ,it still can't redirect. I am
> mad with it!
>
>
> On 2/20/06, Swapnil Patil <[EMAIL PROTECTED]> wrote:
> >
> > Hi red,
> >
> > First Page
> > this works with action par
HI all,
Can any body tell me the mailing list for core JAVA? just like this
mailing list.
I know this is wrong place to ask this question :-) but still i am expecting
positive reply.
Thanks & Regards
Swapnil Patil.
On 2/20/06, Robert Alexandersson <[EMAIL PROTECTED]>
wrote:
>
&g
Hi Bryon,
I had used once log4j with Tomcat server.
You can give absolute path for log file in log4j.properties.. like
log4j.appender.struts.File=d:/MyApplicationLogs/struts.log
so atleast you don't need to find log file .
swapnil Patil
On 9/28/05, Borislav Sabev <[EMAIL PROTECTED
like javascript errors)
Is there any other way to know the JSP source page from UI page ?
--
Thanks & Regards
Swapnil Patil.
21 matches
Mail list logo