Hello,
I'm trying to get my Velocity Tags to use a properties file for labels.
This is so my .vm files can make calls like this:
#stextfield( "label='member.username.label'" "name=username" "size=25")
Where the label would come from the properties file entry with the name
of : 'member.user
Hello,
Looking at this link: http://cwiki.apache.org/WW/velocity-tags-old.html
I'm still trying to figure out how to support the "#tag( Component " - in
Struts 2.
Is it possible? or is there an newer way of doing the same thing.
Carlo.
Hello,
I'm trying to use the #saction tag where I pass a parameter into the action
being called. (Struts 2, Velocity 1.5)
Like this:
#saction( "id=vehicleAction" "namespace=/admin/fleet/vehicle" "name=search"
"executeResult=true")
#sparam("name=when" "value=now")
#end
however the #end give
Hello,
Is there any way to set common tag parameters like labelSeparator,
labelposition etc.. in say the struts.properties file?
I've tried struts.tag.labelposition, struts.ui.tag.labelposition.
thanks,
Carlo
4 matches
Mail list logo