e the
> scripting variable or
> lookup the bean in the session in your scriptlet:
>
>
>
<%=session.getAttribute("userRequest").getReqType()%>
>
> L.
>
> Shyam Anand wrote:
> > I figured that it's not a JDK issue and it is an
> > applica
hanks,
Shyam
--- Dave Newton <[EMAIL PROTECTED]> wrote:
> Shyam Anand wrote:
>
> >I have issues with struts-logic tags...I'm not
> using JSTL.
> >
> >
> Whoops.
>
> I'm running 1.4.2 w/o any struts tag issues
> (including 'l
I have issues with struts-logic tags...I'm not using
JSTL.
Shyam
--- Dave Newton <[EMAIL PROTECTED]> wrote:
> Shyam Anand wrote:
>
> >These don't seem to work with JDK 1.4.2 version.
> >
> >
> I'm running 1.4.2 w/o any JS
Hi,
I'm doing an upgrade from JDK 1.3.1 to JDK 1.4.2 for
my Struts 1.1 applications. I have an issue with the
tags. These don't seem to work with
JDK 1.4.2 version.
I'm using OC4J 9.0.4 as my application server.
For the JSP code snippet shown below , I get an error
message:
quote:
JspServlet: u
Hi,
I'm using indexed properties to display an array of
radio buttons in my Struts 1.1 web application.
I get an exception shown below when I use "request"
scope for my form bean but things work fine with
"session" scope.
Could somebody tell me what I'm doing wrong. Is there
a way to make this
Hi,
I'm using Struts 1.1 for my web application. I have a
problem with retaining my form bean values in the
following scenario:
I have a JSP page with portions displayed in sequence
based on user action. I have 3 buttons on the page and
parts of the JSP page are displayed when the user
clicks on e
Hi,
I have not fully understood the context in which you
get this error. However, I noticed that in your action
mapping in struts-config.xml,
you do not specify the complete path for your input
JSP - input="/Template.jsp". I guess it should be:
path="/articles/T
n Source Evangelist
> EdgeTech, Inc.
> 678.910.8017
> AIM: jmitchtx
>
> - Original Message -
> From: "Shyam Anand" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 23, 2004 12:17 PM
> Subject: Struts training
>
>
Hi,
Could somebody recommend a good, advanced Struts
classroom training course in the US,that covers topics
like Tiles/JSTL, JSF et al?
Thanks,
Shyam
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yaho
Hello,
Could somebody help me out with this? Any insights on
what could be causing this problem would be greatly
appreciated.
Thanks,
Shyam
--- Shyam Anand <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a scenario where I have a table of radio
> buttons for a set of questions
Hi,
I have a scenario where I have a table of radio
buttons for a set of questions (Yes/No) on a page. I'm
using indexed properties for the same.
Each question on my JSP is represented by an object
called YesNoQuestion, and my ActionForm uses an
ArrayList of YesNoQuestions called yesNoList.
In
Hello,
Your CreateMessageAction class should extend
DispatchAction class, and then you should be able to
accomplish your requirement.
See this link:
http://struts.apache.org/api/org/apache/struts/actions/DispatchAction.html
You can have different methods in your DispatchAction
class like "get",
Hi,
I know this question has been asked before. I searched
the archives and found mails describing the problem I
have.However, I wasn't able to find any code example ,
which would make my life easier.
Well, I have a scenario in which I need to generate a
group of radio buttons dynamically eg.
qu
Hi,
If you are doing validation in the validate() method
of your Action Form, just check for "submit" action
inside the method. i.e,
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest
request)
{
if( method.equals("submit"))
{
//do validation
Hi,
Could you please tag these messages as OT so that they
can be directed to the appropriate place! For some
reason, I'm receiving these messages twice.Is anybody
else having the same problems?
Thanks,
Shyam
--- Geeta Ramani <[EMAIL PROTECTED]> wrote:
> Absolutely.. and yes, i did note your us
15 matches
Mail list logo