Greetings. I need to make a treeview for a web page that has check boxes
next to the items so that users can change their status. Has anyone done
something like this before with struts?
I have gotten the Struts-Layout taglibs working, but I don't see any way to
configure these with checkboxes.
session form ?
>
> -- Original message ------
> From: Daniel Kies <[EMAIL PROTECTED]>
> > Yes that is the problem I am having.
> >
> > On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote:
> > >
> > > Once the form has been submi
Yes that is the problem I am having.
On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote:
>
> Once the form has been submitted can you not set that value on the form
> back
> to the default?
>
> -Original Message-
> From: Daniel Kies [mailto:[EMAIL PROTECTED]
Hello...I have an app where you are on a page that has a drop down with
select then some values. After you choose a value the form is submitted.
Data is reloaded in the array list used to fill the form. WHen I get back
to the page the drop down has the value in it that was previously selected.
So
TED]> wrote:
>
> On 1/26/06, Daniel Kies <[EMAIL PROTECTED]> wrote:
> > Hello. I am trying to do some standard validations, but I am failing.
> Any
> > ideas why? I know the errors are getting raised as the request is
> > forwarding back to the initial page making the
Either one would work, to be consistent with other struts tags I am using,
html:text is probably better. This doesn't affect the validation issue.
On 1/26/06, Thomas Garben <[EMAIL PROTECTED]> wrote:
>
> Dan,
>
> Should you be using"
> instead of:
>
>
&g
Hello. I am trying to do some standard validations, but I am failing. Any
ideas why? I know the errors are getting raised as the request is
forwarding back to the initial page making the request, but the error
messages are not showing on the page. Any help is appreciated!
Struts config DynaActi
Does anyone know of a validator that can be plugged into the validator
framework that will check file types for FormFile? This would be so a user
can't upload certain extensions like .exe and the application will catch it.
thanks.
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.
e is displayed. Then use
> client-side Javascript to populate B after A is chosen.
>
> If the amount of data is too big, I'd investigate doing the same concept
> using client-side Javascript, but query the server for B's data using
> AJAX methods.
>
>
> Daniel Kies wrote
Greetings. I have an app that needs to have multiple drop down boxes that
are related to each other. Instead of calling an action everytime the first
menu is selected and querying for the data in the second drop down, I want
to have the values in the second drop down reflect the choice of the fir
Ok, thanks. I never used that property before and I overlooked it. Thanks
for your help.
On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> Daniel Kies wrote:
>
> >Here it is:
> >
> >
> >
>
:
On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> Daniel Kies wrote:
>
> >Hello. I am using DynaValidatorActionForm and I want to use File upload
> to
> >upload a local file to my
Hello. I am using DynaValidatorActionForm and I want to use File upload to
upload a local file to my struts action class. Is this possible?
Everything I have seen uses hardcoded forms.
Here is my dynavalidatoraction form:
and jsp code:
If I forward to the jsp via an action, how do I make it so when the
jsp refreshes it hits the action?
On 6/7/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 6/7/05, Daniel Kies <[EMAIL PROTECTED]> wrote:
> > Greetings. Here is my problem:
> > index.jsp d
Greetings. Here is my problem:
index.jsp does a redirect to my action.
action loads a bean with data
forwards to x.jsp
x.jsp looks fine, data comes up fine.
I do a refresh. I get Cannot find bean in any scope. The first time
i have data with no problems because the action class loads the
reque
Greetings. I am getting this error on an App and I can't seem to find
out why. Any suggestions?
Struts-Config:
Index.jsp:
<%@ taglib uri="/WEB-INF/struts-logic
Has anyone ever implemented a spell checker of any sorts that would
check the spelling of text in a text box either upon submitting a form
or on the html page?
If you have ever gone down this path, any help is appreciated.
-
To u
Worked great, thank you very much.
On Mon, 14 Feb 2005 11:45:00 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Daniel Kies" <[EMAIL PROTECTED]>
> > and struts config for this dynaactionform is
> >
> >
> >
> > I just can&
I am trying to configure a default value for a radio button as done by
Ted Husted on - http://www.jguru.com/faq/view.jsp?EID=1028442
My action has:
ArrayList shippers = new ArrayList();
shippers.add(new LabelValueBean("UPS", "UPS"));
shippers.a
will happen when validator
> is finding an error and it do dynamically. So That is suitable for
> all the cases in the App.
>
> The logic I'm using is simple. It is just cover all the null fields
> from previous form which is saved in session.
>
> Cliff
>
> --- I
something simple here to get the
data back in the request.
Thanks.
On Thu, 30 Dec 2004 14:00:30 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Daniel Kies" <[EMAIL PROTECTED]>
> > in JSP to show the list in a drop down:
> >
> >
> >
hanks for any help.
On Thu, 30 Dec 2004 10:54:12 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Daniel Kies" <[EMAIL PROTECTED]>
> > Can you offer a decent way of
> > searching through the archives?
>
> I like http://www.mail-archive.com. Put '
> the list archives for details.
>
>
> > -----Original Message-
> > From: Daniel Kies [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, December 30, 2004 9:55 AM
> > To: user@struts.apache.org
> > Subject: Validation Post-Back help
> >
> &g
Greetings. I am using the Validation Framework and I am having
problems when the validator is finding an error. When the post-back
kicks back to the input page, it is not finding the data that was
previously found in the request. In order for the data to be
available when kicked back to the call
25 matches
Mail list logo