Re: How to pass date from action to custom jsp tag?

2010-11-07 Thread holod
I've tried it. The problem is solved. You can see solution here: http://stackoverflow.com/questions/4109125/struts2-pass-actions-method-result-to-custom-tag -- View this message in context: http://old.nabble.com/How-to-pass-date-from-action-to-custom-jsp-tag--tp30144287p30152338.html Sent from

Re: How to pass date from action to custom jsp tag?

2010-11-06 Thread Li Ying
null. I can't pass an object to tag attribute... What do I do wrong? -- View this message in context: http://old.nabble.com/How-to-pass-date-from-action-to-custom-jsp-tag--tp30144287p30144287.html Sent from the Struts - User mailing list archive at Nabble.com

Re: How to pass date from action to custom jsp tag?

2010-11-06 Thread Dave Newton
If you're getting the string root then the JSP EL isn't being evaluated, but we don't know which iteration caused that behavior. If you're getting null, you may be passing null. I'm not sure why you're not just using EL to get the tag argument in the tag. IIRC you can also define the expected type

How to pass date from action to custom jsp tag?

2010-11-05 Thread holod
}/ Nothing happens, i tag I get String with value root or get null. I can't pass an object to tag attribute... What do I do wrong? -- View this message in context: http://old.nabble.com/How-to-pass-date-from-action-to-custom-jsp-tag--tp30144287p30144287.html Sent from the Struts - User