|
After looking at the ScriptGenerator.java
source, I found the solution...
Here is a sample.. #get output string buffer
output = bsf.lookupBean( "output" ) #Get the Parameters
object
parameters = bsf.lookupBean("parameters") #get the value of the "param_1" parameter defined in the sitemap print parameters.getParameter("param_1") #output a dummy message
output.append("<msg>Hello World</msg>") Laurent
|
- Python Script Generator Laurent Mauron
- Re: Python Script Generator Laurent Mauron
- Re: Python Script Generator Laurent Mauron
- Re: Python Script Generator Joerg Heinicke
- Re: Python Script Generator Laurent Mauron
- Re: Python Script Generator Joerg Heinicke
