Of course, why not!
Stripes rocks!
From: Ben Gunter [mailto:gunter...@gmail.com]
Sent: Friday, 28 January, 2011 16:41
To: Stripes Users List
Subject: Re: [Stripes-users] Stripes forms and Clean Url binding?
The s:form tag accepts nested s:param tags, just like s:url or s:link do.
On
would be possible to generate a complete URL. The parameter values
>> themselves could be 'get' from the current action bean by using the Java
> reflection API.
>>
>> This would of course only work when the action bean handling the form
>> forwards to the JSP with t
the URL's we generate with @URLBindings.
-Original Message-
From: Nikolaos Giannopoulos [mailto:nikol...@brightminds.org]
Sent: Wednesday, 26 January, 2011 21:02
To: Karen
Cc: 'Stripes Users List'
Subject: Re: [Stripes-users] Stripes forms and Clean Url binding?
Karen,
My issue
s [mailto:nikol...@brightminds.org]
Sent: Wednesday, 26 January, 2011 21:02
To: Karen
Cc: 'Stripes Users List'
Subject: Re: [Stripes-users] Stripes forms and Clean Url binding?
Karen,
My issue was with localization in that I needed a localized URI binding but
Stripes forced me to have one
ight want to make
> this behavior optional.
>
> Would this be a good solution to this problem?
>
>
> -Original Message-
> From: Nikolaos Giannopoulos [mailto:nikol...@brightminds.org]
> Sent: Saturday, 20 November, 2010 23:37
> To: Stripes Users List
> Subj
uld this be a good solution to this problem?
-Original Message-
From: Nikolaos Giannopoulos [mailto:nikol...@brightminds.org]
Sent: Saturday, 20 November, 2010 23:37
To: Stripes Users List
Subject: Re: [Stripes-users] Stripes forms and Clean Url binding?
Oops... was playing around with a
Oops... was playing around with a number of solutions. This one won't
work because it didn't solve the fact that form action="/article" is
unable to hit the @UrlBinding for the ArticleActionBean.
So far what appears to work is doing the following:
And then having on the action bean:
public St
Hi,
So I figured out a solution to the problem:
At first I thought it would be nice to force Stripes to build the
complete @UrlBinding i.e. it is already obviously consulting the
@UrlBinding to produce "/article" but understand why it isn't so. Even
in my case above I didn't want "event" t
Hi,
We have the following Url binding:
@UrlBinding("/article/{authorId}/{id}/{titleUrlified}/{$event}")
And when we direct to the following url:
/web/articleadd
It does a ForwardResolution to a form which contains:
...