Can anybody tell me how can i set a value passed by an action, to the session at the jsp file ?
Which webwork tag do i have to use? Otherwise how can i access the value from jsp code ?
I am using webwork 1.4.


Thanks in advance.

L

Fred Lamuette wrote:

The new beta2 displaytag library is released, and I've understood the value
property is not supported, so the existing integration example in WW2 can no
more work :

#bodytag( Table "name=list" )
 #tag( Column "property=key" )
 #tag( Column "property=value" )
 #tag( Column "title=static value" "value=static" )
#end

So if the value property is no more supported with beta2, I'd have to do
like this in jsp :

<display:table name="list">
 <display:column property="key" />
 <display:column property="value" />
 <display:column title="static value">static</display:column>
</display:table>

But how can I do with Velocity ? The following code doesnt seem to work :

#bodytag( Table "name=list" )
 #tag( Column "property=key" )
 #tag( Column "property=value" )
 #bodytag( Column "title=static value")  static #end
#end

Any idea ?

Richard.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to