Re: Struts project deployment

2009-07-06 Thread Iratxe Lejarreta
On Monday 06 July 2009 02:43:20 pm Greg Lindholm wrote: > > When I deploy a struts project with Weblogic the result is a welcome page > > but with strange symbols. > > > > > > Does anyone know why? > > > > > > I attach the result page. > > > > > > Thanks in advance. > > > > > > Regards, > > > > > >

RE: using ajaxanywhere and struts

2009-07-06 Thread Odelya YomTov
How can I use it? I need to add items available to the shopping cart.. I am using struts1 -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, July 07, 2009 4:55 AM To: Struts Users Mailing List Subject: RE: using ajaxanywhere and struts Dojo has a suite o

RE: using ajaxanywhere and struts

2009-07-06 Thread Martin Gainty
Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head tag e.g. is there a specific (ajax-enabled) control you wish to implement that is not currently available in Dojo? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de dén

Re: how to add parameters to result type

2009-07-06 Thread Greg Lindholm
Passing parameters to a JSP page doesn't make any sense. Your JSP page has access to all your Action properties (that have getters) with the struts tags (or even with EL syntax). To get the "month" from your action just use in your JSP (assuming you have a getMonth() method in the action). The s

using ajaxanywhere and struts

2009-07-06 Thread Odelya YomTov
Hi! Does anyone has an example of how to use: http://ajaxanywhere.sourceforge.net/quickStart.html ? Thanks! - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache

Re: [s2] s:url includeParams and StrutsTypeConverter

2009-07-06 Thread Musachy Barroso
It looks like a bug, can you create a ticket with the details? thanks musachy On Sun, Jul 5, 2009 at 8:15 AM, Olivier H. Beauchesne wrote: > Hi, > > I've found a workaround. It the url tag, I use this ognl script: > fromDate.Time, this will convert the date into a long. The TypeConverter > will t

Re: how to add parameters to result type

2009-07-06 Thread Bhaarat Sharma
following the documentation on this page: http://struts.apache.org/2.x/docs/result-configuration.html I tried something like this /reports/identity/identitreport.jsp ${pageIndex} ${phaPageSize}

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Larry Reed
Thank you Christian. This has solved the problem. I'd like to thank Martin Gainty for also helping. The solution Martin proposed (use 'css/pp.css' rather than ../css/pp.css or something similar) did solve the problem for the first access, but return access via 'input' or 'success' results still

Re: How to do pager with two select?

2009-07-06 Thread Greg Lindholm
> > Hi guys, > > I got a problem implementing a Pager with two select. > > I have 2 select, a submit button and an iterator in a s:form,. > > Once user hit submit, the content in select will send to a action as > criterias and load the data. I have no problem with that. > > BUT, BUT how can I add a

Re: Struts project deployment

2009-07-06 Thread Greg Lindholm
> > When I deploy a struts project with Weblogic the result is a welcome page > but with strange symbols. > > > Does anyone know why? > > > I attach the result page. > > > Thanks in advance. > > > Regards, > > > -- > Iratxe Lejarreta > www.axios.es > > Attachments don't get included with the mailin

Reiterate action invocation in Download Action class

2009-07-06 Thread Daniele Development-ML
Hello everybody, I have a Strut servlet that retrieve some data from a local database and return the data to the invoking browser. The problem I have is that the action is invoked four times and - I find the in the db four downloading logs rather just one (the action logs also the activities). Aft

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Christian Benjamin Ries
Try this: Date: Monday, July 6, 2009 3:08 Subject: link to stylesheet in jsp doesn't work To: user@struts.apache.org > I'm having a problem linking to a stylesheet and could use some help. > > My project layout in Eclipse is as follows: > > pp_base >     WebContent >     css >