> > JsonLibHandler and include them in my web application ?
> > > i.e. are they fairly standalone-ish ? or do they have dependencies with
> > > other components in the REST plugin ?
> >
> > Maybe JSON plugin is all you need? Then action can simply return and
> > accept JSON (there is an interceptor that do all the magic)
> >
> >
> > Regards
> > --
> > Łukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>
--
PETER BJÖRKMAN - CTO / SYSTEMS ARCHITECT
josh / together is better / www.josh.se
gävlegatan 12b / 113 30 stockholm / sweden
phone +46 709 687 884 / skype peter_josh
on, Nov 10, 2014 at 3:36 PM, Lukasz Lenart
wrote:
> Have you read that
>
> http://struts.apache.org/release/2.3.x/docs/wildcard-mappings.html#WildcardMappings-AdvancedWildcards
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2014-11-10 15
changing
back the patternMatcher fixes the issue. I'm using struts 2.3.16.3. Anyone
has any ideas on how to fix it?
Regards
Peter
--
PETER BJÖRKMAN - CTO / SYSTEMS ARCHITECT
josh / together is better / www.josh.se
gävlegatan 12b / 113 30 stockholm / sweden
phone +46 709 687 884 / skype peter_josh
Thanks Lukasz, probably the easiest way!
Regards
Peter
On Thu, Sep 4, 2014 at 1:31 PM, Lukasz Lenart
wrote:
> 2014-09-04 12:04 GMT+02:00 Peter Björkman :
> > Hi! I have question about how JSONResult (or specifically JSONWriter)
> > handles Iteratable objects. It treats them as
Like
this:
paginatedCollection : { totalSize : 100, nextPage : 5, lastPage : 10,
entries: [{item :1}, item : 2}] }
Regards
Peter Björkman
But s:text makes the same
expansion - is it possible to prevent this?
It's of course easy to rename the text key, but since we are many working in
this project, adding things to actions/property files can cause unexpected
behavior.
Thanks in advance.
Regards
6 matches
Mail list logo