[ 
https://issues.apache.org/jira/browse/VELOCITY-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-291.
-------------------------------------------


> wish to get property by name
> ----------------------------
>
>                 Key: VELOCITY-291
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-291
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Engine
>    Affects Versions: 1.4
>         Environment: Operating System: All
> Platform: All
>            Reporter: Stepan Koltsov
>         Assigned To: Velocity-Dev List
>            Priority: Minor
>
> Hello, I have a wish. Could you please give an ability to get object property 
> by
> name. Something like:
> #macro(textInput $name)
> <input type="text" name="$name" value="$!form.bean.$name"/>
> #end
> ($form.bean is JavaBean that has property $name).
> Now I have to write macro with one more parameter for passing value.
> It's not allowed now, right?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to