--- On Fri, 9/11/09, Tommy Pham <
tommyhp2@yaho...> wrote:
> From: Tommy Pham <
tommyhp2@yaho...>
> Subject: Re: [S2.1.6] problem with value attribute for <s:form>
> To: "Struts Users Mailing List" <
user@stru...>
> Date: Friday, September 11, 2009, 5:55 PM
> --- On Fri, 9/11/09, Musachy Barroso
> <
musachy@gmai...>
> wrote:
>
> > From: Musachy Barroso <
musachy@gmai...>
> > Subject: Re: [S2.1.6] problem with value attribute for
> <s:form>
> > To: "Struts Users Mailing List" <
user@stru...>
> > Date: Friday, September 11, 2009, 3:17 PM
> > I didn't even know that form had a
> > "value" attribute. You should not
> > use that. (this might be due to our
> > all-tags-inherit-from-UIBean prom)
> >
> > musachy
> >
>
> Hi Musachy,
>
> Thanks for the reply. After going over the tags
> reference several times, I can't seem to figure out the
> simplest way to get all of the parameters in the URL as I'd
> like. If use the form's action attribute in
> conjunction with <s:url />, I get an extra context
> path inserted. What do you recommend since the
> <s:form> doesn't have 'includeParams' like
> <s:url>?
>
> Thanks,
> Tommy
Hi Musachy,
I decided to use the HTML <form> instead.
Thanks,
Tommy
>
> > On Fri, Sep 11, 2009 at 11:10 AM, Tommy Pham <
tommyhp2@yaho...>
> > wrote:
> > > Hi,
> > >
> > > I think I found another bug ... I want to
> include
> > whatever parameters in URL to a form submit action.
> This
> > is what I used.
> > >
> > > <s:url var="urlFormActive"
> includeParams="get"
> > />
> > >
> > > <s:property value="%{urlFormActive}"/> or
> > <s:property value="%{#urlFormActive}"/> shows
> the
> > correct URL of:
> > > /recipes/Admin/Languages?sort=isoCode2.
> > >
> > > But when I use it in the <s:form>:
> > >
> > > <s:form enctype="multipart/form-data"
> method="post"
> > value="%{urlFormActive}">
> > > or
> > > <s:form enctype="multipart/form-data"
> method="post"
> > value="%{#urlFormActive}">
> > >
> > > The source code of the HTML shows:
> > > /recipes/Admin/Languages
> > >
> > > However, if I use action attribute instead of
> value, I
> > get this:
> > > /recipes/recipes/Admin/Languages?sort=isoCode2
> > >
> > > Which isn't what I want either and will get a
> 404
> > error as there isn't a servlet or Struts action mapped
> for
> > it. Is anyone else having this same problem?
> Should I
> > submit a bug report?
> > >
> > > Thanks,
> > > Tommy
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
user-unsubscribe@stru...
> > > For additional commands, e-mail:
user-help@stru...
> > >
> > >
> >
> >
> >
> > --
> > "Hey you! Would you help me to carry the stone?" Pink
> > Floyd
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
user-unsubscribe@stru...
> > For additional commands, e-mail:
user-help@stru...
> >
> >
>
---------------------------------------------------------------------
To unsubscribe, e-mail:
user-unsubscribe@stru...
For additional commands, e-mail:
user-help@stru...
opensubscriber is not affiliated with the authors of this message nor responsible for its content.