Re: use param from own tag in struts tag

2009-09-16 Thread tibi
dale, perfect! tomorrow at work i will try this new insight and share the knowledge which was lacking here: http://www.nabble.com/my-tag-td25472559s2369.html tibi -- View this message in context: http://www.nabble.com/use-param-from-own-tag-in-struts-tag-tp25477711p25479344.html Sent from

Re: use param from own tag in struts tag

2009-09-16 Thread Dale Newfield
tibi wrote: sounds great. can you provide me with an example. The easiest thing is to pass it through some common scope. You'll have to decide which scope to use. If the tag is not recursive, you can just use the request scope. If ${jstlFoo} prints "FOO" then should also print "FOO"

Re: use param from own tag in struts tag

2009-09-16 Thread tibi
addressable by ognl. -Dale dale, sounds great. can you provide me with an example. thanks tibi -- View this message in context: http://www.nabble.com/use-param-from-own-tag-in-struts-tag-tp25477711p25479051.html Sent from the Struts

Re: use param from own tag in struts tag

2009-09-16 Thread Dale Newfield
tibi wrote: <%@ include file="/common/taglibsForTags.jsp"%> <%@ attribute name="saveMethod" %> ${saveMethod} This shows that the value is available to jstl. You can use various other tags (c:set for example) to set that value in a location addressable by ognl. -Dale -

use param from own tag in struts tag

2009-09-16 Thread tibi
tribute name="saveMethod" %> ${saveMethod} of i would do this: i get an security error. so how can i add the ${saveMethod} value into a struts tag?? thanks, tibi -- View this message in context: http://www.nabble.com/use-param-from-own-tag-in-struts-tag-tp25477711p25477711.html Sen