Grokbase
x

struts-user@jakarta.apache.org

 Topics | People | Info | Saved by | Page 1 of 603: 1 2 3 > >>

How to install Struts 1.1b on WebSphere 3.5.4 (Missing ressources attribute org.apache.struts.action.MESSAGE)

By Renato Aganippe at Aug 1, 2002, 06:39 am UTC

------=_NextPart_000_07FB_01C237FB.D93826D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everybody! I'm triyng to put Struts 1.1b on WebSphere 3.5.4 but I have the = following message : Message : Server caught unhandled exception from servlet... More...

Use session and request actionForm in same action

By xufang(CAP) at Aug 1, 2002, 03:50 am UTC

Hi! In my application i need two type of actionfrom to store user's information.every action class have it's actionForm(request scope) defined in mapping part of config file but also need access session scope actionForm created by login page. I serched the <MAILING LIST ARCHIVE> but can not find... More...

Architecture advice....

By Michael Delamere at Aug 1, 2002, 01:42 am UTC

Hi, I had a discussion at work today concerning the best way to implement our application. A very basic discription of the framework would be the following: 1. Struts + Velocity for the view 2. Struts ActionServlets for the controller 3. Service layer/methods for querying persistence layer 4. OJB... More...

Retrieve object from Vector

By Christian Pich at Aug 1, 2002, 01:06 am UTC

I have a bean - called ABean - that has a get method and retrieves a Vector where each Vector element has a new Object - say DetailBean. How do I get access to that bean in <bean:write name="question" property="weight" scope="request" filter="true"/> if that Vector were another bean I could just... More...

Upload failure in MultipartValueStream

By frankie cevallos at Aug 1, 2002, 12:19 am UTC

Hi all, I just implemented file upload using Struts and am experiencing odd behavior concerning plain text file uploads close 700Kb and above. My development environment includes VAJ4, Struts 1.0, and am testing in VAJ's WTE. The file upload works well for files less than 700Kb but throws the... More...

LogConfigurationException when compiling JSP

By Nelson, Tracy (ETW) at Aug 1, 2002, 12:10 am UTC

I'm trying to write my first Struts app. I am using the struts-blank application included with the 1.1b1 distribution. I have my classpath and libraries all set up, and I think I have my struts-config.xml file set up correctly. When I attempt to compile any of my jsp files, however, my IDE have a... More...

reload the current page?

By Struts Newsgroup (@Basebeans.com) at Aug 1, 2002, 12:10 am UTC

Subject: reload the current page? From: "David Chu" <davidchu@aol.net> Given that I am in an arbitrary page in my webapp, I have a header at the top of each page that is a toggle button for some user state. If the user clicks the button, I want to reload the current page, with the user state... More...

RE: ActionErrors in ActionForm and JSP not showing up...

By Keith (corp-staff) USX Kamholz at Jul 31, 2002, 10:57 pm UTC

You don't need the <logic:messagesPresent>. It automatically checks to see if errors are present, so you can just use the font tag and the <html:errors/>. If there are no errors, it won't write anything out. I don't know if this would solve your issue, but maybe it has something to do with it. ~... More...

Reset button does not invoke the FormBean's reset()

By Priyank x57787 Gupta at Jul 31, 2002, 10:04 pm UTC

------_=_NextPart_001_01C238D1.7D9D0D00 Content-Type: text/plain; charset="iso-8859-1" Hi All, I am not able to invoke FromBean's reset() method from the browser. I have a form with two buttons Submit and Reset. When I click the reset button I am not able to invoke the reset() of the FormBean. Any... More...

How to connect a COM environment to struts ?

By Martin Kuypers at Jul 31, 2002, 9:06 pm UTC

Does anyone have an example how a visual basic program can connect to a struts environment, because i have all the Bussines Logic in a Struts MVC model and would not like to change it So if anyone has an example about a visual basic program connecting to this world, then this would mean a big Help... More...

Invoking controllers from code

By Will Spies/Towers Perrin at Jul 31, 2002, 8:47 pm UTC

Does anyone know the best way to invoke a struts controller from within a struts controller? This URL points to a JUnit struts-test-case --> http://strutstestcase.sourceforge.net/ so I know it's possible ( I just don't want to use this test case JAR ). Thanks for any help, More...

How to get a handle to ActionMappings from within an Action

By George Cutrell at Jul 31, 2002, 8:37 pm UTC

------_=_NextPart_001_01C238C3.4B2EC650 Content-Type: text/plain; charset="ISO-8859-1" How do you get a hold of the ActionMappings from within an Action? I have the case where I need to forward to another action but before doing so I need to setup the form bean for that action. To properly set the... More...

Visual GUI Designer for Struts

By Steve Eynon at Jul 31, 2002, 8:26 pm UTC

Hello, I've written a visual GUI designer for Struts using Microsoft Visio. It can be found at: http://www.alien-factory.co.uk/struts/struts-index.html I believe it works in a similar vein to Scioworks Camino in that you drag'n'drop Web Pages, Form Beans and Actions, link them up, add a couple of... More...

Internationalizing large amounts of text

By Steven Banks at Jul 31, 2002, 7:56 pm UTC

I have been asked to convert some static html pages to jsp pages using = Struts. These pages include several very large paragraphs, like important = notices and privacy statements. Should all this text be put into the applicationResource.properties file? = Is it acceptable to have the appropriately... More...

2 Jsp's and 1 form bean using tiles !!!! URGENT HELP

By Samip Ladhawala at Jul 31, 2002, 7:04 pm UTC

Hi Guys, I am using struts and tiles in my project. Here is my problem. I need to put 2 JSP's in the body of one definition of tiles. My definition looks like below: <definition name="fda.limitsEnter.body" path="/layouts/columnsLayout.jsp"> <put name="numCols" value="1" /> <putList name="list0" >... More...

AAARRRGGGGG -> ActionErrors in ActionForm and JSP not showing up...

By wbc...@ensign-bickfordind.com at Jul 31, 2002, 7:03 pm UTC

Any one have any other ideas? I cannot figure this one out! More...

Action from a Link

By Ryan Cuprak at Jul 31, 2002, 6:59 pm UTC

Hello, Is it possible to kickoff an action from a 'link'. For instance I created a 'Logoff' Action (extends Action) which removes session information and forwards the user back to the login page. In the initial hacked together prototype I have a logout link (not part of a form) on a page. Is it... More...

Struts directory structure

By Heligon Sandra at Jul 31, 2002, 6:19 pm UTC

I am trying to organize the Struts files structure for my application. The files structure will be placed in the $CATALINA_HOME\webapps\MyWebApp\WEB-INF\src directory. Has someone any comment or advice about the following structure: <src - <MyDomain - <MyWebApp - <Controller MyRequestProcessor.java... More...

Problem validating dynamic Form with Validator-Framework

By Axel Stahlhut at Jul 31, 2002, 6:18 pm UTC

------=_NextPart_000_0019_01C238C3.426AF840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've gfot problems with the validation Framework. (Struts 1.1b) If i try to validate a DynaValidatorForm I get the following error:... More...

html:link

By René Eigenheer at Jul 31, 2002, 4:39 pm UTC

I guess this question was asked several times ago, but I don't find the solution - sorry to ask again: I have an URL stored within a database and would like to generate <a href="xyz">. Therefore I try to use <html:link> but this tag does not accept form bean properties. As a work around I used an... More...

spacer
 Topics | People | Info | Saved by | Page 1 of 603: 1 2 3 > >>
Home > Groups > jakarta.apache.org > struts-user@jakarta.apache.org