You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Ryan Lubke <Ry...@Sun.COM> on 2006/02/16 17:49:18 UTC

[shale][patch] Fix incorrect EL expression syntax in sql-browser sample

Index: sql-browser/src/web/query.jsp
===================================================================
--- sql-browser/src/web/query.jsp       (revision 378284)
+++ sql-browser/src/web/query.jsp       (working copy)
@@ -43,7 +43,7 @@
                                   
value="#{messages['sqlbrowser.dataSource']}"/>

         <h:selectOneMenu             id="dataSource"
-                                   value="#{query.dataSource">
+                                   value="#{query.dataSource}">
           <f:selectItems           value="#{appbean.dataSources}"/>
         </h:selectOneMenu>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [shale][patch] Fix incorrect EL expression syntax in sql-browser sample

Posted by Sean Schofield <se...@gmail.com>.
That is weird.

On 2/16/06, Craig McClanahan <cr...@apache.org> wrote:
> Thanks Ryan.  Interesting that the mis-typed version actually worked in both
> 1.1 implementations :-).
>
> Craig
>
> On 2/16/06, Ryan Lubke <Ry...@sun.com> wrote:
> >
> > Index: sql-browser/src/web/query.jsp
> > ===================================================================
> > --- sql-browser/src/web/query.jsp       (revision 378284)
> > +++ sql-browser/src/web/query.jsp       (working copy)
> > @@ -43,7 +43,7 @@
> >
> > value="#{messages['sqlbrowser.dataSource']}"/>
> >
> >          <h:selectOneMenu             id="dataSource"
> > -                                   value="#{query.dataSource">
> > +                                   value="#{query.dataSource}">
> >            <f:selectItems           value="#{appbean.dataSources}"/>
> >          </h:selectOneMenu>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [shale][patch] Fix incorrect EL expression syntax in sql-browser sample

Posted by Craig McClanahan <cr...@apache.org>.
Thanks Ryan.  Interesting that the mis-typed version actually worked in both
1.1 implementations :-).

Craig

On 2/16/06, Ryan Lubke <Ry...@sun.com> wrote:
>
> Index: sql-browser/src/web/query.jsp
> ===================================================================
> --- sql-browser/src/web/query.jsp       (revision 378284)
> +++ sql-browser/src/web/query.jsp       (working copy)
> @@ -43,7 +43,7 @@
>
> value="#{messages['sqlbrowser.dataSource']}"/>
>
>          <h:selectOneMenu             id="dataSource"
> -                                   value="#{query.dataSource">
> +                                   value="#{query.dataSource}">
>            <f:selectItems           value="#{appbean.dataSources}"/>
>          </h:selectOneMenu>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>