Re: Struts examples Hello World

2024-04-17 Thread Tim Mousaw
024 at 12:43 AM Lukasz Lenart wrote: > niedz., 14 kwi 2024 o 20:56 Tim Mousaw napisał(a): > > > > I started to go through the Getting Started examples at > > https://struts.apache.org/getting-started/index.html. I downloaded all > the > > examples from https://gith

Re: Struts examples Hello World

2024-04-16 Thread Tim Mousaw
I forgot to mention, I am on Windows 11 Home Version 23H2 OS Build 22631.3447. I have also tried via WSL 2 on an Ubuntu 20.04.6 LTS (focal) and had the same result. On Sun, Apr 14, 2024 at 2:54 PM Tim Mousaw wrote: > I started to go through the Getting Started examples at >

Struts examples Hello World

2024-04-14 Thread Tim Mousaw
ther dependencies that you need to know the version of. Any help would be greatly appreciated. Thanks, Tim Mousaw

Re: [Full-disclosure] [ANN] Struts 2.3.16.1 GA release available - security fix

2014-03-06 Thread Tim
> This release includes important security fixes: > - S2-020 - ClassLoader manipulation via request parameters What is the ultimate impact of this manipulation? Another RCE bug? tim - To unsubscribe, e-mail: user-un

AW: AW: Question about Usage of Tasks

2010-09-03 Thread Tim Dellas
e, a dirty hack. I'd love the struts2 people to include a setter of some kind to manually define your appContext, that would solve all these problems. Best regards, Tim -Ursprüngliche Nachricht- Von: Daniel Rindt [mailto:dri...@visetics.com] Gesendet: Freitag, 3. September 2010

AW: Question about Usage of Tasks

2010-09-03 Thread Tim Dellas
Use the includeContext="false" attribute like so: -Ursprüngliche Nachricht- Von: Daniel Rindt [mailto:dri...@visetics.com] Gesendet: Freitag, 3. September 2010 09:36 An: user@struts.apache.org Betreff: Question about Usage of Tasks Hello, the Tag prefixes all used URL's with the Ap

AW: Struts2 session problem (after migrating behind reverse proxy)

2010-08-03 Thread Tim Dellas
); }); Got the JS code from this page: http://www.quirksmode.org/js/cookies.html Thank you, problem solved! Best Regards, Tim -Ursprüngliche Nachricht- Von: nuwan chandrasoma [mailto:mymail...@gmail.com] Gesendet: Dienstag, 3. August 2010 12:31 An: Struts Users Mailing Li

Struts2 session problem (after migrating behind reverse proxy)

2010-08-02 Thread Tim Dellas
Or in programmatically changing the session cookie somehow? Couldn't find any info about this on the interwebs or in the official documentation. Please help, I'm already in production and my logins don't work ;-) Best regards, Tim (hope I don't do wrong by posting here, not

Job opportunity in Europe

2010-07-28 Thread Tim Robertson
is a multi-government initiative hosted in Denmark and as such has certain visa privileges easing international recruitment) Thanks, Tim - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

[S2] submitting object from

2008-11-28 Thread Oleg Tim
Was wondering if struts built-in data conversion will work to receive an object from select list. So, if select list populated with List stateList and the variable submitted from s:select is a State object, is it possible to actually get this object in the receiving action? so if: State state; S

Re: Using Struts with Dojo vs GWT

2008-10-22 Thread Tim Jowers
We used scriptalicious in one product but have sorta standardized on jQuery too now for three others. Now as to the actual controls... some of us are leaning towards Yahoo UI because its datatable (datgrid) has the largest feature set such as being able to drag columns left or right of others. I'd

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-20 Thread Tim Jowers
Thanks for the help. It works now: RAD7.0.0.6 and WAS 6.1.0.17. Works. Struts2-core-2.0.11.jar timjowers On Fri, Oct 17, 2008 at 3:48 PM, Tim Jowers <[EMAIL PROTECTED]> wrote: > > Thanks for the emails. I downgraded and made the setting but haven't solved > my malfunction y

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
Thanks for the emails. I downgraded and made the setting but haven't solved my malfunction yet. I'm on WebSphere Platform 6.1 [BASE 6.1.0.17cf170821.07]. So, I'll mess with it some more later. Tim On Fri, Oct 17, 2008 at 2:01 PM, Struts Two <[EMAIL PROTECTED]> wrote:

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
and it works perfect] or upgrade to build 2.0.12 which > is supposed to have fixed the issue [I have not tried it yet] > > > > - Original Message > From: Tim Jowers <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: Thursday, October 16, 2008 6:52:23

404 error in struts 2 blank helloworld example in RAD7

2008-10-16 Thread Tim Jowers
r something.??? Thanks for any insights, Tim Jowers P.S> I note the example.ExampleSupport class is never classloaded. Not sure why it was in the example as it seems to be ignored always. Here's the server log: [10/16/08 18:45:53:283 EDT] 000a WsServerImpl A WSVR0001I: Server ser

Interceptor for putting in KVP for i18n

2008-06-04 Thread tim robertson
ly the struts2 boils down to a ResourceBundle.getResourceBundle(...) in LocalizedTextUtil which will only grab one file. If someone can suggest a better approach to having this read multiple ApplicationResources.properties I would gratefully receive that too. Tim

Re: Struts1 forms with empty Strings

2008-03-01 Thread Tim B
"Dave Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Andy <[EMAIL PROTECTED]> wrote: > > I was wondering if there is a way to configure Struts1 so Form beans return > > null values instead of empty String values when a user does not enter data > > in a text field, for ex

RE: submit to a new page

2007-11-29 Thread Slattery, Tim - BLS
7;ll need an "onclick" handler for the button that wants to open a popup. In that handler you'll need to set the "target" attribute of the "form" tag. Hmm...maybe you'll need "onclick" handlers for the other two buttons too, to make sure that th

RE: EL Statements are not evaluated in logic:equal tag

2007-11-26 Thread Slattery, Tim - BLS
> Anyway EL is in JSP 2.0, not Servlet 2.4... AAGGGHHH! I'm in information overload! I can't keep track of Java and Java package versions anymore! Thanks for the correction. -- Tim Slattery [EMAIL PROTECTED] --

RE: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Slattery, Tim - BLS
> I saw many examples on the net with the normal logic:equal > tag and the el > statement: > > So I thought I don't need I run tomcat 5.5.12 I don't know whether that supports J2EE 2.4 or not. -- Tim

RE: Submit all Checkboxes

2007-10-31 Thread Slattery, Tim - BLS
y when the box is checked. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: (beginner) How to intialize a form's input item

2007-10-18 Thread Slattery, Tim - BLS
JSP file: Struts will call the getter method "String getName()" in your form bean. Whatever that method returns will be the starting value in the text box. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [E

RE: styleId attribute in html:form

2007-10-11 Thread Slattery, Tim - BLS
l* web browsers are very tolerant of HTML oddities and inexactnesses. None of them insist on strict conformity to any standard. If they did, I suspect that nearly all web pages - even those that claim to conform to one standard or anoth

RE: styleId attribute in html:form

2007-10-11 Thread Slattery, Tim - BLS
rm tag that contains the form bean name. But in the xhtml spec, the form tag doesn't have a "name" attribute, so Struts puts the form bean name into an id attribute instead. As you've seen, if you try to specify an ID tag, Struts dies. -- Tim Slattery [EMAIL PROTECTED] -

RE: [OT] are there any other good mailing lists for Java,J2ee,Spring

2007-10-10 Thread Slattery, Tim - BLS
am a member of > http://forum.springframework.org , I am not getting any mails > from them. I don't know about other mailing lists, but if you fire up your newsreader you'll find an entire hierarchy of comp.lang.java.* groups. I know that comp.lang.java.programmer is very active. -

RE: Formatting Flaot and Double Values

2007-10-03 Thread Slattery, Tim - BLS
> I want to format float and double values like this ##,###.## > eg 45,000.09 Is there any tag that will do this for me or > any global property to do this Defaults to "number" type, which separates groups of three digits according to the Locale (commas, on this side of

RE: Which values are passed to the action with a s:submit button?

2007-09-27 Thread Slattery, Tim - BLS
> Putting it in another way...how can I send a value from the > Action to the jsp and use that value in another action in the > next request? Put in into a field in the form > Specifically, what struts2 tag should be used in the jsp? -- Tim Slattery [EMA

RE: Struts - open windows without javascript

2007-09-27 Thread Slattery, Tim - BLS
ur form/link requests open a new browser window/tab is: > > target="_blank" > > Technically, this will open a new window without javascript. > It is just adding an HTML attribute to your form or link tags > in your generated HTML response. No javascript required. On

RE: Struts - open windows without javascript

2007-09-27 Thread Slattery, Tim - BLS
browser to open a new window for the result of the form. That's as close as you're going to get. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sw2 tutorial

2007-09-19 Thread Slattery, Tim - BLS
There is no Action mapped for namespace / and action name HelloWorld. I think I see it. Struts.xml has to be in WEB-INF/classes, not where struts-config.xml was in Struts 1. -- Tim Slattery [EMAIL PROTECTED]

S2 tutorial

2007-09-19 Thread Slattery, Tim - BLS
I cannot make the first step of the struts 2 tutorial work. I've got web.xml, struts.xml, and the HelloWorld.java just as on the page. When I invoke the app, I get There is no Action mapped for namespace / and action name HelloWorld. What does that mean? -- Tim Slattery [EMAIL PROTECTED]

RE: More tutorial questions

2007-09-18 Thread Slattery, Tim - BLS
7;t support servlets 1.4 either. We've looked at Weblogic 9.x, but it seems to be flakey. I think it'll be a while before we move up. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

More tutorial questions

2007-09-18 Thread Slattery, Tim - BLS
ssage when I try to compile "HelloWorld": Cannot access class com.opensymphony.xwork2.ActionSupport; class file has wrong version 49.0, should be 45.3 or 46.0 or 48.0. Now what's going on? -- Tim Slattery [EMAIL PROTECTED]

Struts 2 tutorial

2007-09-18 Thread Slattery, Tim - BLS
e anything like that in the Struts 2.0.9 package I downloaded. Did I miss something? -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: bugs? or limition of struts 1.x? html:select html:option value=

2007-09-14 Thread Slattery, Tim - BLS
> You can't nest tags in this way. It's not a Struts limitation, it's an XML thing. You can makme it work by using the EL version of the html tags: Or is it agent.myselection? I'm not terribly familiar with the bean tags. -- Tim Sl

RE: Struts anchor question

2007-09-13 Thread Slattery, Tim - BLS
etscape 6 and Netscape 7. All handle it correctly. When the mourse cursor hovers over the link, the correct text shows in the status bar (www.something.com&a=b). -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Taglib documentation

2007-09-12 Thread Slattery, Tim - BLS
ine at the top ("Many of the tags in this page...") that goes forever to the right. That one line makes it impossible to size the rest of the page as I'd like. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Taglib documentation

2007-09-12 Thread Slattery, Tim - BLS
kes the doc nearly unreadable. Can this be fixed? -- Tim Slattery [EMAIL PROTECTED]

RE: Struts anchor question

2007-09-12 Thread Slattery, Tim - BLS
> Because the HTML anchor tag with a URL created via > replaces the "&" character between parameters > with "amp;" characters and my link doesn't work. It should. The xhtml spec insists on that, and it works just fine in the browsers my employer

RE: pass parameters to action

2007-09-07 Thread Slattery, Tim - BLS
hether the URL is long or not? OP did. That was the point of her original post. And it can be important if you're trying to control how your user steps through your application. -- Tim Slattery [EMAIL PROTECTED] - To

RE: pass parameters to action

2007-09-07 Thread Slattery, Tim - BLS
7;s not Strut's fault. If you want to hide the parameters, you need to use a form with method="post" (Strut's default value for method). Using a Struts "link" tag yields an HTML tag, which always generates a GET request. And with a GET, all parameters are part of the URL

RE: XHTML compliance

2007-09-06 Thread Slattery, Tim - BLS
> As the ticket said, I am contemplating an xhtmlVersion attribute. For > example: > > > > > (yes, 2.0 exists as a proposed spec!) > The first two are equivalent. Otherwise, the version can > dictate how attributes are rendered. > What do you think? Excell

RE: XHTML compliance

2007-09-06 Thread Slattery, Tim - BLS
that a *lot* of pages that claim to be xhtml would fail. But this seems to me a simple fix, and I wonder if there's any plan to put it in? -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Slattery, Tim - BLS
ot; servlet declaration in web.xml, and putting the tag in struts-config.xml to replace it. I don't know whether that happened in 1.2.x or 1.3.x. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: More 1.3.8 / xhtml problems

2007-09-05 Thread Slattery, Tim - BLS
> More serious is that when I use EL in the > tag it blows up! The stack trace for that begins with: > > java.lang.NullPointerException This problem disappears in Struts 1.3.9. -- Tim Slattery [EMAIL PROTECTED]

RE: XHTML compliance

2007-09-05 Thread Slattery, Tim - BLS
> Please check the ticket list for Struts 1.4. If you find this > very issue there (I think it is) and you need it in 1.3, I > can back port it for 1.3.10 I don't know how to do that. I see no link on the Struts page to a ticket list or to Struts 1.4. -- Tim Slattery [E

More 1.3.8 / xhtml problems

2007-09-05 Thread Slattery, Tim - BLS
ib.html.LinkTag.doStartTag(LinkTag.java:314) at org.apache.strutsel.taglib.html.ELLinkTag.doStartTag(ELLinkTag.java:996) I've used EL with , so it's not a general problem, it's peculiar to the tag. -- Tim Slattery [EMAIL PROTECTED]

XHTML compliance

2007-09-05 Thread Slattery, Tim - BLS
ther I specify lang="true", lang="false" or omit the lang attribute entirely from the html-el:html statement. The markup validation service at http://validator.w3.org/ says that there is no "lang" attribute in the html tag in xhtml. Is it possible to get

RE: Problems with Struts 1.3.8

2007-09-05 Thread Slattery, Tim - BLS
;t say that the error makes the entire library unusable, but it does. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problems with Struts 1.3.8

2007-09-05 Thread Slattery, Tim - BLS
> Anyway that problem is fixed. > Tim, you may have two options: use 1.3.9 or wait until > 1.3.10 (or 1.4?) is released. > Or don't use the "filter" attribute :-) I'm *not* using the filter attribute! The message is issued and processing is halted as soon as the

RE: Problems with Struts 1.3.8

2007-09-04 Thread Slattery, Tim - BLS
> 2007/9/4, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > > /index.jsp(3): Error in using tag library > > uri='http://struts.apache.org/tags-html-el' prefix='html-el': type > > mismatch for property 'filter', for Tag class > >

Problems with Struts 1.3.8

2007-09-04 Thread Slattery, Tim - BLS
i="http://struts.apache.org/tags-html-el"; prefix="html-el" %> So it seems to be quitting as soon as it hits the taglib statement defining the html-el library. What's going on?? -- Tim Slattery [EMAIL PROTECTED] -

Re: Validator does not validate!

2007-06-30 Thread Tim B
"Ramon Xuriguera i Albareda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks but, it doesn't work either... > Any other ideas? > I have worked with an earlier version of the Struts validator and found that the failure mode when there was a syntax error in validation.xml for a

Re: how to test the 1st and last iteration ?

2007-04-27 Thread Tim B
"piloupy GOTTAPIL" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > What I want to do is quite simple. I'd like to know how to test in a > when I'm at the first or last iteration. > > My present problem is to parse a collection of String and display the > results like this :

RE: Struts in Servlet 2.4

2007-04-17 Thread Slattery, Tim - BLS
taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" %> Same messages. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts in Servlet 2.4

2007-04-17 Thread Slattery, Tim - BLS
; I get this message for both tags: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. Since I'm in servlets version 2.4, I've gotten rid of all of Struts's jstl and EL libraries,

RE: Struts in Servlet 2.4

2007-04-16 Thread Slattery, Tim - BLS
this is the problem. It would require me to believe that the Java code in the page can see the session and its attributes, but because of this setting, the tag cannot. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts in Servlet 2.4

2007-04-16 Thread Slattery, Tim - BLS
ugh a bean is in scope and works > on one version of the app server when he upgraded to a new > version of the app server the struts tag is complaining it > can't find the bean anymore. > > Is that the nutshell v

RE: Struts in Servlet 2.4

2007-04-16 Thread Slattery, Tim - BLS
> -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Monday, April 16, 2007 3:20 PM > To: Struts Users Mailing List > Subject: Re: Struts in Servlet 2.4 > > Tim-- > > I dont understand why looping would help when your webserver &

RE: Struts in Servlet 2.4

2007-04-16 Thread Slattery, Tim - BLS
truts-config.xml: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>

RE: Struts in Servlet 2.4

2007-04-16 Thread Slattery, Tim - BLS
plain old Java bean, with getters and setters. Nothing fancy. I can see where the Action module is storing it in Session context, I've put debug print in so that I *know* that staement runs. But the tag can't find it "in any scope".

RE: Struts in Servlet 2.4

2007-04-13 Thread Slattery, Tim - BLS
named solicitationNumber in a bean named Contact. It's not the form's default bean, the Action doesn't have any problem getting its form bean. I've verified that it saves the proper bean in a session attribute named &quo

RE: Struts in Servlet 2.4

2007-04-13 Thread Slattery, Tim - BLS
statement. So why can't my struts tag find my bean? -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts in Servlet 2.4

2007-04-12 Thread Slattery, Tim - BLS
I think jstl 1.0 was 2.3 compliant, and > 1.1 was 2.4 compliant. You'll need to upgrade both jstl.jar > and standard.jar... I got rid of the jstl.jar from Struts. Wouldn't WL version 9 have a newer JSTL built-in? Also...this is using an older version of Struts, I think it'

RE: Struts in Servlet 2.4

2007-04-12 Thread Slattery, Tim - BLS
> --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> > wrote: > > > > > > Andit points to "items" and gives this message: > > > > This attribute does not support request time values. > > I don't recall, but did the TLD URIs ch

Struts in Servlet 2.4

2007-04-12 Thread Slattery, Tim - BLS
h JSTL and Struts tags. The first tag it hits is this: Andit points to "items" and gives this message: This attribute does not support request time values. What!!! What's going on? -- Tim Slattery [EMAIL PROTECTED]

Cannot find bean in any scope

2007-04-10 Thread Slattery, Tim - BLS
xception. javax.servlet.jsp.JspException: Cannot find bean Contact in any scope So why in the world can't it find the "Contact" session attribute? -- Tim Slattery [EMAIL PROTECTED]

Re: Type-Conversion error - NPE

2007-04-09 Thread Tim Williams
.value Would it work? Thanks in Advance, Felipe Felipe, Can you please stop this spam. Be nice/patient and ask your question once vs. 6 duplicate emails in less than an hour. Give it some time. Thanks, --tim - To unsubscribe,

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
Just put requestURI="/mypage.do" (where mypage.do==the page that displays the table). --tim On 4/8/07, robinbajaj <[EMAIL PROTECTED]> wrote: thanks for the tip. can you please provide more specific example/code-snippet for using the requestURI attribute. i couldnt find enou

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
g something ? Try setting the requestURI attribute of the table itself? --tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Moving a Struts app from Weblogic 8 to Weblogic 9

2007-04-04 Thread Slattery, Tim - BLS
> Hi Tim > > For some reason I dont see your controller mappings (here is > an example from my struts-config.xml) > > path="/begin"> > > > > processorClass="com.bea.wlw.netui.pageflow.PageFlowRequestProces

RE: Moving a Struts app from Weblogic 8 to Weblogic 9

2007-04-04 Thread Slattery, Tim - BLS
I used that instead of trying to figure out the web interface. No response yer. -- Tim Slattery [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Moving a Stratus app from Weblogic 8 to Weblogic 9

2007-04-04 Thread Slattery, Tim - BLS
*.do 15 env.do /WEB-INF/display.tld /WEB-INF/displaytag.tld -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Moving a Stratus app from Weblogic 8 to Weblogic 9

2007-04-04 Thread Slattery, Tim - BLS
er of messages like this: element does not contain a for "controllerClass". Page Flow actions in this module may not be handled correctly.> Does anybody know what I need to do to run my Struts app under WL 9? -- Tim Slattery [EMAIL PROTECTED]

Re: [S2] Using Struts Tag to create HTML tag

2007-02-28 Thread Tim Azzopardi
This works for me: set a request scope variabe with s:set and then use a jstl expression like ${zi} You should be able to use ${zi} pretty much anywhere. Don't know if there is a more strutsy way of doing it but it works for me. e.g. Ro

Re: [S2] Is it possible to get Struts' FilterDispatcher to serve up static files

2007-02-28 Thread Tim Azzopardi
I think that the struts2 FAQ is here http://struts.apache.org/2.0.6/docs/faqs.html I couldn't find anything relevant (after 3 mins). But in http://struts.apache.org/2.x/docs/strutsproperties.html i saw this: ### Used by FilterDispatcher ### If true then Struts serves static content from inside

Re: [S2] Ajax Requirement

2007-02-27 Thread Tim Azzopardi
i dont think struts2 provides any specific support for this. DWR (not part of struts2) is very good at doing what you describe if you need to go to the server to get the States list each time you change the Country. siva-2 wrote: > > Hi, > > I am new to Struts 2. I have following requirement

s2] Is this a sensible way of doing in-line editing in a table?

2007-02-26 Thread Tim Azzopardi
I'm doing in line table editing and it works. Here's a (very) cut down version of my form. The code displays a form/table, where each line in the table corresponds to an element/item in the prLines collection of the action.

Re: Regarding dynamic radio button..

2007-02-20 Thread Tim Williams
it wouldn't hurt for you to also explicitly list out the buttons. Anyway, if you have any flexibility, you may want to take a look at the nested tags before trying to do it yourself. --tim - To unsubscribe, e-mail: [EMAIL

Re: [s2] struts2/dojo tree broken after upgrade struts 2.0.1 to 2.0.4?

2007-02-06 Thread Tim Azzopardi
; I doesn't look like a problem specific to the tree, are you able to use > any of the other ajax tags? > > regards > musachy > > Tim Azzopardi wrote: >> (The 2.0.4 showcase tree is fine of course!) >> >> i'm using a modified apppfuse 1.9.4 stack us

[s2] struts2/dojo tree broken after upgrade struts 2.0.1 to 2.0.4?

2007-02-06 Thread Tim Azzopardi
(The 2.0.4 showcase tree is fine of course!) i'm using a modified apppfuse 1.9.4 stack using struts 2.0.1 which I've just upgraded to 2.0.4 it looks like everything is working ok except my use of the s:tree tag I've replace my tree code with the static example from the struts 2.0.4 showcase stat

Re: Is it possible to join Struts Team?

2007-01-30 Thread Tim Williams
how-it-works.html#meritocracy --tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

put types and useAttribute classnames

2007-01-26 Thread Tim Williams
a string vs a real String? At this point, I have something that works so I understand the "how" but there appear to be some casting subtleties that elude me so I'd like to get the "why" too. (Struts 1.2.7) Thanks, --tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[s2] mutiline/collection field validation

2007-01-16 Thread Tim Azzopardi
I'm having some success building a multiline/collection form as shown below, but I'm wondering if I can get anything from the struts2 validation framework. Here's a (very) cut down version of my form. (I'm using a heaviliy modified xhtml theme which requires me to use the tr tags shown below.) Th

Re: struts2 how to access a param s:include

2006-12-22 Thread Tim Azzopardi
Tim Azzopardi wrote: > > If I have, > > > > > > How do I access param1 in fleetSelect.jsp? > > I've tried a load of combinations and can't get anything to work. > > (Sorry for the dumbass question , i've read and reread the docs

struts2 how to access a param s:include

2006-12-22 Thread Tim Azzopardi
If I have, How do I access param1 in fleetSelect.jsp? I've tried a load of combinations and can't get anything to work. (Sorry for the dumbass question , i've read and reread the docs - i think I'm going snowblind) struts-2.0.1 -- View this message in context: http://www.nabble.c

RE: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Slattery, Tim - BLS
> Thanx for the answer, where in documenation is it > written that styleId is id?? http://struts.apache.org/struts-taglib/tagreference-struts-html.html#htm l:text -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe,

RE: Issue while migrating from 1.0 to 1.1

2006-04-04 Thread Slattery, Tim - BLS
dark here, I don't have a good idea what could be wrong. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Slattery, Tim - BLS
tag to > get the id attribute , or is there a work around You've hit the nail on the head, you need to tell the tag to output an "id" attribute. You do that by using the styleId attribute of the tag: -- Tim Slattery [EMAIL PROTECTED] --

RE: Issue while migrating from 1.0 to 1.1

2006-04-04 Thread Slattery, Tim - BLS
on same page and display nothing. I have no idea what WSAD or RSA are. But the ActionErrors has to be saved someplace in order for the tag to find it. Maybe WSAD did that for you and RSA doesn't? -- Tim Slattery [EMAIL PROTECTED] ---

RE: Issue while migrating from 1.0 to 1.1

2006-04-03 Thread Slattery, Tim - BLS
st? Have you defined your error template strings there? > By the way, where are errors message stored ? I found > nothing neither in the request nor in the session. I'm not sure what you mean. What errors? In Struts 1.1.x, when you call saveErrors(...) in your Action.perform func

RE: [java:Conditional Operators]

2006-03-30 Thread Slattery, Tim - BLS
Mapping.findForward(vWorkForwardName) == null) { if (vIsForm) { vForwardName = "form"; } else { vForwardName = "task"; } } else { vForwardName = vWorkForwardName; } - Tim Slattery [EMAIL PROTECTED] -

RE: [IE Crashes]

2006-03-28 Thread Slattery, Tim - BLS
rvlets, ASP, PHP, a CGI process in C++, Perl, or Python, or whether it was static HTML. It has no reason to care. > how many lines a browser can handle, without a crash? I don't think that IE or Firefox have a limit any more. > is there any limitation of the web page size? Not to

RE: upgrading from 1.1 to 1.2.9

2006-03-24 Thread Slattery, Tim - BLS
truts will then find the resources file at \WEB-INF\classes\.properties -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
ot;resources" instead of a hyphen. Put the hyphen in, redeployed (no parsing error messages this time). Presto! The error messages appear on the error page, where they're supposed to. Many thanks for the time you spent on this, Niall

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
> Change the DTD declaration at the top of your > struts-config.xml to the 1.2 version. Sorry got to run. Did that. Got the same error message. Nothing makes the slightest difference. -- Tim Slattery [EMAIL PROTECTED] --

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
> -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED] > Sent: Friday, March 17, 2006 11:34 AM > To: Struts Users Mailing List > Subject: Re: Struts error handling > > > On 3/17/06, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote: >

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
> Do you have message resources configured in your struts-config.xml? > > Never used that tag before. I put it in, no difference. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
> So are you using name="org.apache.struts.action.MESSAGE" on > your tag then? That would cause the same. Just tried it with the "messages" loop using name="org.apache.struts.action.ERROR" SAME MESSAGE!!

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
attribute on the "errors" tag or the "messages" tag. > Otherwise are you sure that you're not forwarding to a jsp > thats different to the one you think? Just put some extra stuff in the error reporting page, so that I could

  1   2   3   4   >