On 12/28/05, Tadeu Ferreira Oliveira <[EMAIL PROTECTED]> wrote:
>
> Hi everybody I am saying hi from Brazil I am a Computer Science Student
> intending to understand better the MVC model and starting a new project
> with some friends here, I hope I can get some help from here and help
> whenever I
Hello
I have one Nested.jsp included in a Frame.jsp. In my nested jsp I have
the following:
Do something.
I have NOT wrapped this in tags and there are no
tags in Frame.jsp.
When I call the page, without the my_parameter, instead of getting a:
javax.servlet.ServletException: Canno
Hi everybody I am saying hi from Brazil I am a Computer Science Student
intending to understand better the MVC model and starting a new project
with some friends here, I hope I can get some help from here and help
whenever I can ;-) . To start here goes a question(some questions :-)
actually):
try to put the value that you want to write within double quotes
On 12/29/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
>
> Daniel Kies wrote:
> > greetings. I am using a bean:write tag, but it is removing carriage
> returns
> > from the result outputted on the jsp. Is there any way to avoid this
Jim Reynolds wrote:
I have an error that Log4J throws out each time my instance restarts.
The error (below) looks like I have not declared an attribute "debug"
in my element controller. ... but I have.
Here is a snippet of that line
xml header:
http://struts.apache.org/dtds/struts-config_1_2.dt
Daniel Kies wrote:
greetings. I am using a bean:write tag, but it is removing carriage returns
from the result outputted on the jsp. Is there any way to avoid this so the
carriage return shows up and the text goes to a new line? Thanks in
advance.
Are you sure that's what's happening? Rememb
Frank W. Zammetti wrote:
Rick, what is the real problem here? I ask because what your trying to
do seems reasonable to me and I'd probably do something similar,
although I probably wouldn't use LazyList (I'd probably build the list
manually), but that doesn't really matter. I would *not* use
SACHIN MURGUNDE wrote:
Hi All,
I am having a Web page which has say more than 10 forms in it and each form has set of checkbox with same name (e.g. 9(nine) checkbox with name chkTest in a form) and all form have same set of checkbox with same name.
On a single submit button i want a
Hi
you can have a look at Jforum at
http://www.jforum.net/
a good software for helpdesk and discussion forum
Ashish
www.shriayurveda.com
--- slam dunk <[EMAIL PROTECTED]> wrote:
> Some of the add on modules to phpBB might not be
> commercial use friendly.
> Though most likely you won't need them
Hello
What are the IDE available for developing web portals.
I know a few like bowstreet (www.bowstreet.com) or IBM
rational
developer(http://www-128.ibm.com/developerworks/rational/products/rad/)
are there anyother tools which i sould look at,
preferrably open source.
Ashish
Rick, what is the real problem here? I ask because what your trying to
do seems reasonable to me and I'd probably do something similar,
although I probably wouldn't use LazyList (I'd probably build the list
manually), but that doesn't really matter. I would *not* use session
for this as I can
I could be wrong btw. I haven't used it in one year. From the site, it
looks like it has changed this part.
On 12/28/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> That's the only one I know but it has some weird technological choices :
> http://www.mvnforum.com/mvnforumweb/index.jsp
>
> For i
That's the only one I know but it has some weird technological choices :
http://www.mvnforum.com/mvnforumweb/index.jsp
For instance, Ant is responsible of i18n. Anyway take a look.
On 12/28/05, slam dunk <[EMAIL PROTECTED]> wrote:
> Some of the add on modules to phpBB might not be commercial use
Some of the add on modules to phpBB might not be commercial use friendly.
Though most likely you won't need them.
You can also use Mozilla's bugzilla as a discussion forum. Its written in
Perl.
The best solution is which supports email notifications(mailing-list like)
and web discussion forum.
On
I'm still stumped with the best way to handle cases where your nesting
goes a bit deeper than just into one list in your ActionForm (and you
want to use Request scope for your ActionForm). Yes, I know many of you
state that it means you have a complicated UI, but I've had numerous
questions com
FYI: Craig's response to this topic on the MyFaces list:
On 12/28/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
In fact, I do think that we should all stop using f:loadBundle right
away - it causes too many problems, e.g. with partial page rendering.
Shale has a utility class that w
Good Afternoon Mike-
The 'Standard caveats' apply
-use UTF8 or UTF16 character set
-separate your user view (jsps) from Application Logic (controller, session and
or entity beans)
-Nationality dependent data should be (re)factored in datamodel (e.g. US Health
Care regulations is an example)
-be
I have an error that Log4J throws out each time my instance restarts.
The error (below) looks like I have not declared an attribute "debug"
in my element controller. ... but I have.
Here is a snippet of that line
xml header:
http://struts.apache.org/dtds/struts-config_1_2.dtd";>
I would r
Never mind. It worked.
Thanks,
Sandy Kumar
-Original Message-
From: Kumar, Sandy
Sent: Wednesday, December 28, 2005 1:17 PM
To: user@struts.apache.org
Subject: For loop in struts
I have a variable called "pageCount "stored in request attribute. How do
I display the drop down list wi
Thanks,
That worked. I was so caught up in digging through the struts api,
that I failed to notice the more obvious, and simple choice.
Thanks for the reply.
On 12/28/05, David G. Friedman <[EMAIL PROTECTED]> wrote:
> Jim,
>
> What's wrong with object.getClass() or are you looking for the actio
I have a variable called "pageCount "stored in request attribute. How do
I display the drop down list with option elements starting starting from
"1" to <= pageCount using JSTL tags?.
Thanks,
Sandy Kumar
I am sending this [OT] topic to this list in hopes that someone has already
solved this design
problem.
What is the best way to do dynamic updates for internationalization?
Suppose you had a drop-down list and the labels for this list are translated
into other locales;
also, suppose that admi
Jim,
What's wrong with object.getClass() or are you looking for the action's
"form=''' name which would be more specific
to Struts?
Regards,
David
-Original Message-
From: Jim Reynolds [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 28, 2005 10:55 AM
To: user@struts.apache.org
S
I have the need to find out the bean class name from an extended
RequestProcessor method. I have checked the docs, and do not see
anything obvious. Is there a way to achieve this? I have access to the
ActionForm, ActionMapping, etc in this method.
I have extended the processActionPerform method of
Daniel Blumenthal wrote:
Hi there, and happy holidays!
U 2.
I usually have an action pick up the binary stream (and related info),
put it in the request scope and then forward to a servlet responsible
for building the response using that info from the request context.
Never liked action
Not sure if this is the correct way to do it, but edit catalina.bat file
in the bin directory and add the log4j part below:
in catalina.bat:
set CATALINA_OPTS=%CATALINA_OPTS% -Dsun.io.useCanonCaches=false
-Dlog4j.configuration=log4j.xml
If that does not work, I would check the log4j mailing list.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
> Sent: Wednesday, December 28, 2005 12:28 AM
> To: user@struts.apache.org
> Subject: Re: serving binary files
>
> Daniel Blumenthal wrote:
> > Hi there, and happy holidays!
> >
> > I have an applic
greetings. I am using a bean:write tag, but it is removing carriage returns
from the result outputted on the jsp. Is there any way to avoid this so the
carriage return shows up and the text goes to a new line? Thanks in
advance.
I would like to know whether to implement validator with DynaValidatorForm (I
hope that and possible)
thanks
edward
-Messaggio originale-
Da: Vasumathi [mailto:[EMAIL PROTECTED]
Inviato: mercoledì 28 dicembre 2005 11.56
A: Struts Users Mailing List; [EMAIL PROTECTED]
Oggetto: RE:
The code is still available in the sandbox. It can be obtained from
the nightly build, or just cut and pasted from the HTML browser.
* http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/scaffold/
The actions are very easy to integrate into your own project. Once we
get past 1.3.0, we might be
Thank you very much sir.
I am having one doubt.we are using Tomcat.can u tell me how to configure
log4j.xml in web.xml.i got the following information already from u.bcoz i got
server error when deploying and starting the server.
Quoting "JEEVANATHAM P. /BPCRP/INFOTECH/VASHI" <[EMAIL P
Hi All,
I am having a Web page which has say more than 10 forms in it and each form
has set of checkbox with same name (e.g. 9(nine) checkbox with name chkTest in
a form) and all form have same set of checkbox with same name.
On a single submit button i want all the values from all
Hi,
You can try with "java:comp/env/jdbc/waps" instead of "jdbc/waps"
"Meenakshi Singh"
Hi Sakala Reddy
thank u for ur reply.
i already tried like that, but it shows some error like,
'equal symbol required... like that
Quoting "Sakalareddy.T" <[EMAIL PROTECTED]>:
> Hi vasumathi,
> Ex; j
>
> Calling the function: javascript:xyz('');
>
> As usual in javascript function declaration
Hi vasumathi,
Ex; j
Calling the function: javascript:xyz('');
As usual in javascript function declaration: xyz(str) { ... }
Thanks & Regards
Sakala Reddy.T
-Original Message-
From: Vasumathi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 28, 2005 3:21 PM
To: Struts Users Mailing Lis
try with this code in struts_config.xml
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello Everyone,
I am new to portlet development & facing a problem for quite some time now.
I am using Websphere portal server 5.0.2.3. I have developed a portlet which
uses a JNDI data source. I have made the JNDI source in Websphere
application server & have also tested the connection. It retu
Hi Aldo Vadillo Batista,
In my application for CRUD operations we have taken DispatchAction, in
this action all required operations can do at one location and you need to
take only one object. Easy to operate it. If you are design
Internationalization concept better to take LookupDispatch
Hi Everybody
i have a doubt that, how to pass into javascript function.
when clicking the button i have to call a javascript function with
as parameter. is it possible?
anyone can help me pls...
regards
vasumathi.
-
To un
Hi,
I'm trying run an application but I'm geting an error because it
don't found the resources file. I have put it into classes folder, but it
don't work. I remember I had to put a property into web.xml to indicate
where is this file, which I don't remember.
Anybody help me?
T
Hi Everybody
i have a doubt that, how to pass into javascript function.
when clicking the button i have to call a javascript function with
as parameter. is it possible?
anyone can help me pls...
regards
vasumathi.
-
To unsu
For CRUD (create, restore, update, delete) I would use a
DispatchAction for each object.
2005/12/27, Xavier Vanderstukken <[EMAIL PROTECTED]>:
> I need your help to design my web application using struts and hibernate.
> I have several classes to save/delete/update (like user, category,
> project,
Hello,
I have read Struts in Action and wished to use some of presented there
Scaffold classes. But, project seems to be dead, there is not even release
of the toolkit. Am I right? Are there any other solutions like this?
Best regards,
Konrad Billewicz
--
43 matches
Mail list logo