Re: Struts2 with AngularJS

2014-11-21 Thread Peter Björkman
> > 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

Re: s:form does not output the correct path to action

2014-11-10 Thread Peter Björkman
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

s:form does not output the correct path to action

2014-11-10 Thread Peter Björkman
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

Re: JSONResult with an Iteratable...

2014-09-04 Thread Peter Björkman
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

JSONResult with an Iteratable...

2014-09-04 Thread Peter Björkman
Like this: paginatedCollection : { totalSize : 100, nextPage : 5, lastPage : 10, entries: [{item :1}, item : 2}] } Regards Peter Björkman

Problem with s:text expansion...

2009-07-20 Thread 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